Shades of Deep Magenta #E309CC
Tints of Deep Magenta #E309CC
RGB
CMYK
RGB Variations
Color information
#E309CC (or 0xE309CC) is known color: Deep Magenta. HEX triplet: E3, 09 and CC. RGB value is (227,9,204). Sum of RGB (Red+Green+Blue) = 227+9+204=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 9 (3.91% from 255 or 2.05% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E309CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E309CC is #1CF633. Grayscale: #5F5F5F. Windows color (decimal): -1898036 or 13371875. OLE color: 13371875.
HSL color Cylindrical-coordinate representation of color #E309CC: hue angle of 306.33º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E309CC is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 9 | 204 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.11 |
| HSL | 306.33º | 0.92% | 0.46% | - |
| HSV(B) | 306.33º | 0.96% | 0.89% | - |
| XYZ | 42.68 | 20.89 | 58.91 | - |
| YUV | 96.41 | 188.72 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 9 | 204 | 0 | 0.96 | 0.10 | 0.11 | 306.33 | 0.92 | 0.46 |
| Hex | E3 | 9 | CC | 0 | 60 | A | B | 132 | 5C | 2E |
| Octal | 343 | 11 | 314 | 0 | 140 | 12 | 13 | 462 | 134 | 56 |
| Binary | 11100011 | 1001 | 11001100 | 0 | 1100000 | 1010 | 1011 | 100110010 | 1011100 | 101110 |
Color Harmonies of #E309CC
Complementary color
Monochromatic Colors of #E309CC
Black with #E309CC
Text Example
Text Example
White with #E309CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E309CC; }
p { color: rgb(227,9,204); }
H1.HeaderClassName
{
color: #E309CC;
}
.AnyTagClassName
{
color: #E309CC;
}
</style>
background-color css
<style>
a { background-color: #E309CC; }
a { background-color: rgb(227,9,204); }
div.DivClassName
{
background-color: #E309CC;
}
.BgClassName
{
background-color: #E309CC;
}
</style>
border-color css
<style>
span { border-color: #E309CC; }
span { border-color: rgb(227,9,204); }
td.TdClassName
{
border-color: #E309CC;
}
.TagClassName
{
border-color: #E309CC;
}
</style>