Shades of Fuchsia #CC59C1
Tints of Fuchsia #CC59C1
RGB
CMYK
RGB Variations
Color information
#CC59C1 (or 0xCC59C1) is known color: Fuchsia. HEX triplet: CC, 59 and C1. RGB value is (204,89,193). Sum of RGB (Red+Green+Blue) = 204+89+193=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC59C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC59C1 is #33A63E. Grayscale: #868686. Windows color (decimal): -3384895 or 12671436. OLE color: 12671436.
HSL color Cylindrical-coordinate representation of color #CC59C1: hue angle of 305.74º 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 #CC59C1 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 193 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.2 |
| HSL | 305.74º | 0.53% | 0.57% | - |
| HSV(B) | 305.74º | 0.56% | 0.8% | - |
| XYZ | 38.1 | 23.83 | 53.04 | - |
| YUV | 135.24 | 160.6 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 193 | 0 | 0.56 | 0.05 | 0.2 | 305.74 | 0.53 | 0.57 |
| Hex | CC | 59 | C1 | 0 | 38 | 5 | 14 | 132 | 35 | 39 |
| Octal | 314 | 131 | 301 | 0 | 70 | 5 | 24 | 462 | 65 | 71 |
| Binary | 11001100 | 1011001 | 11000001 | 0 | 111000 | 101 | 10100 | 100110010 | 110101 | 111001 |
Color Harmonies of #CC59C1
Complementary color
Monochromatic Colors of #CC59C1
Black with #CC59C1
Text Example
Text Example
White with #CC59C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC59C1; }
p { color: rgb(204,89,193); }
H1.HeaderClassName
{
color: #CC59C1;
}
.AnyTagClassName
{
color: #CC59C1;
}
</style>
background-color css
<style>
a { background-color: #CC59C1; }
a { background-color: rgb(204,89,193); }
div.DivClassName
{
background-color: #CC59C1;
}
.BgClassName
{
background-color: #CC59C1;
}
</style>
border-color css
<style>
span { border-color: #CC59C1; }
span { border-color: rgb(204,89,193); }
td.TdClassName
{
border-color: #CC59C1;
}
.TagClassName
{
border-color: #CC59C1;
}
</style>