Shades of Deep Magenta #CE11D9
Tints of Deep Magenta #CE11D9
RGB
CMYK
RGB Variations
Color information
#CE11D9 (or 0xCE11D9) is known color: Deep Magenta. HEX triplet: CE, 11 and D9. RGB value is (206,17,217). Sum of RGB (Red+Green+Blue) = 206+17+217=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 17 (7.03% from 255 or 3.86% from 440); Blue value is 217 (85.16% from 255 or 49.32% from 440); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE11D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE11D9 is #31EE26. Grayscale: #5F5F5F. Windows color (decimal): -3272231 or 14225870. OLE color: 14225870.
HSL color Cylindrical-coordinate representation of color #CE11D9: hue angle of 296.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE11D9 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 17 | 217 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.15 |
| HSL | 296.7º | 0.85% | 0.46% | - |
| HSV(B) | 296.7º | 0.92% | 0.85% | - |
| XYZ | 38.18 | 18.53 | 67.21 | - |
| YUV | 96.31 | 196.12 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 217 | 0.05 | 0.92 | 0 | 0.15 | 296.7 | 0.85 | 0.46 |
| Hex | CE | 11 | D9 | 5 | 5C | 0 | F | 129 | 55 | 2E |
| Octal | 316 | 21 | 331 | 5 | 134 | 0 | 17 | 451 | 125 | 56 |
| Binary | 11001110 | 10001 | 11011001 | 101 | 1011100 | 0 | 1111 | 100101001 | 1010101 | 101110 |
Color Harmonies of #CE11D9
Complementary color
Monochromatic Colors of #CE11D9
Black with #CE11D9
Text Example
Text Example
White with #CE11D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE11D9; }
p { color: rgb(206,17,217); }
H1.HeaderClassName
{
color: #CE11D9;
}
.AnyTagClassName
{
color: #CE11D9;
}
</style>
background-color css
<style>
a { background-color: #CE11D9; }
a { background-color: rgb(206,17,217); }
div.DivClassName
{
background-color: #CE11D9;
}
.BgClassName
{
background-color: #CE11D9;
}
</style>
border-color css
<style>
span { border-color: #CE11D9; }
span { border-color: rgb(206,17,217); }
td.TdClassName
{
border-color: #CE11D9;
}
.TagClassName
{
border-color: #CE11D9;
}
</style>