Shades of Fuchsia #CC59CA
Tints of Fuchsia #CC59CA
RGB
CMYK
RGB Variations
Color information
#CC59CA (or 0xCC59CA) is known color: 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
| RGB | 204 | 89 | 202 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.2 |
| HSL | 301.04º | 0.53% | 0.57% | - |
| HSV(B) | 301.04º | 0.56% | 0.8% | - |
| XYZ | 39.13 | 24.25 | 58.49 | - |
| YUV | 136.27 | 165.1 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 202 | 0 | 0.56 | 0.01 | 0.2 | 301.04 | 0.53 | 0.57 |
| Hex | CC | 59 | CA | 0 | 38 | 1 | 14 | 12D | 35 | 39 |
| Octal | 314 | 131 | 312 | 0 | 70 | 1 | 24 | 455 | 65 | 71 |
| Binary | 11001100 | 1011001 | 11001010 | 0 | 111000 | 1 | 10100 | 100101101 | 110101 | 111001 |
Color Harmonies of #CC59CA
Complementary color
Monochromatic Colors of #CC59CA
Black with #CC59CA
Text Example
Text Example
White with #CC59CA
Text Example
Text Example
HTML Codes & Css Web 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>