Shades of Deep Magenta #E20CCC
Tints of Deep Magenta #E20CCC
RGB
CMYK
RGB Variations
Color information
#E20CCC (or 0xE20CCC) is known color: Deep Magenta. HEX triplet: E2, 0C and CC. RGB value is (226,12,204). Sum of RGB (Red+Green+Blue) = 226+12+204=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E20CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20CCC is #1DF333. Grayscale: #616161. Windows color (decimal): -1962804 or 13372642. OLE color: 13372642.
HSL color Cylindrical-coordinate representation of color #E20CCC: hue angle of 306.17º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20CCC is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 204 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.11 |
| HSL | 306.17º | 0.9% | 0.47% | - |
| HSV(B) | 306.17º | 0.95% | 0.89% | - |
| XYZ | 42.39 | 20.79 | 58.91 | - |
| YUV | 97.87 | 187.9 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 204 | 0 | 0.95 | 0.10 | 0.11 | 306.17 | 0.9 | 0.47 |
| Hex | E2 | C | CC | 0 | 5F | A | B | 132 | 5A | 2F |
| Octal | 342 | 14 | 314 | 0 | 137 | 12 | 13 | 462 | 132 | 57 |
| Binary | 11100010 | 1100 | 11001100 | 0 | 1011111 | 1010 | 1011 | 100110010 | 1011010 | 101111 |
Color Harmonies of #E20CCC
Complementary color
Monochromatic Colors of #E20CCC
Black with #E20CCC
Text Example
Text Example
White with #E20CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20CCC; }
p { color: rgb(226,12,204); }
H1.HeaderClassName
{
color: #E20CCC;
}
.AnyTagClassName
{
color: #E20CCC;
}
</style>
background-color css
<style>
a { background-color: #E20CCC; }
a { background-color: rgb(226,12,204); }
div.DivClassName
{
background-color: #E20CCC;
}
.BgClassName
{
background-color: #E20CCC;
}
</style>
border-color css
<style>
span { border-color: #E20CCC; }
span { border-color: rgb(226,12,204); }
td.TdClassName
{
border-color: #E20CCC;
}
.TagClassName
{
border-color: #E20CCC;
}
</style>