Shades of Deep Magenta #CE19DF
Tints of Deep Magenta #CE19DF
RGB
CMYK
RGB Variations
Color information
#CE19DF (or 0xCE19DF) is known color: Deep Magenta. HEX triplet: CE, 19 and DF. RGB value is (206,25,223). Sum of RGB (Red+Green+Blue) = 206+25+223=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE19DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE19DF is #31E620. Grayscale: #656565. Windows color (decimal): -3270177 or 14621134. OLE color: 14621134.
HSL color Cylindrical-coordinate representation of color #CE19DF: hue angle of 294.85º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE19DF is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 25 | 223 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.13 |
| HSL | 294.85º | 0.8% | 0.49% | - |
| HSV(B) | 294.85º | 0.89% | 0.87% | - |
| XYZ | 39.12 | 19.14 | 71.45 | - |
| YUV | 101.69 | 196.47 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 223 | 0.08 | 0.89 | 0 | 0.13 | 294.85 | 0.8 | 0.49 |
| Hex | CE | 19 | DF | 8 | 59 | 0 | D | 127 | 50 | 31 |
| Octal | 316 | 31 | 337 | 10 | 131 | 0 | 15 | 447 | 120 | 61 |
| Binary | 11001110 | 11001 | 11011111 | 1000 | 1011001 | 0 | 1101 | 100100111 | 1010000 | 110001 |
Color Harmonies of #CE19DF
Complementary color
Monochromatic Colors of #CE19DF
Black with #CE19DF
Text Example
Text Example
White with #CE19DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE19DF; }
p { color: rgb(206,25,223); }
H1.HeaderClassName
{
color: #CE19DF;
}
.AnyTagClassName
{
color: #CE19DF;
}
</style>
background-color css
<style>
a { background-color: #CE19DF; }
a { background-color: rgb(206,25,223); }
div.DivClassName
{
background-color: #CE19DF;
}
.BgClassName
{
background-color: #CE19DF;
}
</style>
border-color css
<style>
span { border-color: #CE19DF; }
span { border-color: rgb(206,25,223); }
td.TdClassName
{
border-color: #CE19DF;
}
.TagClassName
{
border-color: #CE19DF;
}
</style>