#CC59CA

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

Shades of Fuchsia #CC59CA

Tints of Fuchsia #CC59CA

Color information

#CC59CA (or 0xCC59CA) is unknown color: approx Fuchsia. HEX triplet: CC, 59 and CA. RGB value is (204,89,202). Sum of RGB (Red+Green+Blue) = 204+89+202=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC59CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC59CA is #33A635. Grayscale: #878787. Windows color (decimal): -3384886 or 13261260. OLE color: 13261260.

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

Color convert

RGB20489202-
CMYK00.560.010.2
HSL301.04º53%57.45%-
HSV(B)301.04º56.37%80%-
XYZ39.1324.2558.49-
YUV136.27165.1176.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 89 (35.16% from 255) = 17.98%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=41.21%
G=17.98%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048920200.560.010.2301.045357.45
HexCC59CA03811412d3539
Octal3141313120701244556571
Binary110011001011001110010100111000110100100101101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC59CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC59CA; }

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

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

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

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

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

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

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

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