Shades of Deep Magenta #E30CCF
Tints of Deep Magenta #E30CCF
RGB
CMYK
RGB Variations
Color information
#E30CCF (or 0xE30CCF) is known color: Deep Magenta. HEX triplet: E3, 0C and CF. RGB value is (227,12,207). Sum of RGB (Red+Green+Blue) = 227+12+207=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E30CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E30CCF is #1CF330. Grayscale: #616161. Windows color (decimal): -1897265 or 13569251. OLE color: 13569251.
HSL color Cylindrical-coordinate representation of color #E30CCF: hue angle of 305.58º 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 #E30CCF is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 207 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.11 |
| HSL | 305.58º | 0.9% | 0.47% | - |
| HSV(B) | 305.58º | 0.95% | 0.89% | - |
| XYZ | 43.07 | 21.1 | 60.83 | - |
| YUV | 98.52 | 189.23 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 207 | 0 | 0.95 | 0.09 | 0.11 | 305.58 | 0.9 | 0.47 |
| Hex | E3 | C | CF | 0 | 5F | 9 | B | 132 | 5A | 2F |
| Octal | 343 | 14 | 317 | 0 | 137 | 11 | 13 | 462 | 132 | 57 |
| Binary | 11100011 | 1100 | 11001111 | 0 | 1011111 | 1001 | 1011 | 100110010 | 1011010 | 101111 |
Color Harmonies of #E30CCF
Complementary color
Monochromatic Colors of #E30CCF
Black with #E30CCF
Text Example
Text Example
White with #E30CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30CCF; }
p { color: rgb(227,12,207); }
H1.HeaderClassName
{
color: #E30CCF;
}
.AnyTagClassName
{
color: #E30CCF;
}
</style>
background-color css
<style>
a { background-color: #E30CCF; }
a { background-color: rgb(227,12,207); }
div.DivClassName
{
background-color: #E30CCF;
}
.BgClassName
{
background-color: #E30CCF;
}
</style>
border-color css
<style>
span { border-color: #E30CCF; }
span { border-color: rgb(227,12,207); }
td.TdClassName
{
border-color: #E30CCF;
}
.TagClassName
{
border-color: #E30CCF;
}
</style>