Shades of Deep Magenta #CE17DC
Tints of Deep Magenta #CE17DC
RGB
CMYK
RGB Variations
Color information
#CE17DC (or 0xCE17DC) is known color: Deep Magenta. HEX triplet: CE, 17 and DC. RGB value is (206,23,220). Sum of RGB (Red+Green+Blue) = 206+23+220=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 23 (9.38% from 255 or 5.12% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE17DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE17DC is #31E823. Grayscale: #636363. Windows color (decimal): -3270692 or 14424014. OLE color: 14424014.
HSL color Cylindrical-coordinate representation of color #CE17DC: hue angle of 295.74º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE17DC is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 23 | 220 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.14 |
| HSL | 295.74º | 0.81% | 0.48% | - |
| HSV(B) | 295.74º | 0.9% | 0.86% | - |
| XYZ | 38.68 | 18.9 | 69.32 | - |
| YUV | 100.18 | 195.63 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 220 | 0.06 | 0.90 | 0 | 0.14 | 295.74 | 0.81 | 0.48 |
| Hex | CE | 17 | DC | 6 | 5A | 0 | E | 128 | 51 | 30 |
| Octal | 316 | 27 | 334 | 6 | 132 | 0 | 16 | 450 | 121 | 60 |
| Binary | 11001110 | 10111 | 11011100 | 110 | 1011010 | 0 | 1110 | 100101000 | 1010001 | 110000 |
Color Harmonies of #CE17DC
Complementary color
Monochromatic Colors of #CE17DC
Black with #CE17DC
Text Example
Text Example
White with #CE17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE17DC; }
p { color: rgb(206,23,220); }
H1.HeaderClassName
{
color: #CE17DC;
}
.AnyTagClassName
{
color: #CE17DC;
}
</style>
background-color css
<style>
a { background-color: #CE17DC; }
a { background-color: rgb(206,23,220); }
div.DivClassName
{
background-color: #CE17DC;
}
.BgClassName
{
background-color: #CE17DC;
}
</style>
border-color css
<style>
span { border-color: #CE17DC; }
span { border-color: rgb(206,23,220); }
td.TdClassName
{
border-color: #CE17DC;
}
.TagClassName
{
border-color: #CE17DC;
}
</style>