#CC66BF

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

Shades of Fuchsia #CC66BF

Tints of Fuchsia #CC66BF

Color information

#CC66BF (or 0xCC66BF) is unknown color: approx Fuchsia. HEX triplet: CC, 66 and BF. RGB value is (204,102,191). Sum of RGB (Red+Green+Blue) = 204+102+191=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC66BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC66BF is #339940. Grayscale: #8E8E8E. Windows color (decimal): -3381569 or 12543692. OLE color: 12543692.

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

Color convert

RGB204102191-
CMYK00.50.060.2
HSL307.65º50%60%-
HSV(B)307.65º50%80%-
XYZ39.0626.152.27-
YUV142.64155.29171.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 102 (40.23% from 255) = 20.52%
BLUE value IS 191 (75% from 255) = 38.43%
R=41.05%
G=20.52%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410219100.50.060.2307.655060
HexCC66BF032614134323c
Octal3141462770626244646274
Binary11001100110011010111111011001011010100100110100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC66BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC66BF; }

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

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

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

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

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

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

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

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