Shades of Deep Magenta #CE11BC
Tints of Deep Magenta #CE11BC
RGB
CMYK
RGB Variations
Color information
#CE11BC (or 0xCE11BC) is known color: Deep Magenta. HEX triplet: CE, 11 and BC. RGB value is (206,17,188). Sum of RGB (Red+Green+Blue) = 206+17+188=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE11BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE11BC is #31EE43. Grayscale: #5C5C5C. Windows color (decimal): -3272260 or 12325326. OLE color: 12325326.
HSL color Cylindrical-coordinate representation of color #CE11BC: hue angle of 305.71º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE11BC is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 188 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.19 |
| HSL | 305.71º | 0.85% | 0.44% | - |
| HSV(B) | 305.71º | 0.92% | 0.81% | - |
| XYZ | 34.73 | 17.15 | 49.06 | - |
| YUV | 93.01 | 181.62 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 188 | 0 | 0.92 | 0.09 | 0.19 | 305.71 | 0.85 | 0.44 |
| Hex | CE | 11 | BC | 0 | 5C | 9 | 13 | 132 | 55 | 2C |
| Octal | 316 | 21 | 274 | 0 | 134 | 11 | 23 | 462 | 125 | 54 |
| Binary | 11001110 | 10001 | 10111100 | 0 | 1011100 | 1001 | 10011 | 100110010 | 1010101 | 101100 |
Color Harmonies of #CE11BC
Complementary color
Monochromatic Colors of #CE11BC
Black with #CE11BC
Text Example
Text Example
White with #CE11BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE11BC; }
p { color: rgb(206,17,188); }
H1.HeaderClassName
{
color: #CE11BC;
}
.AnyTagClassName
{
color: #CE11BC;
}
</style>
background-color css
<style>
a { background-color: #CE11BC; }
a { background-color: rgb(206,17,188); }
div.DivClassName
{
background-color: #CE11BC;
}
.BgClassName
{
background-color: #CE11BC;
}
</style>
border-color css
<style>
span { border-color: #CE11BC; }
span { border-color: rgb(206,17,188); }
td.TdClassName
{
border-color: #CE11BC;
}
.TagClassName
{
border-color: #CE11BC;
}
</style>