Shades of Deep Magenta #C503D1
Tints of Deep Magenta #C503D1
RGB
CMYK
RGB Variations
Color information
#C503D1 (or 0xC503D1) is known color: Deep Magenta. HEX triplet: C5, 03 and D1. RGB value is (197,3,209). Sum of RGB (Red+Green+Blue) = 197+3+209=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 209 (82.03% from 255 or 51.10% from 409); Max value from RGB is 209 - color contains mainly: blue. Hex color #C503D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C503D1 is #3AFC2E. Grayscale: #535353. Windows color (decimal): -3865647 or 13697989. OLE color: 13697989.
HSL color Cylindrical-coordinate representation of color #C503D1: hue angle of 296.5º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C503D1 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 3 | 209 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.18 |
| HSL | 296.5º | 0.97% | 0.42% | - |
| HSV(B) | 296.5º | 0.99% | 0.82% | - |
| XYZ | 34.57 | 16.54 | 61.69 | - |
| YUV | 84.49 | 198.27 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 209 | 0.06 | 0.99 | 0 | 0.18 | 296.5 | 0.97 | 0.42 |
| Hex | C5 | 3 | D1 | 6 | 63 | 0 | 12 | 129 | 61 | 2A |
| Octal | 305 | 3 | 321 | 6 | 143 | 0 | 22 | 451 | 141 | 52 |
| Binary | 11000101 | 11 | 11010001 | 110 | 1100011 | 0 | 10010 | 100101001 | 1100001 | 101010 |
Color Harmonies of #C503D1
Complementary color
Monochromatic Colors of #C503D1
Black with #C503D1
Text Example
Text Example
White with #C503D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C503D1; }
p { color: rgb(197,3,209); }
H1.HeaderClassName
{
color: #C503D1;
}
.AnyTagClassName
{
color: #C503D1;
}
</style>
background-color css
<style>
a { background-color: #C503D1; }
a { background-color: rgb(197,3,209); }
div.DivClassName
{
background-color: #C503D1;
}
.BgClassName
{
background-color: #C503D1;
}
</style>
border-color css
<style>
span { border-color: #C503D1; }
span { border-color: rgb(197,3,209); }
td.TdClassName
{
border-color: #C503D1;
}
.TagClassName
{
border-color: #C503D1;
}
</style>