#CC5CAF

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

Shades of Fuchsia #CC5CAF

Tints of Fuchsia #CC5CAF

Color information

#CC5CAF (or 0xCC5CAF) is unknown color: approx Fuchsia. HEX triplet: CC, 5C and AF. RGB value is (204,92,175). Sum of RGB (Red+Green+Blue) = 204+92+175=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5CAF is #33A350. Grayscale: #868686. Windows color (decimal): -3384145 or 11492556. OLE color: 11492556.

HSL color Cylindrical-coordinate representation of color #CC5CAF: hue angle of 315.54º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5CAF is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB20492175-
CMYK00.550.140.2
HSL315.54º52.34%58.04%-
HSV(B)315.54º54.9%80%-
XYZ36.4723.5943.19-
YUV134.95150.61177.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.31%
GREEN value IS 92 (36.33% from 255) = 19.53%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=43.31%
G=19.53%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049217500.550.140.2315.5452.3458.04
HexCC5CAF037E1413c343a
Octal31413425706716244746472
Binary110011001011100101011110110111111010100100111100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5CAF; }

 p { color: rgb(204,92,175); }

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

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

 a { background-color: rgb(204,92,175); }

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

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

 span { border-color: rgb(204,92,175); }

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