Shades of Deep Magenta #C502D1
Tints of Deep Magenta #C502D1
RGB
CMYK
RGB Variations
Color information
#C502D1 (or 0xC502D1) is known color: Deep Magenta. HEX triplet: C5, 02 and D1. RGB value is (197,2,209). Sum of RGB (Red+Green+Blue) = 197+2+209=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 209 (82.03% from 255 or 51.23% from 408); Max value from RGB is 209 - color contains mainly: blue. Hex color #C502D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C502D1 is #3AFD2E. Grayscale: #535353. Windows color (decimal): -3865903 or 13697733. OLE color: 13697733.
HSL color Cylindrical-coordinate representation of color #C502D1: hue angle of 296.52º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C502D1 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 2 | 209 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.18 |
| HSL | 296.52º | 0.98% | 0.41% | - |
| HSV(B) | 296.52º | 0.99% | 0.82% | - |
| XYZ | 34.56 | 16.52 | 61.69 | - |
| YUV | 83.9 | 198.6 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 209 | 0.06 | 0.99 | 0 | 0.18 | 296.52 | 0.98 | 0.41 |
| Hex | C5 | 2 | D1 | 6 | 63 | 0 | 12 | 129 | 62 | 29 |
| Octal | 305 | 2 | 321 | 6 | 143 | 0 | 22 | 451 | 142 | 51 |
| Binary | 11000101 | 10 | 11010001 | 110 | 1100011 | 0 | 10010 | 100101001 | 1100010 | 101001 |
Color Harmonies of #C502D1
Complementary color
Monochromatic Colors of #C502D1
Black with #C502D1
Text Example
Text Example
White with #C502D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C502D1; }
p { color: rgb(197,2,209); }
H1.HeaderClassName
{
color: #C502D1;
}
.AnyTagClassName
{
color: #C502D1;
}
</style>
background-color css
<style>
a { background-color: #C502D1; }
a { background-color: rgb(197,2,209); }
div.DivClassName
{
background-color: #C502D1;
}
.BgClassName
{
background-color: #C502D1;
}
</style>
border-color css
<style>
span { border-color: #C502D1; }
span { border-color: rgb(197,2,209); }
td.TdClassName
{
border-color: #C502D1;
}
.TagClassName
{
border-color: #C502D1;
}
</style>