#CC66BC

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

Shades of Fuchsia #CC66BC

Tints of Fuchsia #CC66BC

Color information

#CC66BC (or 0xCC66BC) is unknown color: approx Fuchsia. HEX triplet: CC, 66 and BC. RGB value is (204,102,188). Sum of RGB (Red+Green+Blue) = 204+102+188=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC66BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC66BC is #339943. Grayscale: #8E8E8E. Windows color (decimal): -3381572 or 12347084. OLE color: 12347084.

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

Color convert

RGB204102188-
CMYK00.50.080.2
HSL309.41º50%60%-
HSV(B)309.41º50%80%-
XYZ38.7325.9750.55-
YUV142.3153.79172.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 102 (40.23% from 255) = 20.65%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=41.30%
G=20.65%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410218800.50.080.2309.415060
HexCC66BC032814135323c
Octal31414627406210244656274
Binary110011001100110101111000110010100010100100110101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC66BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC66BC; }

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

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

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

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

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

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

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

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