Shades of Fuchsia #C540CA
Tints of Fuchsia #C540CA
RGB
CMYK
RGB Variations
Color information
#C540CA (or 0xC540CA) is known color: Fuchsia. HEX triplet: C5, 40 and CA. RGB value is (197,64,202). Sum of RGB (Red+Green+Blue) = 197+64+202=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #C540CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540CA is #3ABF35. Grayscale: #777777. Windows color (decimal): -3850038 or 13254853. OLE color: 13254853.
HSL color Cylindrical-coordinate representation of color #C540CA: hue angle of 297.83º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C540CA is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 64 | 202 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.21 |
| HSL | 297.83º | 0.57% | 0.52% | - |
| HSV(B) | 297.83º | 0.68% | 0.79% | - |
| XYZ | 35.52 | 19.8 | 57.83 | - |
| YUV | 119.5 | 174.56 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 202 | 0.02 | 0.68 | 0 | 0.21 | 297.83 | 0.57 | 0.52 |
| Hex | C5 | 40 | CA | 2 | 44 | 0 | 15 | 12A | 39 | 34 |
| Octal | 305 | 100 | 312 | 2 | 104 | 0 | 25 | 452 | 71 | 64 |
| Binary | 11000101 | 1000000 | 11001010 | 10 | 1000100 | 0 | 10101 | 100101010 | 111001 | 110100 |
Color Harmonies of #C540CA
Complementary color
Monochromatic Colors of #C540CA
Black with #C540CA
Text Example
Text Example
White with #C540CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540CA; }
p { color: rgb(197,64,202); }
H1.HeaderClassName
{
color: #C540CA;
}
.AnyTagClassName
{
color: #C540CA;
}
</style>
background-color css
<style>
a { background-color: #C540CA; }
a { background-color: rgb(197,64,202); }
div.DivClassName
{
background-color: #C540CA;
}
.BgClassName
{
background-color: #C540CA;
}
</style>
border-color css
<style>
span { border-color: #C540CA; }
span { border-color: rgb(197,64,202); }
td.TdClassName
{
border-color: #C540CA;
}
.TagClassName
{
border-color: #C540CA;
}
</style>