Shades of Deep Magenta #E103C7
Tints of Deep Magenta #E103C7
RGB
CMYK
RGB Variations
Color information
#E103C7 (or 0xE103C7) is known color: Deep Magenta. HEX triplet: E1, 03 and C7. RGB value is (225,3,199). Sum of RGB (Red+Green+Blue) = 225+3+199=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 3 (1.56% from 255 or 0.70% from 427); Blue value is 199 (78.12% from 255 or 46.60% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E103C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E103C7 is #1EFC38. Grayscale: #5B5B5B. Windows color (decimal): -2030649 or 13042657. OLE color: 13042657.
HSL color Cylindrical-coordinate representation of color #E103C7: hue angle of 307.03º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E103C7 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 199 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.12 |
| HSL | 307.03º | 0.97% | 0.45% | - |
| HSV(B) | 307.03º | 0.99% | 0.88% | - |
| XYZ | 41.39 | 20.2 | 55.75 | - |
| YUV | 91.72 | 188.55 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 199 | 0 | 0.99 | 0.12 | 0.12 | 307.03 | 0.97 | 0.45 |
| Hex | E1 | 3 | C7 | 0 | 63 | C | C | 133 | 61 | 2D |
| Octal | 341 | 3 | 307 | 0 | 143 | 14 | 14 | 463 | 141 | 55 |
| Binary | 11100001 | 11 | 11000111 | 0 | 1100011 | 1100 | 1100 | 100110011 | 1100001 | 101101 |
Color Harmonies of #E103C7
Complementary color
Monochromatic Colors of #E103C7
Black with #E103C7
Text Example
Text Example
White with #E103C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E103C7; }
p { color: rgb(225,3,199); }
H1.HeaderClassName
{
color: #E103C7;
}
.AnyTagClassName
{
color: #E103C7;
}
</style>
background-color css
<style>
a { background-color: #E103C7; }
a { background-color: rgb(225,3,199); }
div.DivClassName
{
background-color: #E103C7;
}
.BgClassName
{
background-color: #E103C7;
}
</style>
border-color css
<style>
span { border-color: #E103C7; }
span { border-color: rgb(225,3,199); }
td.TdClassName
{
border-color: #E103C7;
}
.TagClassName
{
border-color: #E103C7;
}
</style>