Shades of Fuchsia #CC59C3
Tints of Fuchsia #CC59C3
RGB
CMYK
RGB Variations
Color information
#CC59C3 (or 0xCC59C3) is known color: Fuchsia. HEX triplet: CC, 59 and C3. RGB value is (204,89,195). Sum of RGB (Red+Green+Blue) = 204+89+195=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC59C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC59C3 is #33A63C. Grayscale: #878787. Windows color (decimal): -3384893 or 12802508. OLE color: 12802508.
HSL color Cylindrical-coordinate representation of color #CC59C3: hue angle of 304.7º 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 #CC59C3 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 195 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.2 |
| HSL | 304.7º | 0.53% | 0.57% | - |
| HSV(B) | 304.7º | 0.56% | 0.8% | - |
| XYZ | 38.32 | 23.92 | 54.23 | - |
| YUV | 135.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 195 | 0 | 0.56 | 0.04 | 0.2 | 304.7 | 0.53 | 0.57 |
| Hex | CC | 59 | C3 | 0 | 38 | 4 | 14 | 131 | 35 | 39 |
| Octal | 314 | 131 | 303 | 0 | 70 | 4 | 24 | 461 | 65 | 71 |
| Binary | 11001100 | 1011001 | 11000011 | 0 | 111000 | 100 | 10100 | 100110001 | 110101 | 111001 |
Color Harmonies of #CC59C3
Complementary color
Monochromatic Colors of #CC59C3
Black with #CC59C3
Text Example
Text Example
White with #CC59C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC59C3; }
p { color: rgb(204,89,195); }
H1.HeaderClassName
{
color: #CC59C3;
}
.AnyTagClassName
{
color: #CC59C3;
}
</style>
background-color css
<style>
a { background-color: #CC59C3; }
a { background-color: rgb(204,89,195); }
div.DivClassName
{
background-color: #CC59C3;
}
.BgClassName
{
background-color: #CC59C3;
}
</style>
border-color css
<style>
span { border-color: #CC59C3; }
span { border-color: rgb(204,89,195); }
td.TdClassName
{
border-color: #CC59C3;
}
.TagClassName
{
border-color: #CC59C3;
}
</style>