Shades of Deep Magenta #C503D2
Tints of Deep Magenta #C503D2
RGB
CMYK
RGB Variations
Color information
#C503D2 (or 0xC503D2) is known color: Deep Magenta. HEX triplet: C5, 03 and D2. RGB value is (197,3,210). Sum of RGB (Red+Green+Blue) = 197+3+210=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 210 (82.42% from 255 or 51.22% from 410); Max value from RGB is 210 - color contains mainly: blue. Hex color #C503D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C503D2 is #3AFC2D. Grayscale: #535353. Windows color (decimal): -3865646 or 13763525. OLE color: 13763525.
HSL color Cylindrical-coordinate representation of color #C503D2: hue angle of 296.23º 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 #C503D2 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 3 | 210 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.18 |
| HSL | 296.23º | 0.97% | 0.42% | - |
| HSV(B) | 296.23º | 0.99% | 0.82% | - |
| XYZ | 34.69 | 16.59 | 62.35 | - |
| YUV | 84.6 | 198.77 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 210 | 0.06 | 0.99 | 0 | 0.18 | 296.23 | 0.97 | 0.42 |
| Hex | C5 | 3 | D2 | 6 | 63 | 0 | 12 | 128 | 61 | 2A |
| Octal | 305 | 3 | 322 | 6 | 143 | 0 | 22 | 450 | 141 | 52 |
| Binary | 11000101 | 11 | 11010010 | 110 | 1100011 | 0 | 10010 | 100101000 | 1100001 | 101010 |
Color Harmonies of #C503D2
Complementary color
Monochromatic Colors of #C503D2
Black with #C503D2
Text Example
Text Example
White with #C503D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C503D2; }
p { color: rgb(197,3,210); }
H1.HeaderClassName
{
color: #C503D2;
}
.AnyTagClassName
{
color: #C503D2;
}
</style>
background-color css
<style>
a { background-color: #C503D2; }
a { background-color: rgb(197,3,210); }
div.DivClassName
{
background-color: #C503D2;
}
.BgClassName
{
background-color: #C503D2;
}
</style>
border-color css
<style>
span { border-color: #C503D2; }
span { border-color: rgb(197,3,210); }
td.TdClassName
{
border-color: #C503D2;
}
.TagClassName
{
border-color: #C503D2;
}
</style>