Shades of Deep Magenta #CE17BB
Tints of Deep Magenta #CE17BB
RGB
CMYK
RGB Variations
Color information
#CE17BB (or 0xCE17BB) is known color: Deep Magenta. HEX triplet: CE, 17 and BB. RGB value is (206,23,187). Sum of RGB (Red+Green+Blue) = 206+23+187=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE17BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE17BB is #31E844. Grayscale: #5F5F5F. Windows color (decimal): -3270725 or 12261326. OLE color: 12261326.
HSL color Cylindrical-coordinate representation of color #CE17BB: hue angle of 306.23º degrees, saturation: 0.8, 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 #CE17BB is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 187 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.19 |
| HSL | 306.23º | 0.8% | 0.45% | - |
| HSV(B) | 306.23º | 0.89% | 0.81% | - |
| XYZ | 34.73 | 17.32 | 48.53 | - |
| YUV | 96.41 | 179.13 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 187 | 0 | 0.89 | 0.09 | 0.19 | 306.23 | 0.8 | 0.45 |
| Hex | CE | 17 | BB | 0 | 59 | 9 | 13 | 132 | 50 | 2D |
| Octal | 316 | 27 | 273 | 0 | 131 | 11 | 23 | 462 | 120 | 55 |
| Binary | 11001110 | 10111 | 10111011 | 0 | 1011001 | 1001 | 10011 | 100110010 | 1010000 | 101101 |
Color Harmonies of #CE17BB
Complementary color
Monochromatic Colors of #CE17BB
Black with #CE17BB
Text Example
Text Example
White with #CE17BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE17BB; }
p { color: rgb(206,23,187); }
H1.HeaderClassName
{
color: #CE17BB;
}
.AnyTagClassName
{
color: #CE17BB;
}
</style>
background-color css
<style>
a { background-color: #CE17BB; }
a { background-color: rgb(206,23,187); }
div.DivClassName
{
background-color: #CE17BB;
}
.BgClassName
{
background-color: #CE17BB;
}
</style>
border-color css
<style>
span { border-color: #CE17BB; }
span { border-color: rgb(206,23,187); }
td.TdClassName
{
border-color: #CE17BB;
}
.TagClassName
{
border-color: #CE17BB;
}
</style>