Shades of Deep Magenta #CE23DF
Tints of Deep Magenta #CE23DF
RGB
CMYK
RGB Variations
Color information
#CE23DF (or 0xCE23DF) is known color: Deep Magenta. HEX triplet: CE, 23 and DF. RGB value is (206,35,223). Sum of RGB (Red+Green+Blue) = 206+35+223=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 35 (14.06% from 255 or 7.54% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE23DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE23DF is #31DC20. Grayscale: #6A6A6A. Windows color (decimal): -3267617 or 14623694. OLE color: 14623694.
HSL color Cylindrical-coordinate representation of color #CE23DF: hue angle of 294.57º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE23DF is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 35 | 223 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.13 |
| HSL | 294.57º | 0.75% | 0.51% | - |
| HSV(B) | 294.57º | 0.84% | 0.87% | - |
| XYZ | 39.37 | 19.65 | 71.53 | - |
| YUV | 107.56 | 193.15 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 223 | 0.08 | 0.84 | 0 | 0.13 | 294.57 | 0.75 | 0.51 |
| Hex | CE | 23 | DF | 8 | 54 | 0 | D | 127 | 4B | 33 |
| Octal | 316 | 43 | 337 | 10 | 124 | 0 | 15 | 447 | 113 | 63 |
| Binary | 11001110 | 100011 | 11011111 | 1000 | 1010100 | 0 | 1101 | 100100111 | 1001011 | 110011 |
Color Harmonies of #CE23DF
Complementary color
Monochromatic Colors of #CE23DF
Black with #CE23DF
Text Example
Text Example
White with #CE23DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE23DF; }
p { color: rgb(206,35,223); }
H1.HeaderClassName
{
color: #CE23DF;
}
.AnyTagClassName
{
color: #CE23DF;
}
</style>
background-color css
<style>
a { background-color: #CE23DF; }
a { background-color: rgb(206,35,223); }
div.DivClassName
{
background-color: #CE23DF;
}
.BgClassName
{
background-color: #CE23DF;
}
</style>
border-color css
<style>
span { border-color: #CE23DF; }
span { border-color: rgb(206,35,223); }
td.TdClassName
{
border-color: #CE23DF;
}
.TagClassName
{
border-color: #CE23DF;
}
</style>