Shades of Deep Magenta #CE23D6
Tints of Deep Magenta #CE23D6
RGB
CMYK
RGB Variations
Color information
#CE23D6 (or 0xCE23D6) is known color: Deep Magenta. HEX triplet: CE, 23 and D6. RGB value is (206,35,214). Sum of RGB (Red+Green+Blue) = 206+35+214=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 35 (14.06% from 255 or 7.69% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE23D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE23D6 is #31DC29. Grayscale: #696969. Windows color (decimal): -3267626 or 14033870. OLE color: 14033870.
HSL color Cylindrical-coordinate representation of color #CE23D6: hue angle of 297.32º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE23D6 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 35 | 214 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.16 |
| HSL | 297.32º | 0.72% | 0.49% | - |
| HSV(B) | 297.32º | 0.84% | 0.84% | - |
| XYZ | 38.19 | 19.18 | 65.31 | - |
| YUV | 106.54 | 188.65 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 214 | 0.04 | 0.84 | 0 | 0.16 | 297.32 | 0.72 | 0.49 |
| Hex | CE | 23 | D6 | 4 | 54 | 0 | 10 | 129 | 48 | 31 |
| Octal | 316 | 43 | 326 | 4 | 124 | 0 | 20 | 451 | 110 | 61 |
| Binary | 11001110 | 100011 | 11010110 | 100 | 1010100 | 0 | 10000 | 100101001 | 1001000 | 110001 |
Color Harmonies of #CE23D6
Complementary color
Monochromatic Colors of #CE23D6
Black with #CE23D6
Text Example
Text Example
White with #CE23D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE23D6; }
p { color: rgb(206,35,214); }
H1.HeaderClassName
{
color: #CE23D6;
}
.AnyTagClassName
{
color: #CE23D6;
}
</style>
background-color css
<style>
a { background-color: #CE23D6; }
a { background-color: rgb(206,35,214); }
div.DivClassName
{
background-color: #CE23D6;
}
.BgClassName
{
background-color: #CE23D6;
}
</style>
border-color css
<style>
span { border-color: #CE23D6; }
span { border-color: rgb(206,35,214); }
td.TdClassName
{
border-color: #CE23D6;
}
.TagClassName
{
border-color: #CE23D6;
}
</style>