Shades of Fuchsia #CC59CF
Tints of Fuchsia #CC59CF
RGB
CMYK
RGB Variations
Color information
#CC59CF (or 0xCC59CF) is known color: Fuchsia. HEX triplet: CC, 59 and CF. RGB value is (204,89,207). Sum of RGB (Red+Green+Blue) = 204+89+207=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC59CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC59CF is #33A630. Grayscale: #888888. Windows color (decimal): -3384881 or 13588940. OLE color: 13588940.
HSL color Cylindrical-coordinate representation of color #CC59CF: hue angle of 298.47º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC59CF is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 89 | 207 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.19 |
| HSL | 298.47º | 0.55% | 0.58% | - |
| HSV(B) | 298.47º | 0.57% | 0.81% | - |
| XYZ | 39.74 | 24.49 | 61.66 | - |
| YUV | 136.84 | 167.6 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 207 | 0.01 | 0.57 | 0 | 0.19 | 298.47 | 0.55 | 0.58 |
| Hex | CC | 59 | CF | 1 | 39 | 0 | 13 | 12A | 37 | 3A |
| Octal | 314 | 131 | 317 | 1 | 71 | 0 | 23 | 452 | 67 | 72 |
| Binary | 11001100 | 1011001 | 11001111 | 1 | 111001 | 0 | 10011 | 100101010 | 110111 | 111010 |
Color Harmonies of #CC59CF
Complementary color
Monochromatic Colors of #CC59CF
Black with #CC59CF
Text Example
Text Example
White with #CC59CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC59CF; }
p { color: rgb(204,89,207); }
H1.HeaderClassName
{
color: #CC59CF;
}
.AnyTagClassName
{
color: #CC59CF;
}
</style>
background-color css
<style>
a { background-color: #CC59CF; }
a { background-color: rgb(204,89,207); }
div.DivClassName
{
background-color: #CC59CF;
}
.BgClassName
{
background-color: #CC59CF;
}
</style>
border-color css
<style>
span { border-color: #CC59CF; }
span { border-color: rgb(204,89,207); }
td.TdClassName
{
border-color: #CC59CF;
}
.TagClassName
{
border-color: #CC59CF;
}
</style>