Shades of Deep Magenta #CE11BE
Tints of Deep Magenta #CE11BE
RGB
CMYK
RGB Variations
Color information
#CE11BE (or 0xCE11BE) is known color: Deep Magenta. HEX triplet: CE, 11 and BE. RGB value is (206,17,190). Sum of RGB (Red+Green+Blue) = 206+17+190=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE11BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE11BE is #31EE41. Grayscale: #5C5C5C. Windows color (decimal): -3272258 or 12456398. OLE color: 12456398.
HSL color Cylindrical-coordinate representation of color #CE11BE: hue angle of 305.08º 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 #CE11BE is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 190 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.19 |
| HSL | 305.08º | 0.85% | 0.44% | - |
| HSV(B) | 305.08º | 0.92% | 0.81% | - |
| XYZ | 34.95 | 17.24 | 50.2 | - |
| YUV | 93.23 | 182.62 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 190 | 0 | 0.92 | 0.08 | 0.19 | 305.08 | 0.85 | 0.44 |
| Hex | CE | 11 | BE | 0 | 5C | 8 | 13 | 131 | 55 | 2C |
| Octal | 316 | 21 | 276 | 0 | 134 | 10 | 23 | 461 | 125 | 54 |
| Binary | 11001110 | 10001 | 10111110 | 0 | 1011100 | 1000 | 10011 | 100110001 | 1010101 | 101100 |
Color Harmonies of #CE11BE
Complementary color
Monochromatic Colors of #CE11BE
Black with #CE11BE
Text Example
Text Example
White with #CE11BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE11BE; }
p { color: rgb(206,17,190); }
H1.HeaderClassName
{
color: #CE11BE;
}
.AnyTagClassName
{
color: #CE11BE;
}
</style>
background-color css
<style>
a { background-color: #CE11BE; }
a { background-color: rgb(206,17,190); }
div.DivClassName
{
background-color: #CE11BE;
}
.BgClassName
{
background-color: #CE11BE;
}
</style>
border-color css
<style>
span { border-color: #CE11BE; }
span { border-color: rgb(206,17,190); }
td.TdClassName
{
border-color: #CE11BE;
}
.TagClassName
{
border-color: #CE11BE;
}
</style>