Shades of Deep Magenta #CE16BC
Tints of Deep Magenta #CE16BC
RGB
CMYK
RGB Variations
Color information
#CE16BC (or 0xCE16BC) is known color: Deep Magenta. HEX triplet: CE, 16 and BC. RGB value is (206,22,188). Sum of RGB (Red+Green+Blue) = 206+22+188=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE16BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16BC is #31E943. Grayscale: #5F5F5F. Windows color (decimal): -3270980 or 12326606. OLE color: 12326606.
HSL color Cylindrical-coordinate representation of color #CE16BC: hue angle of 305.87º 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 #CE16BC is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 188 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.19 |
| HSL | 305.87º | 0.81% | 0.45% | - |
| HSV(B) | 305.87º | 0.89% | 0.81% | - |
| XYZ | 34.82 | 17.33 | 49.09 | - |
| YUV | 95.94 | 179.96 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 188 | 0 | 0.89 | 0.09 | 0.19 | 305.87 | 0.81 | 0.45 |
| Hex | CE | 16 | BC | 0 | 59 | 9 | 13 | 132 | 51 | 2D |
| Octal | 316 | 26 | 274 | 0 | 131 | 11 | 23 | 462 | 121 | 55 |
| Binary | 11001110 | 10110 | 10111100 | 0 | 1011001 | 1001 | 10011 | 100110010 | 1010001 | 101101 |
Color Harmonies of #CE16BC
Complementary color
Monochromatic Colors of #CE16BC
Black with #CE16BC
Text Example
Text Example
White with #CE16BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16BC; }
p { color: rgb(206,22,188); }
H1.HeaderClassName
{
color: #CE16BC;
}
.AnyTagClassName
{
color: #CE16BC;
}
</style>
background-color css
<style>
a { background-color: #CE16BC; }
a { background-color: rgb(206,22,188); }
div.DivClassName
{
background-color: #CE16BC;
}
.BgClassName
{
background-color: #CE16BC;
}
</style>
border-color css
<style>
span { border-color: #CE16BC; }
span { border-color: rgb(206,22,188); }
td.TdClassName
{
border-color: #CE16BC;
}
.TagClassName
{
border-color: #CE16BC;
}
</style>