Shades of Deep Magenta #C502C0
Tints of Deep Magenta #C502C0
RGB
CMYK
RGB Variations
Color information
#C502C0 (or 0xC502C0) is known color: Deep Magenta. HEX triplet: C5, 02 and C0. RGB value is (197,2,192). Sum of RGB (Red+Green+Blue) = 197+2+192=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C502C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C502C0 is #3AFD3F. Grayscale: #515151. Windows color (decimal): -3865920 or 12583621. OLE color: 12583621.
HSL color Cylindrical-coordinate representation of color #C502C0: hue angle of 301.54º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C502C0 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 192 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.23 |
| HSL | 301.54º | 0.98% | 0.39% | - |
| HSV(B) | 301.54º | 0.99% | 0.77% | - |
| XYZ | 32.56 | 15.72 | 51.19 | - |
| YUV | 81.97 | 190.1 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 192 | 0 | 0.99 | 0.03 | 0.23 | 301.54 | 0.98 | 0.39 |
| Hex | C5 | 2 | C0 | 0 | 63 | 3 | 17 | 12E | 62 | 27 |
| Octal | 305 | 2 | 300 | 0 | 143 | 3 | 27 | 456 | 142 | 47 |
| Binary | 11000101 | 10 | 11000000 | 0 | 1100011 | 11 | 10111 | 100101110 | 1100010 | 100111 |
Color Harmonies of #C502C0
Complementary color
Monochromatic Colors of #C502C0
Black with #C502C0
Text Example
Text Example
White with #C502C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C502C0; }
p { color: rgb(197,2,192); }
H1.HeaderClassName
{
color: #C502C0;
}
.AnyTagClassName
{
color: #C502C0;
}
</style>
background-color css
<style>
a { background-color: #C502C0; }
a { background-color: rgb(197,2,192); }
div.DivClassName
{
background-color: #C502C0;
}
.BgClassName
{
background-color: #C502C0;
}
</style>
border-color css
<style>
span { border-color: #C502C0; }
span { border-color: rgb(197,2,192); }
td.TdClassName
{
border-color: #C502C0;
}
.TagClassName
{
border-color: #C502C0;
}
</style>