Shades of Deep Magenta #CE17E6
Tints of Deep Magenta #CE17E6
RGB
CMYK
RGB Variations
Color information
#CE17E6 (or 0xCE17E6) is known color: Deep Magenta. HEX triplet: CE, 17 and E6. RGB value is (206,23,230). Sum of RGB (Red+Green+Blue) = 206+23+230=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE17E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE17E6 is #31E819. Grayscale: #646464. Windows color (decimal): -3270682 or 15079374. OLE color: 15079374.
HSL color Cylindrical-coordinate representation of color #CE17E6: hue angle of 293.04º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE17E6 is Cyan = 0.10, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 23 | 230 | - |
| CMYK | 0.10 | 0.9 | 0 | 0.10 |
| HSL | 293.04º | 0.82% | 0.5% | - |
| HSV(B) | 293.04º | 0.9% | 0.9% | - |
| XYZ | 40.04 | 19.45 | 76.51 | - |
| YUV | 101.32 | 200.63 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 230 | 0.10 | 0.9 | 0 | 0.10 | 293.04 | 0.82 | 0.5 |
| Hex | CE | 17 | E6 | A | 5A | 0 | A | 125 | 52 | 32 |
| Octal | 316 | 27 | 346 | 12 | 132 | 0 | 12 | 445 | 122 | 62 |
| Binary | 11001110 | 10111 | 11100110 | 1010 | 1011010 | 0 | 1010 | 100100101 | 1010010 | 110010 |
Color Harmonies of #CE17E6
Complementary color
Monochromatic Colors of #CE17E6
Black with #CE17E6
Text Example
Text Example
White with #CE17E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE17E6; }
p { color: rgb(206,23,230); }
H1.HeaderClassName
{
color: #CE17E6;
}
.AnyTagClassName
{
color: #CE17E6;
}
</style>
background-color css
<style>
a { background-color: #CE17E6; }
a { background-color: rgb(206,23,230); }
div.DivClassName
{
background-color: #CE17E6;
}
.BgClassName
{
background-color: #CE17E6;
}
</style>
border-color css
<style>
span { border-color: #CE17E6; }
span { border-color: rgb(206,23,230); }
td.TdClassName
{
border-color: #CE17E6;
}
.TagClassName
{
border-color: #CE17E6;
}
</style>