Shades of Deep Magenta #C503E3
Tints of Deep Magenta #C503E3
RGB
CMYK
RGB Variations
Color information
#C503E3 (or 0xC503E3) is known color: Deep Magenta. HEX triplet: C5, 03 and E3. RGB value is (197,3,227). Sum of RGB (Red+Green+Blue) = 197+3+227=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 3 (1.56% from 255 or 0.70% from 427); Blue value is 227 (89.06% from 255 or 53.16% from 427); Max value from RGB is 227 - color contains mainly: blue. Hex color #C503E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C503E3 is #3AFC1C. Grayscale: #555555. Windows color (decimal): -3865629 or 14877637. OLE color: 14877637.
HSL color Cylindrical-coordinate representation of color #C503E3: hue angle of 291.96º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C503E3 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 3 | 227 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.11 |
| HSL | 291.96º | 0.97% | 0.45% | - |
| HSV(B) | 291.96º | 0.99% | 0.89% | - |
| XYZ | 36.92 | 17.48 | 74.1 | - |
| YUV | 86.54 | 207.27 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 227 | 0.13 | 0.99 | 0 | 0.11 | 291.96 | 0.97 | 0.45 |
| Hex | C5 | 3 | E3 | D | 63 | 0 | B | 124 | 61 | 2D |
| Octal | 305 | 3 | 343 | 15 | 143 | 0 | 13 | 444 | 141 | 55 |
| Binary | 11000101 | 11 | 11100011 | 1101 | 1100011 | 0 | 1011 | 100100100 | 1100001 | 101101 |
Color Harmonies of #C503E3
Complementary color
Monochromatic Colors of #C503E3
Black with #C503E3
Text Example
Text Example
White with #C503E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C503E3; }
p { color: rgb(197,3,227); }
H1.HeaderClassName
{
color: #C503E3;
}
.AnyTagClassName
{
color: #C503E3;
}
</style>
background-color css
<style>
a { background-color: #C503E3; }
a { background-color: rgb(197,3,227); }
div.DivClassName
{
background-color: #C503E3;
}
.BgClassName
{
background-color: #C503E3;
}
</style>
border-color css
<style>
span { border-color: #C503E3; }
span { border-color: rgb(197,3,227); }
td.TdClassName
{
border-color: #C503E3;
}
.TagClassName
{
border-color: #C503E3;
}
</style>