Shades of Deep Magenta #E00CCC
Tints of Deep Magenta #E00CCC
RGB
CMYK
RGB Variations
Color information
#E00CCC (or 0xE00CCC) is known color: Deep Magenta. HEX triplet: E0, 0C and CC. RGB value is (224,12,204). Sum of RGB (Red+Green+Blue) = 224+12+204=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 12 (5.08% from 255 or 2.73% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E00CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00CCC is #1FF333. Grayscale: #606060. Windows color (decimal): -2093876 or 13372640. OLE color: 13372640.
HSL color Cylindrical-coordinate representation of color #E00CCC: hue angle of 305.66º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00CCC is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 204 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.12 |
| HSL | 305.66º | 0.9% | 0.46% | - |
| HSV(B) | 305.66º | 0.95% | 0.88% | - |
| XYZ | 41.77 | 20.47 | 58.88 | - |
| YUV | 97.28 | 188.24 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 204 | 0 | 0.95 | 0.09 | 0.12 | 305.66 | 0.9 | 0.46 |
| Hex | E0 | C | CC | 0 | 5F | 9 | C | 132 | 5A | 2E |
| Octal | 340 | 14 | 314 | 0 | 137 | 11 | 14 | 462 | 132 | 56 |
| Binary | 11100000 | 1100 | 11001100 | 0 | 1011111 | 1001 | 1100 | 100110010 | 1011010 | 101110 |
Color Harmonies of #E00CCC
Complementary color
Monochromatic Colors of #E00CCC
Black with #E00CCC
Text Example
Text Example
White with #E00CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00CCC; }
p { color: rgb(224,12,204); }
H1.HeaderClassName
{
color: #E00CCC;
}
.AnyTagClassName
{
color: #E00CCC;
}
</style>
background-color css
<style>
a { background-color: #E00CCC; }
a { background-color: rgb(224,12,204); }
div.DivClassName
{
background-color: #E00CCC;
}
.BgClassName
{
background-color: #E00CCC;
}
</style>
border-color css
<style>
span { border-color: #E00CCC; }
span { border-color: rgb(224,12,204); }
td.TdClassName
{
border-color: #E00CCC;
}
.TagClassName
{
border-color: #E00CCC;
}
</style>