Shades of Fuchsia #C559CA
Tints of Fuchsia #C559CA
RGB
CMYK
RGB Variations
Color information
#C559CA (or 0xC559CA) is known color: Fuchsia. HEX triplet: C5, 59 and CA. RGB value is (197,89,202). Sum of RGB (Red+Green+Blue) = 197+89+202=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #C559CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C559CA is #3AA635. Grayscale: #858585. Windows color (decimal): -3843638 or 13261253. OLE color: 13261253.
HSL color Cylindrical-coordinate representation of color #C559CA: hue angle of 297.35º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C559CA is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 89 | 202 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.21 |
| HSL | 297.35º | 0.52% | 0.57% | - |
| HSV(B) | 297.35º | 0.56% | 0.79% | - |
| XYZ | 37.26 | 23.28 | 58.41 | - |
| YUV | 134.17 | 166.28 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 202 | 0.02 | 0.56 | 0 | 0.21 | 297.35 | 0.52 | 0.57 |
| Hex | C5 | 59 | CA | 2 | 38 | 0 | 15 | 129 | 34 | 39 |
| Octal | 305 | 131 | 312 | 2 | 70 | 0 | 25 | 451 | 64 | 71 |
| Binary | 11000101 | 1011001 | 11001010 | 10 | 111000 | 0 | 10101 | 100101001 | 110100 | 111001 |
Color Harmonies of #C559CA
Complementary color
Monochromatic Colors of #C559CA
Black with #C559CA
Text Example
Text Example
White with #C559CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C559CA; }
p { color: rgb(197,89,202); }
H1.HeaderClassName
{
color: #C559CA;
}
.AnyTagClassName
{
color: #C559CA;
}
</style>
background-color css
<style>
a { background-color: #C559CA; }
a { background-color: rgb(197,89,202); }
div.DivClassName
{
background-color: #C559CA;
}
.BgClassName
{
background-color: #C559CA;
}
</style>
border-color css
<style>
span { border-color: #C559CA; }
span { border-color: rgb(197,89,202); }
td.TdClassName
{
border-color: #C559CA;
}
.TagClassName
{
border-color: #C559CA;
}
</style>