Shades of Deep Magenta #E30CCA
Tints of Deep Magenta #E30CCA
RGB
CMYK
RGB Variations
Color information
#E30CCA (or 0xE30CCA) is known color: Deep Magenta. HEX triplet: E3, 0C and CA. RGB value is (227,12,202). Sum of RGB (Red+Green+Blue) = 227+12+202=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E30CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30CCA is #1CF335. Grayscale: #616161. Windows color (decimal): -1897270 or 13241571. OLE color: 13241571.
HSL color Cylindrical-coordinate representation of color #E30CCA: hue angle of 306.98º 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 #E30CCA is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 202 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.11 |
| HSL | 306.98º | 0.9% | 0.47% | - |
| HSV(B) | 306.98º | 0.95% | 0.89% | - |
| XYZ | 42.47 | 20.86 | 57.66 | - |
| YUV | 97.95 | 186.73 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 202 | 0 | 0.95 | 0.11 | 0.11 | 306.98 | 0.9 | 0.47 |
| Hex | E3 | C | CA | 0 | 5F | B | B | 133 | 5A | 2F |
| Octal | 343 | 14 | 312 | 0 | 137 | 13 | 13 | 463 | 132 | 57 |
| Binary | 11100011 | 1100 | 11001010 | 0 | 1011111 | 1011 | 1011 | 100110011 | 1011010 | 101111 |
Color Harmonies of #E30CCA
Complementary color
Monochromatic Colors of #E30CCA
Black with #E30CCA
Text Example
Text Example
White with #E30CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30CCA; }
p { color: rgb(227,12,202); }
H1.HeaderClassName
{
color: #E30CCA;
}
.AnyTagClassName
{
color: #E30CCA;
}
</style>
background-color css
<style>
a { background-color: #E30CCA; }
a { background-color: rgb(227,12,202); }
div.DivClassName
{
background-color: #E30CCA;
}
.BgClassName
{
background-color: #E30CCA;
}
</style>
border-color css
<style>
span { border-color: #E30CCA; }
span { border-color: rgb(227,12,202); }
td.TdClassName
{
border-color: #E30CCA;
}
.TagClassName
{
border-color: #E30CCA;
}
</style>