#CC66B3

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

Shades of Fuchsia #CC66B3

Tints of Fuchsia #CC66B3

Color information

#CC66B3 (or 0xCC66B3) is unknown color: approx Fuchsia. HEX triplet: CC, 66 and B3. RGB value is (204,102,179). Sum of RGB (Red+Green+Blue) = 204+102+179=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC66B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC66B3 is #33994C. Grayscale: #8D8D8D. Windows color (decimal): -3381581 or 11757260. OLE color: 11757260.

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

Color convert

RGB204102179-
CMYK00.50.120.2
HSL314.71º50%60%-
HSV(B)314.71º50%80%-
XYZ37.7925.5945.6-
YUV141.28149.29172.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 102 (40.23% from 255) = 21.03%
BLUE value IS 179 (70.31% from 255) = 36.91%
R=42.06%
G=21.03%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410217900.50.120.2314.715060
HexCC66B3032C1413b323c
Octal31414626306214244736274
Binary110011001100110101100110110010110010100100111011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC66B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC66B3; }

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

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

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

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

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

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

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

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