Shades of Deep Magenta #CE1ABB
Tints of Deep Magenta #CE1ABB
RGB
CMYK
RGB Variations
Color information
#CE1ABB (or 0xCE1ABB) is known color: Deep Magenta. HEX triplet: CE, 1A and BB. RGB value is (206,26,187). Sum of RGB (Red+Green+Blue) = 206+26+187=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1ABB is #31E544. Grayscale: #616161. Windows color (decimal): -3269957 or 12262094. OLE color: 12262094.
HSL color Cylindrical-coordinate representation of color #CE1ABB: hue angle of 306.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1ABB is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 26 | 187 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.19 |
| HSL | 306.33º | 0.78% | 0.45% | - |
| HSV(B) | 306.33º | 0.87% | 0.81% | - |
| XYZ | 34.79 | 17.45 | 48.55 | - |
| YUV | 98.17 | 178.13 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 187 | 0 | 0.87 | 0.09 | 0.19 | 306.33 | 0.78 | 0.45 |
| Hex | CE | 1A | BB | 0 | 57 | 9 | 13 | 132 | 4E | 2D |
| Octal | 316 | 32 | 273 | 0 | 127 | 11 | 23 | 462 | 116 | 55 |
| Binary | 11001110 | 11010 | 10111011 | 0 | 1010111 | 1001 | 10011 | 100110010 | 1001110 | 101101 |
Color Harmonies of #CE1ABB
Complementary color
Monochromatic Colors of #CE1ABB
Black with #CE1ABB
Text Example
Text Example
White with #CE1ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1ABB; }
p { color: rgb(206,26,187); }
H1.HeaderClassName
{
color: #CE1ABB;
}
.AnyTagClassName
{
color: #CE1ABB;
}
</style>
background-color css
<style>
a { background-color: #CE1ABB; }
a { background-color: rgb(206,26,187); }
div.DivClassName
{
background-color: #CE1ABB;
}
.BgClassName
{
background-color: #CE1ABB;
}
</style>
border-color css
<style>
span { border-color: #CE1ABB; }
span { border-color: rgb(206,26,187); }
td.TdClassName
{
border-color: #CE1ABB;
}
.TagClassName
{
border-color: #CE1ABB;
}
</style>