Shades of Deep Magenta #C503AC
Tints of Deep Magenta #C503AC
RGB
CMYK
RGB Variations
Color information
#C503AC (or 0xC503AC) is known color: Deep Magenta. HEX triplet: C5, 03 and AC. RGB value is (197,3,172). Sum of RGB (Red+Green+Blue) = 197+3+172=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C503AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C503AC is #3AFC53. Grayscale: #4F4F4F. Windows color (decimal): -3865684 or 11273157. OLE color: 11273157.
HSL color Cylindrical-coordinate representation of color #C503AC: hue angle of 307.73º 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 #C503AC is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 172 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.23 |
| HSL | 307.73º | 0.97% | 0.39% | - |
| HSV(B) | 307.73º | 0.98% | 0.77% | - |
| XYZ | 30.5 | 14.91 | 40.3 | - |
| YUV | 80.27 | 179.77 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 172 | 0 | 0.98 | 0.13 | 0.23 | 307.73 | 0.97 | 0.39 |
| Hex | C5 | 3 | AC | 0 | 62 | D | 17 | 134 | 61 | 27 |
| Octal | 305 | 3 | 254 | 0 | 142 | 15 | 27 | 464 | 141 | 47 |
| Binary | 11000101 | 11 | 10101100 | 0 | 1100010 | 1101 | 10111 | 100110100 | 1100001 | 100111 |
Color Harmonies of #C503AC
Complementary color
Monochromatic Colors of #C503AC
Black with #C503AC
Text Example
Text Example
White with #C503AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C503AC; }
p { color: rgb(197,3,172); }
H1.HeaderClassName
{
color: #C503AC;
}
.AnyTagClassName
{
color: #C503AC;
}
</style>
background-color css
<style>
a { background-color: #C503AC; }
a { background-color: rgb(197,3,172); }
div.DivClassName
{
background-color: #C503AC;
}
.BgClassName
{
background-color: #C503AC;
}
</style>
border-color css
<style>
span { border-color: #C503AC; }
span { border-color: rgb(197,3,172); }
td.TdClassName
{
border-color: #C503AC;
}
.TagClassName
{
border-color: #C503AC;
}
</style>