Shades of Deep Magenta #CE17CE
Tints of Deep Magenta #CE17CE
RGB
CMYK
RGB Variations
Color information
#CE17CE (or 0xCE17CE) is known color: Deep Magenta. HEX triplet: CE, 17 and CE. RGB value is (206,23,206). Sum of RGB (Red+Green+Blue) = 206+23+206=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 23 (9.38% from 255 or 5.29% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE17CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE17CE is #31E831. Grayscale: #626262. Windows color (decimal): -3270706 or 13506510. OLE color: 13506510.
HSL color Cylindrical-coordinate representation of color #CE17CE: hue angle of 300º 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 #CE17CE is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 206 | - |
| CMYK | 0 | 0.89 | 0 | 0.19 |
| HSL | 300º | 0.8% | 0.45% | - |
| HSV(B) | 300º | 0.89% | 0.81% | - |
| XYZ | 36.9 | 18.19 | 59.96 | - |
| YUV | 98.58 | 188.63 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 206 | 0 | 0.89 | 0 | 0.19 | 300 | 0.8 | 0.45 |
| Hex | CE | 17 | CE | 0 | 59 | 0 | 13 | 12C | 50 | 2D |
| Octal | 316 | 27 | 316 | 0 | 131 | 0 | 23 | 454 | 120 | 55 |
| Binary | 11001110 | 10111 | 11001110 | 0 | 1011001 | 0 | 10011 | 100101100 | 1010000 | 101101 |
Color Harmonies of #CE17CE
Complementary color
Monochromatic Colors of #CE17CE
Black with #CE17CE
Text Example
Text Example
White with #CE17CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE17CE; }
p { color: rgb(206,23,206); }
H1.HeaderClassName
{
color: #CE17CE;
}
.AnyTagClassName
{
color: #CE17CE;
}
</style>
background-color css
<style>
a { background-color: #CE17CE; }
a { background-color: rgb(206,23,206); }
div.DivClassName
{
background-color: #CE17CE;
}
.BgClassName
{
background-color: #CE17CE;
}
</style>
border-color css
<style>
span { border-color: #CE17CE; }
span { border-color: rgb(206,23,206); }
td.TdClassName
{
border-color: #CE17CE;
}
.TagClassName
{
border-color: #CE17CE;
}
</style>