Shades of Deep Magenta #CE01DF
Tints of Deep Magenta #CE01DF
RGB
CMYK
RGB Variations
Color information
#CE01DF (or 0xCE01DF) is known color: Deep Magenta. HEX triplet: CE, 01 and DF. RGB value is (206,1,223). Sum of RGB (Red+Green+Blue) = 206+1+223=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE01DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE01DF is #31FE20. Grayscale: #565656. Windows color (decimal): -3276321 or 14614990. OLE color: 14614990.
HSL color Cylindrical-coordinate representation of color #CE01DF: hue angle of 295.41º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE01DF is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 1 | 223 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.13 |
| HSL | 295.41º | 0.99% | 0.44% | - |
| HSV(B) | 295.41º | 1% | 0.87% | - |
| XYZ | 38.78 | 18.47 | 71.33 | - |
| YUV | 87.6 | 204.42 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 223 | 0.08 | 1.00 | 0 | 0.13 | 295.41 | 0.99 | 0.44 |
| Hex | CE | 1 | DF | 8 | 64 | 0 | D | 127 | 63 | 2C |
| Octal | 316 | 1 | 337 | 10 | 144 | 0 | 15 | 447 | 143 | 54 |
| Binary | 11001110 | 1 | 11011111 | 1000 | 1100100 | 0 | 1101 | 100100111 | 1100011 | 101100 |
Color Harmonies of #CE01DF
Complementary color
Monochromatic Colors of #CE01DF
Black with #CE01DF
Text Example
Text Example
White with #CE01DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE01DF; }
p { color: rgb(206,1,223); }
H1.HeaderClassName
{
color: #CE01DF;
}
.AnyTagClassName
{
color: #CE01DF;
}
</style>
background-color css
<style>
a { background-color: #CE01DF; }
a { background-color: rgb(206,1,223); }
div.DivClassName
{
background-color: #CE01DF;
}
.BgClassName
{
background-color: #CE01DF;
}
</style>
border-color css
<style>
span { border-color: #CE01DF; }
span { border-color: rgb(206,1,223); }
td.TdClassName
{
border-color: #CE01DF;
}
.TagClassName
{
border-color: #CE01DF;
}
</style>