#CC66B6

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

Shades of Fuchsia #CC66B6

Tints of Fuchsia #CC66B6

Color information

#CC66B6 (or 0xCC66B6) is unknown color: approx Fuchsia. HEX triplet: CC, 66 and B6. RGB value is (204,102,182). Sum of RGB (Red+Green+Blue) = 204+102+182=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC66B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC66B6 is #339949. Grayscale: #8D8D8D. Windows color (decimal): -3381578 or 11953868. OLE color: 11953868.

HSL color Cylindrical-coordinate representation of color #CC66B6: hue angle of 312.94º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC66B6 is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB204102182-
CMYK00.50.110.2
HSL312.94º50%60%-
HSV(B)312.94º50%80%-
XYZ38.125.7247.21-
YUV141.62150.79172.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 102 (40.23% from 255) = 20.90%
BLUE value IS 182 (71.48% from 255) = 37.30%
R=41.80%
G=20.90%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410218200.50.110.2312.945060
HexCC66B6032B14139323c
Octal31414626606213244716274
Binary110011001100110101101100110010101110100100111001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC66B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC66B6; }

 p { color: rgb(204,102,182); }

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

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

 a { background-color: rgb(204,102,182); }

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

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

 span { border-color: rgb(204,102,182); }

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