Shades of Deep Magenta #C503AF
Tints of Deep Magenta #C503AF
RGB
CMYK
RGB Variations
Color information
#C503AF (or 0xC503AF) is known color: Deep Magenta. HEX triplet: C5, 03 and AF. RGB value is (197,3,175). Sum of RGB (Red+Green+Blue) = 197+3+175=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C503AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C503AF is #3AFC50. Grayscale: #505050. Windows color (decimal): -3865681 or 11469765. OLE color: 11469765.
HSL color Cylindrical-coordinate representation of color #C503AF: hue angle of 306.8º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C503AF is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 175 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.23 |
| HSL | 306.8º | 0.97% | 0.39% | - |
| HSV(B) | 306.8º | 0.98% | 0.77% | - |
| XYZ | 30.8 | 15.03 | 41.84 | - |
| YUV | 80.61 | 181.27 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 175 | 0 | 0.98 | 0.11 | 0.23 | 306.8 | 0.97 | 0.39 |
| Hex | C5 | 3 | AF | 0 | 62 | B | 17 | 133 | 61 | 27 |
| Octal | 305 | 3 | 257 | 0 | 142 | 13 | 27 | 463 | 141 | 47 |
| Binary | 11000101 | 11 | 10101111 | 0 | 1100010 | 1011 | 10111 | 100110011 | 1100001 | 100111 |
Color Harmonies of #C503AF
Complementary color
Monochromatic Colors of #C503AF
Black with #C503AF
Text Example
Text Example
White with #C503AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C503AF; }
p { color: rgb(197,3,175); }
H1.HeaderClassName
{
color: #C503AF;
}
.AnyTagClassName
{
color: #C503AF;
}
</style>
background-color css
<style>
a { background-color: #C503AF; }
a { background-color: rgb(197,3,175); }
div.DivClassName
{
background-color: #C503AF;
}
.BgClassName
{
background-color: #C503AF;
}
</style>
border-color css
<style>
span { border-color: #C503AF; }
span { border-color: rgb(197,3,175); }
td.TdClassName
{
border-color: #C503AF;
}
.TagClassName
{
border-color: #C503AF;
}
</style>