Shades of Deep Magenta #E200CF
Tints of Deep Magenta #E200CF
RGB
CMYK
RGB Variations
Color information
#E200CF (or 0xE200CF) is known color: Deep Magenta. HEX triplet: E2, 00 and CF. RGB value is (226,0,207). Sum of RGB (Red+Green+Blue) = 226+0+207=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E200CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E200CF is #1DFF30. Grayscale: #5A5A5A. Windows color (decimal): -1965873 or 13566178. OLE color: 13566178.
HSL color Cylindrical-coordinate representation of color #E200CF: hue angle of 305.04º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E200CF is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 207 | - |
| CMYK | 0 | 1 | 0.08 | 0.11 |
| HSL | 305.04º | 1% | 0.44% | - |
| HSV(B) | 305.04º | 1% | 0.89% | - |
| XYZ | 42.63 | 20.67 | 60.78 | - |
| YUV | 91.17 | 193.37 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 207 | 0 | 1 | 0.08 | 0.11 | 305.04 | 1 | 0.44 |
| Hex | E2 | 0 | CF | 0 | 64 | 8 | B | 131 | 64 | 2C |
| Octal | 342 | 0 | 317 | 0 | 144 | 10 | 13 | 461 | 144 | 54 |
| Binary | 11100010 | 0 | 11001111 | 0 | 1100100 | 1000 | 1011 | 100110001 | 1100100 | 101100 |
Color Harmonies of #E200CF
Complementary color
Monochromatic Colors of #E200CF
Black with #E200CF
Text Example
Text Example
White with #E200CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E200CF; }
p { color: rgb(226,0,207); }
H1.HeaderClassName
{
color: #E200CF;
}
.AnyTagClassName
{
color: #E200CF;
}
</style>
background-color css
<style>
a { background-color: #E200CF; }
a { background-color: rgb(226,0,207); }
div.DivClassName
{
background-color: #E200CF;
}
.BgClassName
{
background-color: #E200CF;
}
</style>
border-color css
<style>
span { border-color: #E200CF; }
span { border-color: rgb(226,0,207); }
td.TdClassName
{
border-color: #E200CF;
}
.TagClassName
{
border-color: #E200CF;
}
</style>