Shades of Deep Magenta #E203CC
Tints of Deep Magenta #E203CC
RGB
CMYK
RGB Variations
Color information
#E203CC (or 0xE203CC) is known color: Deep Magenta. HEX triplet: E2, 03 and CC. RGB value is (226,3,204). Sum of RGB (Red+Green+Blue) = 226+3+204=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E203CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E203CC is #1DFC33. Grayscale: #5C5C5C. Windows color (decimal): -1965108 or 13370338. OLE color: 13370338.
HSL color Cylindrical-coordinate representation of color #E203CC: hue angle of 305.92º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E203CC is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 204 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.11 |
| HSL | 305.92º | 0.97% | 0.45% | - |
| HSV(B) | 305.92º | 0.99% | 0.89% | - |
| XYZ | 42.3 | 20.59 | 58.87 | - |
| YUV | 92.59 | 190.88 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 204 | 0 | 0.99 | 0.10 | 0.11 | 305.92 | 0.97 | 0.45 |
| Hex | E2 | 3 | CC | 0 | 63 | A | B | 132 | 61 | 2D |
| Octal | 342 | 3 | 314 | 0 | 143 | 12 | 13 | 462 | 141 | 55 |
| Binary | 11100010 | 11 | 11001100 | 0 | 1100011 | 1010 | 1011 | 100110010 | 1100001 | 101101 |
Color Harmonies of #E203CC
Complementary color
Monochromatic Colors of #E203CC
Black with #E203CC
Text Example
Text Example
White with #E203CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E203CC; }
p { color: rgb(226,3,204); }
H1.HeaderClassName
{
color: #E203CC;
}
.AnyTagClassName
{
color: #E203CC;
}
</style>
background-color css
<style>
a { background-color: #E203CC; }
a { background-color: rgb(226,3,204); }
div.DivClassName
{
background-color: #E203CC;
}
.BgClassName
{
background-color: #E203CC;
}
</style>
border-color css
<style>
span { border-color: #E203CC; }
span { border-color: rgb(226,3,204); }
td.TdClassName
{
border-color: #E203CC;
}
.TagClassName
{
border-color: #E203CC;
}
</style>