#CC66BD

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

Shades of Fuchsia #CC66BD

Tints of Fuchsia #CC66BD

Color information

#CC66BD (or 0xCC66BD) is unknown color: approx Fuchsia. HEX triplet: CC, 66 and BD. RGB value is (204,102,189). Sum of RGB (Red+Green+Blue) = 204+102+189=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC66BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC66BD is #339942. Grayscale: #8E8E8E. Windows color (decimal): -3381571 or 12412620. OLE color: 12412620.

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

Color convert

RGB204102189-
CMYK00.50.070.2
HSL308.82º50%60%-
HSV(B)308.82º50%80%-
XYZ38.8426.0151.12-
YUV142.42154.29171.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 102 (40.23% from 255) = 20.61%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=41.21%
G=20.61%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410218900.50.070.2308.825060
HexCC66BD032714135323c
Octal3141462750627244656274
Binary11001100110011010111101011001011110100100110101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC66BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC66BD; }

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

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

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

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

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

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

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

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