Shades of Deep Magenta #CE11DF
Tints of Deep Magenta #CE11DF
RGB
CMYK
RGB Variations
Color information
#CE11DF (or 0xCE11DF) is known color: Deep Magenta. HEX triplet: CE, 11 and DF. RGB value is (206,17,223). Sum of RGB (Red+Green+Blue) = 206+17+223=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 17 (7.03% from 255 or 3.81% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE11DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE11DF is #31EE20. Grayscale: #606060. Windows color (decimal): -3272225 or 14619086. OLE color: 14619086.
HSL color Cylindrical-coordinate representation of color #CE11DF: hue angle of 295.05º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE11DF is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 17 | 223 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.13 |
| HSL | 295.05º | 0.86% | 0.47% | - |
| HSV(B) | 295.05º | 0.92% | 0.87% | - |
| XYZ | 38.97 | 18.85 | 71.4 | - |
| YUV | 97 | 199.12 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 223 | 0.08 | 0.92 | 0 | 0.13 | 295.05 | 0.86 | 0.47 |
| Hex | CE | 11 | DF | 8 | 5C | 0 | D | 127 | 56 | 2F |
| Octal | 316 | 21 | 337 | 10 | 134 | 0 | 15 | 447 | 126 | 57 |
| Binary | 11001110 | 10001 | 11011111 | 1000 | 1011100 | 0 | 1101 | 100100111 | 1010110 | 101111 |
Color Harmonies of #CE11DF
Complementary color
Monochromatic Colors of #CE11DF
Black with #CE11DF
Text Example
Text Example
White with #CE11DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE11DF; }
p { color: rgb(206,17,223); }
H1.HeaderClassName
{
color: #CE11DF;
}
.AnyTagClassName
{
color: #CE11DF;
}
</style>
background-color css
<style>
a { background-color: #CE11DF; }
a { background-color: rgb(206,17,223); }
div.DivClassName
{
background-color: #CE11DF;
}
.BgClassName
{
background-color: #CE11DF;
}
</style>
border-color css
<style>
span { border-color: #CE11DF; }
span { border-color: rgb(206,17,223); }
td.TdClassName
{
border-color: #CE11DF;
}
.TagClassName
{
border-color: #CE11DF;
}
</style>