#CC5CB0

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

Shades of Fuchsia #CC5CB0

Tints of Fuchsia #CC5CB0

Color information

#CC5CB0 (or 0xCC5CB0) is unknown color: approx Fuchsia. HEX triplet: CC, 5C and B0. RGB value is (204,92,176). Sum of RGB (Red+Green+Blue) = 204+92+176=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5CB0 is #33A34F. Grayscale: #868686. Windows color (decimal): -3384144 or 11558092. OLE color: 11558092.

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

Color convert

RGB20492176-
CMYK00.550.140.2
HSL315º52.34%58.04%-
HSV(B)315º54.9%80%-
XYZ36.5723.6343.71-
YUV135.06151.11177.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 92 (36.33% from 255) = 19.49%
BLUE value IS 176 (69.14% from 255) = 37.29%
R=43.22%
G=19.49%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049217600.550.140.231552.3458.04
HexCC5CB0037E1413b343a
Octal31413426006716244736472
Binary110011001011100101100000110111111010100100111011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5CB0; }

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

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

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

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

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

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

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

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