Shades of Deep Magenta #CE11B5
Tints of Deep Magenta #CE11B5
RGB
CMYK
RGB Variations
Color information
#CE11B5 (or 0xCE11B5) is known color: Deep Magenta. HEX triplet: CE, 11 and B5. RGB value is (206,17,181). Sum of RGB (Red+Green+Blue) = 206+17+181=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE11B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE11B5 is #31EE4A. Grayscale: #5B5B5B. Windows color (decimal): -3272267 or 11866574. OLE color: 11866574.
HSL color Cylindrical-coordinate representation of color #CE11B5: hue angle of 307.94º 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 #CE11B5 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 181 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.19 |
| HSL | 307.94º | 0.85% | 0.44% | - |
| HSV(B) | 307.94º | 0.92% | 0.81% | - |
| XYZ | 33.99 | 16.86 | 45.18 | - |
| YUV | 92.21 | 178.12 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 181 | 0 | 0.92 | 0.12 | 0.19 | 307.94 | 0.85 | 0.44 |
| Hex | CE | 11 | B5 | 0 | 5C | C | 13 | 134 | 55 | 2C |
| Octal | 316 | 21 | 265 | 0 | 134 | 14 | 23 | 464 | 125 | 54 |
| Binary | 11001110 | 10001 | 10110101 | 0 | 1011100 | 1100 | 10011 | 100110100 | 1010101 | 101100 |
Color Harmonies of #CE11B5
Complementary color
Monochromatic Colors of #CE11B5
Black with #CE11B5
Text Example
Text Example
White with #CE11B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE11B5; }
p { color: rgb(206,17,181); }
H1.HeaderClassName
{
color: #CE11B5;
}
.AnyTagClassName
{
color: #CE11B5;
}
</style>
background-color css
<style>
a { background-color: #CE11B5; }
a { background-color: rgb(206,17,181); }
div.DivClassName
{
background-color: #CE11B5;
}
.BgClassName
{
background-color: #CE11B5;
}
</style>
border-color css
<style>
span { border-color: #CE11B5; }
span { border-color: rgb(206,17,181); }
td.TdClassName
{
border-color: #CE11B5;
}
.TagClassName
{
border-color: #CE11B5;
}
</style>