#CC66B1

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

Shades of Fuchsia #CC66B1

Tints of Fuchsia #CC66B1

Color information

#CC66B1 (or 0xCC66B1) is unknown color: approx Fuchsia. HEX triplet: CC, 66 and B1. RGB value is (204,102,177). Sum of RGB (Red+Green+Blue) = 204+102+177=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC66B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC66B1 is #33994E. Grayscale: #8C8C8C. Windows color (decimal): -3381583 or 11626188. OLE color: 11626188.

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

Color convert

RGB204102177-
CMYK00.50.130.2
HSL315.88º50%60%-
HSV(B)315.88º50%80%-
XYZ37.5925.5144.54-
YUV141.05148.29172.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 102 (40.23% from 255) = 21.12%
BLUE value IS 177 (69.53% from 255) = 36.65%
R=42.24%
G=21.12%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410217700.50.130.2315.885060
HexCC66B1032D1413c323c
Octal31414626106215244746274
Binary110011001100110101100010110010110110100100111100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC66B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC66B1; }

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

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

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

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

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

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

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

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