Shades of Deep Magenta #C503AE
Tints of Deep Magenta #C503AE
RGB
CMYK
RGB Variations
Color information
#C503AE (or 0xC503AE) is known color: Deep Magenta. HEX triplet: C5, 03 and AE. RGB value is (197,3,174). Sum of RGB (Red+Green+Blue) = 197+3+174=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C503AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C503AE is #3AFC51. Grayscale: #505050. Windows color (decimal): -3865682 or 11404229. OLE color: 11404229.
HSL color Cylindrical-coordinate representation of color #C503AE: hue angle of 307.11º 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 #C503AE is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 174 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.23 |
| HSL | 307.11º | 0.97% | 0.39% | - |
| HSV(B) | 307.11º | 0.98% | 0.77% | - |
| XYZ | 30.7 | 14.99 | 41.32 | - |
| YUV | 80.5 | 180.77 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 174 | 0 | 0.98 | 0.12 | 0.23 | 307.11 | 0.97 | 0.39 |
| Hex | C5 | 3 | AE | 0 | 62 | C | 17 | 133 | 61 | 27 |
| Octal | 305 | 3 | 256 | 0 | 142 | 14 | 27 | 463 | 141 | 47 |
| Binary | 11000101 | 11 | 10101110 | 0 | 1100010 | 1100 | 10111 | 100110011 | 1100001 | 100111 |
Color Harmonies of #C503AE
Complementary color
Monochromatic Colors of #C503AE
Black with #C503AE
Text Example
Text Example
White with #C503AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C503AE; }
p { color: rgb(197,3,174); }
H1.HeaderClassName
{
color: #C503AE;
}
.AnyTagClassName
{
color: #C503AE;
}
</style>
background-color css
<style>
a { background-color: #C503AE; }
a { background-color: rgb(197,3,174); }
div.DivClassName
{
background-color: #C503AE;
}
.BgClassName
{
background-color: #C503AE;
}
</style>
border-color css
<style>
span { border-color: #C503AE; }
span { border-color: rgb(197,3,174); }
td.TdClassName
{
border-color: #C503AE;
}
.TagClassName
{
border-color: #C503AE;
}
</style>