Shades of Deep Magenta #CE16B5
Tints of Deep Magenta #CE16B5
RGB
CMYK
RGB Variations
Color information
#CE16B5 (or 0xCE16B5) is known color: Deep Magenta. HEX triplet: CE, 16 and B5. RGB value is (206,22,181). Sum of RGB (Red+Green+Blue) = 206+22+181=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE16B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16B5 is #31E94A. Grayscale: #5E5E5E. Windows color (decimal): -3270987 or 11867854. OLE color: 11867854.
HSL color Cylindrical-coordinate representation of color #CE16B5: hue angle of 308.15º 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 #CE16B5 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 181 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.19 |
| HSL | 308.15º | 0.81% | 0.45% | - |
| HSV(B) | 308.15º | 0.89% | 0.81% | - |
| XYZ | 34.08 | 17.03 | 45.21 | - |
| YUV | 95.14 | 176.46 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 181 | 0 | 0.89 | 0.12 | 0.19 | 308.15 | 0.81 | 0.45 |
| Hex | CE | 16 | B5 | 0 | 59 | C | 13 | 134 | 51 | 2D |
| Octal | 316 | 26 | 265 | 0 | 131 | 14 | 23 | 464 | 121 | 55 |
| Binary | 11001110 | 10110 | 10110101 | 0 | 1011001 | 1100 | 10011 | 100110100 | 1010001 | 101101 |
Color Harmonies of #CE16B5
Complementary color
Monochromatic Colors of #CE16B5
Black with #CE16B5
Text Example
Text Example
White with #CE16B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16B5; }
p { color: rgb(206,22,181); }
H1.HeaderClassName
{
color: #CE16B5;
}
.AnyTagClassName
{
color: #CE16B5;
}
</style>
background-color css
<style>
a { background-color: #CE16B5; }
a { background-color: rgb(206,22,181); }
div.DivClassName
{
background-color: #CE16B5;
}
.BgClassName
{
background-color: #CE16B5;
}
</style>
border-color css
<style>
span { border-color: #CE16B5; }
span { border-color: rgb(206,22,181); }
td.TdClassName
{
border-color: #CE16B5;
}
.TagClassName
{
border-color: #CE16B5;
}
</style>