Shades of Deep Magenta #C503DD
Tints of Deep Magenta #C503DD
RGB
CMYK
RGB Variations
Color information
#C503DD (or 0xC503DD) is known color: Deep Magenta. HEX triplet: C5, 03 and DD. RGB value is (197,3,221). Sum of RGB (Red+Green+Blue) = 197+3+221=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 3 (1.56% from 255 or 0.71% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #C503DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C503DD is #3AFC22. Grayscale: #555555. Windows color (decimal): -3865635 or 14484421. OLE color: 14484421.
HSL color Cylindrical-coordinate representation of color #C503DD: hue angle of 293.39º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C503DD is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 3 | 221 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.13 |
| HSL | 293.39º | 0.97% | 0.44% | - |
| HSV(B) | 293.39º | 0.99% | 0.87% | - |
| XYZ | 36.11 | 17.16 | 69.81 | - |
| YUV | 85.86 | 204.27 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 221 | 0.11 | 0.99 | 0 | 0.13 | 293.39 | 0.97 | 0.44 |
| Hex | C5 | 3 | DD | B | 63 | 0 | D | 125 | 61 | 2C |
| Octal | 305 | 3 | 335 | 13 | 143 | 0 | 15 | 445 | 141 | 54 |
| Binary | 11000101 | 11 | 11011101 | 1011 | 1100011 | 0 | 1101 | 100100101 | 1100001 | 101100 |
Color Harmonies of #C503DD
Complementary color
Monochromatic Colors of #C503DD
Black with #C503DD
Text Example
Text Example
White with #C503DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C503DD; }
p { color: rgb(197,3,221); }
H1.HeaderClassName
{
color: #C503DD;
}
.AnyTagClassName
{
color: #C503DD;
}
</style>
background-color css
<style>
a { background-color: #C503DD; }
a { background-color: rgb(197,3,221); }
div.DivClassName
{
background-color: #C503DD;
}
.BgClassName
{
background-color: #C503DD;
}
</style>
border-color css
<style>
span { border-color: #C503DD; }
span { border-color: rgb(197,3,221); }
td.TdClassName
{
border-color: #C503DD;
}
.TagClassName
{
border-color: #C503DD;
}
</style>