Shades of Deep Magenta #CE03DF
Tints of Deep Magenta #CE03DF
RGB
CMYK
RGB Variations
Color information
#CE03DF (or 0xCE03DF) is known color: Deep Magenta. HEX triplet: CE, 03 and DF. RGB value is (206,3,223). Sum of RGB (Red+Green+Blue) = 206+3+223=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 3 (1.56% from 255 or 0.69% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE03DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE03DF is #31FC20. Grayscale: #585858. Windows color (decimal): -3275809 or 14615502. OLE color: 14615502.
HSL color Cylindrical-coordinate representation of color #CE03DF: hue angle of 295.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE03DF is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 3 | 223 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.13 |
| HSL | 295.36º | 0.97% | 0.44% | - |
| HSV(B) | 295.36º | 0.99% | 0.87% | - |
| XYZ | 38.81 | 18.51 | 71.34 | - |
| YUV | 88.78 | 203.75 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 223 | 0.08 | 0.99 | 0 | 0.13 | 295.36 | 0.97 | 0.44 |
| Hex | CE | 3 | DF | 8 | 63 | 0 | D | 127 | 61 | 2C |
| Octal | 316 | 3 | 337 | 10 | 143 | 0 | 15 | 447 | 141 | 54 |
| Binary | 11001110 | 11 | 11011111 | 1000 | 1100011 | 0 | 1101 | 100100111 | 1100001 | 101100 |
Color Harmonies of #CE03DF
Complementary color
Monochromatic Colors of #CE03DF
Black with #CE03DF
Text Example
Text Example
White with #CE03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03DF; }
p { color: rgb(206,3,223); }
H1.HeaderClassName
{
color: #CE03DF;
}
.AnyTagClassName
{
color: #CE03DF;
}
</style>
background-color css
<style>
a { background-color: #CE03DF; }
a { background-color: rgb(206,3,223); }
div.DivClassName
{
background-color: #CE03DF;
}
.BgClassName
{
background-color: #CE03DF;
}
</style>
border-color css
<style>
span { border-color: #CE03DF; }
span { border-color: rgb(206,3,223); }
td.TdClassName
{
border-color: #CE03DF;
}
.TagClassName
{
border-color: #CE03DF;
}
</style>