Shades of Deep Magenta #CE16BD
Tints of Deep Magenta #CE16BD
RGB
CMYK
RGB Variations
Color information
#CE16BD (or 0xCE16BD) is known color: Deep Magenta. HEX triplet: CE, 16 and BD. RGB value is (206,22,189). Sum of RGB (Red+Green+Blue) = 206+22+189=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE16BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16BD is #31E942. Grayscale: #5F5F5F. Windows color (decimal): -3270979 or 12392142. OLE color: 12392142.
HSL color Cylindrical-coordinate representation of color #CE16BD: hue angle of 305.54º 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 #CE16BD is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 189 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.19 |
| HSL | 305.54º | 0.81% | 0.45% | - |
| HSV(B) | 305.54º | 0.89% | 0.81% | - |
| XYZ | 34.93 | 17.37 | 49.66 | - |
| YUV | 96.05 | 180.46 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 189 | 0 | 0.89 | 0.08 | 0.19 | 305.54 | 0.81 | 0.45 |
| Hex | CE | 16 | BD | 0 | 59 | 8 | 13 | 132 | 51 | 2D |
| Octal | 316 | 26 | 275 | 0 | 131 | 10 | 23 | 462 | 121 | 55 |
| Binary | 11001110 | 10110 | 10111101 | 0 | 1011001 | 1000 | 10011 | 100110010 | 1010001 | 101101 |
Color Harmonies of #CE16BD
Complementary color
Monochromatic Colors of #CE16BD
Black with #CE16BD
Text Example
Text Example
White with #CE16BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16BD; }
p { color: rgb(206,22,189); }
H1.HeaderClassName
{
color: #CE16BD;
}
.AnyTagClassName
{
color: #CE16BD;
}
</style>
background-color css
<style>
a { background-color: #CE16BD; }
a { background-color: rgb(206,22,189); }
div.DivClassName
{
background-color: #CE16BD;
}
.BgClassName
{
background-color: #CE16BD;
}
</style>
border-color css
<style>
span { border-color: #CE16BD; }
span { border-color: rgb(206,22,189); }
td.TdClassName
{
border-color: #CE16BD;
}
.TagClassName
{
border-color: #CE16BD;
}
</style>