Shades of Deep Magenta #E312CF
Tints of Deep Magenta #E312CF
RGB
CMYK
RGB Variations
Color information
#E312CF (or 0xE312CF) is known color: Deep Magenta. HEX triplet: E3, 12 and CF. RGB value is (227,18,207). Sum of RGB (Red+Green+Blue) = 227+18+207=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E312CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E312CF is #1CED30. Grayscale: #656565. Windows color (decimal): -1895729 or 13570787. OLE color: 13570787.
HSL color Cylindrical-coordinate representation of color #E312CF: hue angle of 305.74º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E312CF is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 18 | 207 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.11 |
| HSL | 305.74º | 0.85% | 0.48% | - |
| HSV(B) | 305.74º | 0.92% | 0.89% | - |
| XYZ | 43.16 | 21.27 | 60.86 | - |
| YUV | 102.04 | 187.24 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 207 | 0 | 0.92 | 0.09 | 0.11 | 305.74 | 0.85 | 0.48 |
| Hex | E3 | 12 | CF | 0 | 5C | 9 | B | 132 | 55 | 30 |
| Octal | 343 | 22 | 317 | 0 | 134 | 11 | 13 | 462 | 125 | 60 |
| Binary | 11100011 | 10010 | 11001111 | 0 | 1011100 | 1001 | 1011 | 100110010 | 1010101 | 110000 |
Color Harmonies of #E312CF
Complementary color
Monochromatic Colors of #E312CF
Black with #E312CF
Text Example
Text Example
White with #E312CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E312CF; }
p { color: rgb(227,18,207); }
H1.HeaderClassName
{
color: #E312CF;
}
.AnyTagClassName
{
color: #E312CF;
}
</style>
background-color css
<style>
a { background-color: #E312CF; }
a { background-color: rgb(227,18,207); }
div.DivClassName
{
background-color: #E312CF;
}
.BgClassName
{
background-color: #E312CF;
}
</style>
border-color css
<style>
span { border-color: #E312CF; }
span { border-color: rgb(227,18,207); }
td.TdClassName
{
border-color: #E312CF;
}
.TagClassName
{
border-color: #E312CF;
}
</style>