Shades of Deep Magenta #CE12E2
Tints of Deep Magenta #CE12E2
RGB
CMYK
RGB Variations
Color information
#CE12E2 (or 0xCE12E2) is known color: Deep Magenta. HEX triplet: CE, 12 and E2. RGB value is (206,18,226). Sum of RGB (Red+Green+Blue) = 206+18+226=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 226 (88.67% from 255 or 50.22% from 450); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE12E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE12E2 is #31ED1D. Grayscale: #616161. Windows color (decimal): -3271966 or 14815950. OLE color: 14815950.
HSL color Cylindrical-coordinate representation of color #CE12E2: hue angle of 294.23º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE12E2 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 18 | 226 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.11 |
| HSL | 294.23º | 0.85% | 0.48% | - |
| HSV(B) | 294.23º | 0.92% | 0.89% | - |
| XYZ | 39.4 | 19.05 | 73.55 | - |
| YUV | 97.92 | 200.28 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 226 | 0.09 | 0.92 | 0 | 0.11 | 294.23 | 0.85 | 0.48 |
| Hex | CE | 12 | E2 | 9 | 5C | 0 | B | 126 | 55 | 30 |
| Octal | 316 | 22 | 342 | 11 | 134 | 0 | 13 | 446 | 125 | 60 |
| Binary | 11001110 | 10010 | 11100010 | 1001 | 1011100 | 0 | 1011 | 100100110 | 1010101 | 110000 |
Color Harmonies of #CE12E2
Complementary color
Monochromatic Colors of #CE12E2
Black with #CE12E2
Text Example
Text Example
White with #CE12E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE12E2; }
p { color: rgb(206,18,226); }
H1.HeaderClassName
{
color: #CE12E2;
}
.AnyTagClassName
{
color: #CE12E2;
}
</style>
background-color css
<style>
a { background-color: #CE12E2; }
a { background-color: rgb(206,18,226); }
div.DivClassName
{
background-color: #CE12E2;
}
.BgClassName
{
background-color: #CE12E2;
}
</style>
border-color css
<style>
span { border-color: #CE12E2; }
span { border-color: rgb(206,18,226); }
td.TdClassName
{
border-color: #CE12E2;
}
.TagClassName
{
border-color: #CE12E2;
}
</style>