Shades of Deep Magenta #CE01DD
Tints of Deep Magenta #CE01DD
RGB
CMYK
RGB Variations
Color information
#CE01DD (or 0xCE01DD) is known color: Deep Magenta. HEX triplet: CE, 01 and DD. RGB value is (206,1,221). Sum of RGB (Red+Green+Blue) = 206+1+221=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE01DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE01DD is #31FE22. Grayscale: #565656. Windows color (decimal): -3276323 or 14483918. OLE color: 14483918.
HSL color Cylindrical-coordinate representation of color #CE01DD: hue angle of 295.91º 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 #CE01DD is Cyan = 0.07, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 1 | 221 | - |
| CMYK | 0.07 | 1.00 | 0 | 0.13 |
| HSL | 295.91º | 0.99% | 0.44% | - |
| HSV(B) | 295.91º | 1% | 0.87% | - |
| XYZ | 38.52 | 18.36 | 69.92 | - |
| YUV | 87.38 | 203.42 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 221 | 0.07 | 1.00 | 0 | 0.13 | 295.91 | 0.99 | 0.44 |
| Hex | CE | 1 | DD | 7 | 64 | 0 | D | 128 | 63 | 2C |
| Octal | 316 | 1 | 335 | 7 | 144 | 0 | 15 | 450 | 143 | 54 |
| Binary | 11001110 | 1 | 11011101 | 111 | 1100100 | 0 | 1101 | 100101000 | 1100011 | 101100 |
Color Harmonies of #CE01DD
Complementary color
Monochromatic Colors of #CE01DD
Black with #CE01DD
Text Example
Text Example
White with #CE01DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE01DD; }
p { color: rgb(206,1,221); }
H1.HeaderClassName
{
color: #CE01DD;
}
.AnyTagClassName
{
color: #CE01DD;
}
</style>
background-color css
<style>
a { background-color: #CE01DD; }
a { background-color: rgb(206,1,221); }
div.DivClassName
{
background-color: #CE01DD;
}
.BgClassName
{
background-color: #CE01DD;
}
</style>
border-color css
<style>
span { border-color: #CE01DD; }
span { border-color: rgb(206,1,221); }
td.TdClassName
{
border-color: #CE01DD;
}
.TagClassName
{
border-color: #CE01DD;
}
</style>