Shades of Deep Magenta #CE11BD
Tints of Deep Magenta #CE11BD
RGB
CMYK
RGB Variations
Color information
#CE11BD (or 0xCE11BD) is known color: Deep Magenta. HEX triplet: CE, 11 and BD. RGB value is (206,17,189). Sum of RGB (Red+Green+Blue) = 206+17+189=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE11BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE11BD is #31EE42. Grayscale: #5C5C5C. Windows color (decimal): -3272259 or 12390862. OLE color: 12390862.
HSL color Cylindrical-coordinate representation of color #CE11BD: hue angle of 305.4º 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 #CE11BD is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 189 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.19 |
| HSL | 305.4º | 0.85% | 0.44% | - |
| HSV(B) | 305.4º | 0.92% | 0.81% | - |
| XYZ | 34.84 | 17.2 | 49.63 | - |
| YUV | 93.12 | 182.12 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 189 | 0 | 0.92 | 0.08 | 0.19 | 305.4 | 0.85 | 0.44 |
| Hex | CE | 11 | BD | 0 | 5C | 8 | 13 | 131 | 55 | 2C |
| Octal | 316 | 21 | 275 | 0 | 134 | 10 | 23 | 461 | 125 | 54 |
| Binary | 11001110 | 10001 | 10111101 | 0 | 1011100 | 1000 | 10011 | 100110001 | 1010101 | 101100 |
Color Harmonies of #CE11BD
Complementary color
Monochromatic Colors of #CE11BD
Black with #CE11BD
Text Example
Text Example
White with #CE11BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE11BD; }
p { color: rgb(206,17,189); }
H1.HeaderClassName
{
color: #CE11BD;
}
.AnyTagClassName
{
color: #CE11BD;
}
</style>
background-color css
<style>
a { background-color: #CE11BD; }
a { background-color: rgb(206,17,189); }
div.DivClassName
{
background-color: #CE11BD;
}
.BgClassName
{
background-color: #CE11BD;
}
</style>
border-color css
<style>
span { border-color: #CE11BD; }
span { border-color: rgb(206,17,189); }
td.TdClassName
{
border-color: #CE11BD;
}
.TagClassName
{
border-color: #CE11BD;
}
</style>