Shades of Deep Magenta #CE16BF
Tints of Deep Magenta #CE16BF
RGB
CMYK
RGB Variations
Color information
#CE16BF (or 0xCE16BF) is known color: Deep Magenta. HEX triplet: CE, 16 and BF. RGB value is (206,22,191). Sum of RGB (Red+Green+Blue) = 206+22+191=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE16BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16BF is #31E940. Grayscale: #5F5F5F. Windows color (decimal): -3270977 or 12523214. OLE color: 12523214.
HSL color Cylindrical-coordinate representation of color #CE16BF: hue angle of 304.89º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE16BF is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 191 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.19 |
| HSL | 304.89º | 0.81% | 0.45% | - |
| HSV(B) | 304.89º | 0.89% | 0.81% | - |
| XYZ | 35.14 | 17.46 | 50.81 | - |
| YUV | 96.28 | 181.46 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 191 | 0 | 0.89 | 0.07 | 0.19 | 304.89 | 0.81 | 0.45 |
| Hex | CE | 16 | BF | 0 | 59 | 7 | 13 | 131 | 51 | 2D |
| Octal | 316 | 26 | 277 | 0 | 131 | 7 | 23 | 461 | 121 | 55 |
| Binary | 11001110 | 10110 | 10111111 | 0 | 1011001 | 111 | 10011 | 100110001 | 1010001 | 101101 |
Color Harmonies of #CE16BF
Complementary color
Monochromatic Colors of #CE16BF
Black with #CE16BF
Text Example
Text Example
White with #CE16BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16BF; }
p { color: rgb(206,22,191); }
H1.HeaderClassName
{
color: #CE16BF;
}
.AnyTagClassName
{
color: #CE16BF;
}
</style>
background-color css
<style>
a { background-color: #CE16BF; }
a { background-color: rgb(206,22,191); }
div.DivClassName
{
background-color: #CE16BF;
}
.BgClassName
{
background-color: #CE16BF;
}
</style>
border-color css
<style>
span { border-color: #CE16BF; }
span { border-color: rgb(206,22,191); }
td.TdClassName
{
border-color: #CE16BF;
}
.TagClassName
{
border-color: #CE16BF;
}
</style>