Shades of Deep Magenta #CE14BB
Tints of Deep Magenta #CE14BB
RGB
CMYK
RGB Variations
Color information
#CE14BB (or 0xCE14BB) is known color: Deep Magenta. HEX triplet: CE, 14 and BB. RGB value is (206,20,187). Sum of RGB (Red+Green+Blue) = 206+20+187=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE14BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE14BB is #31EB44. Grayscale: #5E5E5E. Windows color (decimal): -3271493 or 12260558. OLE color: 12260558.
HSL color Cylindrical-coordinate representation of color #CE14BB: hue angle of 306.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE14BB is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 187 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.19 |
| HSL | 306.13º | 0.82% | 0.44% | - |
| HSV(B) | 306.13º | 0.9% | 0.81% | - |
| XYZ | 34.67 | 17.21 | 48.51 | - |
| YUV | 94.65 | 180.12 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 187 | 0 | 0.90 | 0.09 | 0.19 | 306.13 | 0.82 | 0.44 |
| Hex | CE | 14 | BB | 0 | 5A | 9 | 13 | 132 | 52 | 2C |
| Octal | 316 | 24 | 273 | 0 | 132 | 11 | 23 | 462 | 122 | 54 |
| Binary | 11001110 | 10100 | 10111011 | 0 | 1011010 | 1001 | 10011 | 100110010 | 1010010 | 101100 |
Color Harmonies of #CE14BB
Complementary color
Monochromatic Colors of #CE14BB
Black with #CE14BB
Text Example
Text Example
White with #CE14BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14BB; }
p { color: rgb(206,20,187); }
H1.HeaderClassName
{
color: #CE14BB;
}
.AnyTagClassName
{
color: #CE14BB;
}
</style>
background-color css
<style>
a { background-color: #CE14BB; }
a { background-color: rgb(206,20,187); }
div.DivClassName
{
background-color: #CE14BB;
}
.BgClassName
{
background-color: #CE14BB;
}
</style>
border-color css
<style>
span { border-color: #CE14BB; }
span { border-color: rgb(206,20,187); }
td.TdClassName
{
border-color: #CE14BB;
}
.TagClassName
{
border-color: #CE14BB;
}
</style>