Shades of Deep Magenta #CE17BD
Tints of Deep Magenta #CE17BD
RGB
CMYK
RGB Variations
Color information
#CE17BD (or 0xCE17BD) is known color: Deep Magenta. HEX triplet: CE, 17 and BD. RGB value is (206,23,189). Sum of RGB (Red+Green+Blue) = 206+23+189=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 23 (9.38% from 255 or 5.50% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE17BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE17BD is #31E842. Grayscale: #606060. Windows color (decimal): -3270723 or 12392398. OLE color: 12392398.
HSL color Cylindrical-coordinate representation of color #CE17BD: hue angle of 305.57º 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 #CE17BD is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 189 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.19 |
| HSL | 305.57º | 0.8% | 0.45% | - |
| HSV(B) | 305.57º | 0.89% | 0.81% | - |
| XYZ | 34.95 | 17.41 | 49.66 | - |
| YUV | 96.64 | 180.13 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 189 | 0 | 0.89 | 0.08 | 0.19 | 305.57 | 0.8 | 0.45 |
| Hex | CE | 17 | BD | 0 | 59 | 8 | 13 | 132 | 50 | 2D |
| Octal | 316 | 27 | 275 | 0 | 131 | 10 | 23 | 462 | 120 | 55 |
| Binary | 11001110 | 10111 | 10111101 | 0 | 1011001 | 1000 | 10011 | 100110010 | 1010000 | 101101 |
Color Harmonies of #CE17BD
Complementary color
Monochromatic Colors of #CE17BD
Black with #CE17BD
Text Example
Text Example
White with #CE17BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE17BD; }
p { color: rgb(206,23,189); }
H1.HeaderClassName
{
color: #CE17BD;
}
.AnyTagClassName
{
color: #CE17BD;
}
</style>
background-color css
<style>
a { background-color: #CE17BD; }
a { background-color: rgb(206,23,189); }
div.DivClassName
{
background-color: #CE17BD;
}
.BgClassName
{
background-color: #CE17BD;
}
</style>
border-color css
<style>
span { border-color: #CE17BD; }
span { border-color: rgb(206,23,189); }
td.TdClassName
{
border-color: #CE17BD;
}
.TagClassName
{
border-color: #CE17BD;
}
</style>