Shades of Deep Magenta #C503DF
Tints of Deep Magenta #C503DF
RGB
CMYK
RGB Variations
Color information
#C503DF (or 0xC503DF) is known color: Deep Magenta. HEX triplet: C5, 03 and DF. RGB value is (197,3,223). Sum of RGB (Red+Green+Blue) = 197+3+223=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #C503DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C503DF is #3AFC20. Grayscale: #555555. Windows color (decimal): -3865633 or 14615493. OLE color: 14615493.
HSL color Cylindrical-coordinate representation of color #C503DF: hue angle of 292.91º 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 #C503DF is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 3 | 223 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.13 |
| HSL | 292.91º | 0.97% | 0.44% | - |
| HSV(B) | 292.91º | 0.99% | 0.87% | - |
| XYZ | 36.38 | 17.26 | 71.23 | - |
| YUV | 86.09 | 205.27 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 223 | 0.12 | 0.99 | 0 | 0.13 | 292.91 | 0.97 | 0.44 |
| Hex | C5 | 3 | DF | C | 63 | 0 | D | 125 | 61 | 2C |
| Octal | 305 | 3 | 337 | 14 | 143 | 0 | 15 | 445 | 141 | 54 |
| Binary | 11000101 | 11 | 11011111 | 1100 | 1100011 | 0 | 1101 | 100100101 | 1100001 | 101100 |
Color Harmonies of #C503DF
Complementary color
Monochromatic Colors of #C503DF
Black with #C503DF
Text Example
Text Example
White with #C503DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C503DF; }
p { color: rgb(197,3,223); }
H1.HeaderClassName
{
color: #C503DF;
}
.AnyTagClassName
{
color: #C503DF;
}
</style>
background-color css
<style>
a { background-color: #C503DF; }
a { background-color: rgb(197,3,223); }
div.DivClassName
{
background-color: #C503DF;
}
.BgClassName
{
background-color: #C503DF;
}
</style>
border-color css
<style>
span { border-color: #C503DF; }
span { border-color: rgb(197,3,223); }
td.TdClassName
{
border-color: #C503DF;
}
.TagClassName
{
border-color: #C503DF;
}
</style>