#CC59B8

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

Shades of Fuchsia #CC59B8

Tints of Fuchsia #CC59B8

Color information

#CC59B8 (or 0xCC59B8) is unknown color: approx Fuchsia. HEX triplet: CC, 59 and B8. RGB value is (204,89,184). Sum of RGB (Red+Green+Blue) = 204+89+184=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC59B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC59B8 is #33A647. Grayscale: #858585. Windows color (decimal): -3384904 or 12081612. OLE color: 12081612.

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

Color convert

RGB20489184-
CMYK00.560.100.2
HSL310.43º53%57.45%-
HSV(B)310.43º56.37%80%-
XYZ37.1323.4447.92-
YUV134.21156.1177.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 89 (35.16% from 255) = 18.66%
BLUE value IS 184 (72.27% from 255) = 38.57%
R=42.77%
G=18.66%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048918400.560.100.2310.435357.45
HexCC59B8038A141363539
Octal31413127007012244666571
Binary110011001011001101110000111000101010100100110110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC59B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC59B8; }

 p { color: rgb(204,89,184); }

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

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

 a { background-color: rgb(204,89,184); }

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

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

 span { border-color: rgb(204,89,184); }

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