Shades of Deep Magenta #CE04DF
Tints of Deep Magenta #CE04DF
RGB
CMYK
RGB Variations
Color information
#CE04DF (or 0xCE04DF) is known color: Deep Magenta. HEX triplet: CE, 04 and DF. RGB value is (206,4,223). Sum of RGB (Red+Green+Blue) = 206+4+223=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 4 (1.95% from 255 or 0.92% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE04DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE04DF is #31FB20. Grayscale: #585858. Windows color (decimal): -3275553 or 14615758. OLE color: 14615758.
HSL color Cylindrical-coordinate representation of color #CE04DF: hue angle of 295.34º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE04DF is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 4 | 223 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.13 |
| HSL | 295.34º | 0.96% | 0.45% | - |
| HSV(B) | 295.34º | 0.98% | 0.87% | - |
| XYZ | 38.82 | 18.54 | 71.34 | - |
| YUV | 89.36 | 203.42 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 223 | 0.08 | 0.98 | 0 | 0.13 | 295.34 | 0.96 | 0.45 |
| Hex | CE | 4 | DF | 8 | 62 | 0 | D | 127 | 60 | 2D |
| Octal | 316 | 4 | 337 | 10 | 142 | 0 | 15 | 447 | 140 | 55 |
| Binary | 11001110 | 100 | 11011111 | 1000 | 1100010 | 0 | 1101 | 100100111 | 1100000 | 101101 |
Color Harmonies of #CE04DF
Complementary color
Monochromatic Colors of #CE04DF
Black with #CE04DF
Text Example
Text Example
White with #CE04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE04DF; }
p { color: rgb(206,4,223); }
H1.HeaderClassName
{
color: #CE04DF;
}
.AnyTagClassName
{
color: #CE04DF;
}
</style>
background-color css
<style>
a { background-color: #CE04DF; }
a { background-color: rgb(206,4,223); }
div.DivClassName
{
background-color: #CE04DF;
}
.BgClassName
{
background-color: #CE04DF;
}
</style>
border-color css
<style>
span { border-color: #CE04DF; }
span { border-color: rgb(206,4,223); }
td.TdClassName
{
border-color: #CE04DF;
}
.TagClassName
{
border-color: #CE04DF;
}
</style>