#CC5FC9

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

Shades of Fuchsia #CC5FC9

Tints of Fuchsia #CC5FC9

Color information

#CC5FC9 (or 0xCC5FC9) is unknown color: approx Fuchsia. HEX triplet: CC, 5F and C9. RGB value is (204,95,201). Sum of RGB (Red+Green+Blue) = 204+95+201=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FC9 is #33A036. Grayscale: #8B8B8B. Windows color (decimal): -3383351 or 13197260. OLE color: 13197260.

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

Color convert

RGB20495201-
CMYK00.530.010.2
HSL301.65º51.66%58.63%-
HSV(B)301.65º53.43%80%-
XYZ39.5425.2458.05-
YUV139.68162.61173.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 95 (37.5% from 255) = 19%
BLUE value IS 201 (78.91% from 255) = 40.2%
R=40.8%
G=19%
B=40.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049520100.530.010.2301.6551.6658.63
HexCC5FC903511412e343b
Octal3141373110651244566473
Binary110011001011111110010010110101110100100101110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5FC9; }

 p { color: rgb(204,95,201); }

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

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

 a { background-color: rgb(204,95,201); }

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

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

 span { border-color: rgb(204,95,201); }

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