Shades of Deep Magenta #E30CCD
Tints of Deep Magenta #E30CCD
RGB
CMYK
RGB Variations
Color information
#E30CCD (or 0xE30CCD) is known color: Deep Magenta. HEX triplet: E3, 0C and CD. RGB value is (227,12,205). Sum of RGB (Red+Green+Blue) = 227+12+205=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E30CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30CCD is #1CF332. Grayscale: #616161. Windows color (decimal): -1897267 or 13438179. OLE color: 13438179.
HSL color Cylindrical-coordinate representation of color #E30CCD: hue angle of 306.14º 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 #E30CCD is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 205 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.11 |
| HSL | 306.14º | 0.9% | 0.47% | - |
| HSV(B) | 306.14º | 0.95% | 0.89% | - |
| XYZ | 42.83 | 21 | 59.55 | - |
| YUV | 98.29 | 188.23 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 205 | 0 | 0.95 | 0.10 | 0.11 | 306.14 | 0.9 | 0.47 |
| Hex | E3 | C | CD | 0 | 5F | A | B | 132 | 5A | 2F |
| Octal | 343 | 14 | 315 | 0 | 137 | 12 | 13 | 462 | 132 | 57 |
| Binary | 11100011 | 1100 | 11001101 | 0 | 1011111 | 1010 | 1011 | 100110010 | 1011010 | 101111 |
Color Harmonies of #E30CCD
Complementary color
Monochromatic Colors of #E30CCD
Black with #E30CCD
Text Example
Text Example
White with #E30CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30CCD; }
p { color: rgb(227,12,205); }
H1.HeaderClassName
{
color: #E30CCD;
}
.AnyTagClassName
{
color: #E30CCD;
}
</style>
background-color css
<style>
a { background-color: #E30CCD; }
a { background-color: rgb(227,12,205); }
div.DivClassName
{
background-color: #E30CCD;
}
.BgClassName
{
background-color: #E30CCD;
}
</style>
border-color css
<style>
span { border-color: #E30CCD; }
span { border-color: rgb(227,12,205); }
td.TdClassName
{
border-color: #E30CCD;
}
.TagClassName
{
border-color: #E30CCD;
}
</style>