#CC5EB0

Color #CC5EB0 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CC5EB0

Tints of Fuchsia #CC5EB0

Color information

#CC5EB0 (or 0xCC5EB0) is unknown color: approx Fuchsia. HEX triplet: CC, 5E and B0. RGB value is (204,94,176). Sum of RGB (Red+Green+Blue) = 204+94+176=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5EB0 is #33A14F. Grayscale: #888888. Windows color (decimal): -3383632 or 11558604. OLE color: 11558604.

HSL color Cylindrical-coordinate representation of color #CC5EB0: hue angle of 315.27º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5EB0 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB20494176-
CMYK00.540.140.2
HSL315.27º51.89%58.43%-
HSV(B)315.27º53.92%80%-
XYZ36.7423.9843.77-
YUV136.24150.44176.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 94 (37.11% from 255) = 19.83%
BLUE value IS 176 (69.14% from 255) = 37.13%
R=43.04%
G=19.83%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049417600.540.140.2315.2751.8958.43
HexCC5EB0036E1413b343a
Octal31413626006616244736472
Binary110011001011110101100000110110111010100100111011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5EB0; }

 p { color: rgb(204,94,176); }

 H1.HeaderClassName
 {
   color: #CC5EB0;
 }
 .AnyTagClassName
 {
   color: #CC5EB0;
 }
</style>
background-color css

<style>
 a { background-color: #CC5EB0; }

 a { background-color: rgb(204,94,176); }

 div.DivClassName
 {
   background-color: #CC5EB0;
 }
 .BgClassName
 {
   background-color: #CC5EB0;
 }
</style>
border-color css

<style>
 span { border-color: #CC5EB0; }

 span { border-color: rgb(204,94,176); }

 td.TdClassName
 {
   border-color: #CC5EB0;
 }
 .TagClassName
 {
   border-color: #CC5EB0;
 }
</style>