Shades of Deep Magenta #CE01DB
Tints of Deep Magenta #CE01DB
RGB
CMYK
RGB Variations
Color information
#CE01DB (or 0xCE01DB) is known color: Deep Magenta. HEX triplet: CE, 01 and DB. RGB value is (206,1,219). Sum of RGB (Red+Green+Blue) = 206+1+219=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE01DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE01DB is #31FE24. Grayscale: #565656. Windows color (decimal): -3276325 or 14352846. OLE color: 14352846.
HSL color Cylindrical-coordinate representation of color #CE01DB: hue angle of 296.42º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE01DB is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 1 | 219 | - |
| CMYK | 0.06 | 1.00 | 0 | 0.14 |
| HSL | 296.42º | 0.99% | 0.43% | - |
| HSV(B) | 296.42º | 1% | 0.86% | - |
| XYZ | 38.25 | 18.26 | 68.53 | - |
| YUV | 87.15 | 202.42 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 219 | 0.06 | 1.00 | 0 | 0.14 | 296.42 | 0.99 | 0.43 |
| Hex | CE | 1 | DB | 6 | 64 | 0 | E | 128 | 63 | 2B |
| Octal | 316 | 1 | 333 | 6 | 144 | 0 | 16 | 450 | 143 | 53 |
| Binary | 11001110 | 1 | 11011011 | 110 | 1100100 | 0 | 1110 | 100101000 | 1100011 | 101011 |
Color Harmonies of #CE01DB
Complementary color
Monochromatic Colors of #CE01DB
Black with #CE01DB
Text Example
Text Example
White with #CE01DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE01DB; }
p { color: rgb(206,1,219); }
H1.HeaderClassName
{
color: #CE01DB;
}
.AnyTagClassName
{
color: #CE01DB;
}
</style>
background-color css
<style>
a { background-color: #CE01DB; }
a { background-color: rgb(206,1,219); }
div.DivClassName
{
background-color: #CE01DB;
}
.BgClassName
{
background-color: #CE01DB;
}
</style>
border-color css
<style>
span { border-color: #CE01DB; }
span { border-color: rgb(206,1,219); }
td.TdClassName
{
border-color: #CE01DB;
}
.TagClassName
{
border-color: #CE01DB;
}
</style>