Shades of Deep Magenta #CE1EDB
Tints of Deep Magenta #CE1EDB
RGB
CMYK
RGB Variations
Color information
#CE1EDB (or 0xCE1EDB) is known color: Deep Magenta. HEX triplet: CE, 1E and DB. RGB value is (206,30,219). Sum of RGB (Red+Green+Blue) = 206+30+219=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 30 (12.11% from 255 or 6.59% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE1EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1EDB is #31E124. Grayscale: #676767. Windows color (decimal): -3268901 or 14360270. OLE color: 14360270.
HSL color Cylindrical-coordinate representation of color #CE1EDB: hue angle of 295.87º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1EDB is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 30 | 219 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.14 |
| HSL | 295.87º | 0.76% | 0.49% | - |
| HSV(B) | 295.87º | 0.86% | 0.86% | - |
| XYZ | 38.7 | 19.16 | 68.68 | - |
| YUV | 104.17 | 192.81 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 219 | 0.06 | 0.86 | 0 | 0.14 | 295.87 | 0.76 | 0.49 |
| Hex | CE | 1E | DB | 6 | 56 | 0 | E | 128 | 4C | 31 |
| Octal | 316 | 36 | 333 | 6 | 126 | 0 | 16 | 450 | 114 | 61 |
| Binary | 11001110 | 11110 | 11011011 | 110 | 1010110 | 0 | 1110 | 100101000 | 1001100 | 110001 |
Color Harmonies of #CE1EDB
Complementary color
Monochromatic Colors of #CE1EDB
Black with #CE1EDB
Text Example
Text Example
White with #CE1EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EDB; }
p { color: rgb(206,30,219); }
H1.HeaderClassName
{
color: #CE1EDB;
}
.AnyTagClassName
{
color: #CE1EDB;
}
</style>
background-color css
<style>
a { background-color: #CE1EDB; }
a { background-color: rgb(206,30,219); }
div.DivClassName
{
background-color: #CE1EDB;
}
.BgClassName
{
background-color: #CE1EDB;
}
</style>
border-color css
<style>
span { border-color: #CE1EDB; }
span { border-color: rgb(206,30,219); }
td.TdClassName
{
border-color: #CE1EDB;
}
.TagClassName
{
border-color: #CE1EDB;
}
</style>