Shades of Deep Magenta #C503DC
Tints of Deep Magenta #C503DC
RGB
CMYK
RGB Variations
Color information
#C503DC (or 0xC503DC) is known color: Deep Magenta. HEX triplet: C5, 03 and DC. RGB value is (197,3,220). Sum of RGB (Red+Green+Blue) = 197+3+220=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #C503DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C503DC is #3AFC23. Grayscale: #555555. Windows color (decimal): -3865636 or 14418885. OLE color: 14418885.
HSL color Cylindrical-coordinate representation of color #C503DC: hue angle of 293.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C503DC is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 3 | 220 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.14 |
| HSL | 293.64º | 0.97% | 0.44% | - |
| HSV(B) | 293.64º | 0.99% | 0.86% | - |
| XYZ | 35.98 | 17.1 | 69.12 | - |
| YUV | 85.74 | 203.77 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 220 | 0.10 | 0.99 | 0 | 0.14 | 293.64 | 0.97 | 0.44 |
| Hex | C5 | 3 | DC | A | 63 | 0 | E | 126 | 61 | 2C |
| Octal | 305 | 3 | 334 | 12 | 143 | 0 | 16 | 446 | 141 | 54 |
| Binary | 11000101 | 11 | 11011100 | 1010 | 1100011 | 0 | 1110 | 100100110 | 1100001 | 101100 |
Color Harmonies of #C503DC
Complementary color
Monochromatic Colors of #C503DC
Black with #C503DC
Text Example
Text Example
White with #C503DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C503DC; }
p { color: rgb(197,3,220); }
H1.HeaderClassName
{
color: #C503DC;
}
.AnyTagClassName
{
color: #C503DC;
}
</style>
background-color css
<style>
a { background-color: #C503DC; }
a { background-color: rgb(197,3,220); }
div.DivClassName
{
background-color: #C503DC;
}
.BgClassName
{
background-color: #C503DC;
}
</style>
border-color css
<style>
span { border-color: #C503DC; }
span { border-color: rgb(197,3,220); }
td.TdClassName
{
border-color: #C503DC;
}
.TagClassName
{
border-color: #C503DC;
}
</style>