Shades of Deep Magenta #CE23D8
Tints of Deep Magenta #CE23D8
RGB
CMYK
RGB Variations
Color information
#CE23D8 (or 0xCE23D8) is known color: Deep Magenta. HEX triplet: CE, 23 and D8. RGB value is (206,35,216). Sum of RGB (Red+Green+Blue) = 206+35+216=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 35 (14.06% from 255 or 7.66% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE23D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE23D8 is #31DC27. Grayscale: #6A6A6A. Windows color (decimal): -3267624 or 14164942. OLE color: 14164942.
HSL color Cylindrical-coordinate representation of color #CE23D8: hue angle of 296.69º 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 #CE23D8 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 35 | 216 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.15 |
| HSL | 296.69º | 0.72% | 0.49% | - |
| HSV(B) | 296.69º | 0.84% | 0.85% | - |
| XYZ | 38.45 | 19.28 | 66.66 | - |
| YUV | 106.76 | 189.65 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 216 | 0.05 | 0.84 | 0 | 0.15 | 296.69 | 0.72 | 0.49 |
| Hex | CE | 23 | D8 | 5 | 54 | 0 | F | 129 | 48 | 31 |
| Octal | 316 | 43 | 330 | 5 | 124 | 0 | 17 | 451 | 110 | 61 |
| Binary | 11001110 | 100011 | 11011000 | 101 | 1010100 | 0 | 1111 | 100101001 | 1001000 | 110001 |
Color Harmonies of #CE23D8
Complementary color
Monochromatic Colors of #CE23D8
Black with #CE23D8
Text Example
Text Example
White with #CE23D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE23D8; }
p { color: rgb(206,35,216); }
H1.HeaderClassName
{
color: #CE23D8;
}
.AnyTagClassName
{
color: #CE23D8;
}
</style>
background-color css
<style>
a { background-color: #CE23D8; }
a { background-color: rgb(206,35,216); }
div.DivClassName
{
background-color: #CE23D8;
}
.BgClassName
{
background-color: #CE23D8;
}
</style>
border-color css
<style>
span { border-color: #CE23D8; }
span { border-color: rgb(206,35,216); }
td.TdClassName
{
border-color: #CE23D8;
}
.TagClassName
{
border-color: #CE23D8;
}
</style>