#CC66B0

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

Shades of Fuchsia #CC66B0

Tints of Fuchsia #CC66B0

Color information

#CC66B0 (or 0xCC66B0) is unknown color: approx Fuchsia. HEX triplet: CC, 66 and B0. RGB value is (204,102,176). Sum of RGB (Red+Green+Blue) = 204+102+176=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC66B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC66B0 is #33994F. Grayscale: #8C8C8C. Windows color (decimal): -3381584 or 11560652. OLE color: 11560652.

HSL color Cylindrical-coordinate representation of color #CC66B0: hue angle of 316.47º 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 #CC66B0 is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204102176-
CMYK00.50.140.2
HSL316.47º50%60%-
HSV(B)316.47º50%80%-
XYZ37.4925.4744.02-
YUV140.93147.79172.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 102 (40.23% from 255) = 21.16%
BLUE value IS 176 (69.14% from 255) = 36.51%
R=42.32%
G=21.16%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410217600.50.140.2316.475060
HexCC66B0032E1413c323c
Octal31414626006216244746274
Binary110011001100110101100000110010111010100100111100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC66B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC66B0; }

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

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

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

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

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

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

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

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