Shades of Deep Magenta #CE23D9
Tints of Deep Magenta #CE23D9
RGB
CMYK
RGB Variations
Color information
#CE23D9 (or 0xCE23D9) is known color: Deep Magenta. HEX triplet: CE, 23 and D9. RGB value is (206,35,217). Sum of RGB (Red+Green+Blue) = 206+35+217=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 35 (14.06% from 255 or 7.64% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE23D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE23D9 is #31DC26. Grayscale: #6A6A6A. Windows color (decimal): -3267623 or 14230478. OLE color: 14230478.
HSL color Cylindrical-coordinate representation of color #CE23D9: hue angle of 296.37º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE23D9 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 35 | 217 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.15 |
| HSL | 296.37º | 0.72% | 0.49% | - |
| HSV(B) | 296.37º | 0.84% | 0.85% | - |
| XYZ | 38.58 | 19.33 | 67.34 | - |
| YUV | 106.88 | 190.15 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 217 | 0.05 | 0.84 | 0 | 0.15 | 296.37 | 0.72 | 0.49 |
| Hex | CE | 23 | D9 | 5 | 54 | 0 | F | 128 | 48 | 31 |
| Octal | 316 | 43 | 331 | 5 | 124 | 0 | 17 | 450 | 110 | 61 |
| Binary | 11001110 | 100011 | 11011001 | 101 | 1010100 | 0 | 1111 | 100101000 | 1001000 | 110001 |
Color Harmonies of #CE23D9
Complementary color
Monochromatic Colors of #CE23D9
Black with #CE23D9
Text Example
Text Example
White with #CE23D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE23D9; }
p { color: rgb(206,35,217); }
H1.HeaderClassName
{
color: #CE23D9;
}
.AnyTagClassName
{
color: #CE23D9;
}
</style>
background-color css
<style>
a { background-color: #CE23D9; }
a { background-color: rgb(206,35,217); }
div.DivClassName
{
background-color: #CE23D9;
}
.BgClassName
{
background-color: #CE23D9;
}
</style>
border-color css
<style>
span { border-color: #CE23D9; }
span { border-color: rgb(206,35,217); }
td.TdClassName
{
border-color: #CE23D9;
}
.TagClassName
{
border-color: #CE23D9;
}
</style>