Shades of Deep Magenta #CE18DB
Tints of Deep Magenta #CE18DB
RGB
CMYK
RGB Variations
Color information
#CE18DB (or 0xCE18DB) is known color: Deep Magenta. HEX triplet: CE, 18 and DB. RGB value is (206,24,219). Sum of RGB (Red+Green+Blue) = 206+24+219=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 24 (9.77% from 255 or 5.35% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE18DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE18DB is #31E724. Grayscale: #646464. Windows color (decimal): -3270437 or 14358734. OLE color: 14358734.
HSL color Cylindrical-coordinate representation of color #CE18DB: hue angle of 296º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE18DB is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 24 | 219 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.14 |
| HSL | 296º | 0.8% | 0.48% | - |
| HSV(B) | 296º | 0.89% | 0.86% | - |
| XYZ | 38.57 | 18.89 | 68.63 | - |
| YUV | 100.65 | 194.8 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 219 | 0.06 | 0.89 | 0 | 0.14 | 296 | 0.8 | 0.48 |
| Hex | CE | 18 | DB | 6 | 59 | 0 | E | 128 | 50 | 30 |
| Octal | 316 | 30 | 333 | 6 | 131 | 0 | 16 | 450 | 120 | 60 |
| Binary | 11001110 | 11000 | 11011011 | 110 | 1011001 | 0 | 1110 | 100101000 | 1010000 | 110000 |
Color Harmonies of #CE18DB
Complementary color
Monochromatic Colors of #CE18DB
Black with #CE18DB
Text Example
Text Example
White with #CE18DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE18DB; }
p { color: rgb(206,24,219); }
H1.HeaderClassName
{
color: #CE18DB;
}
.AnyTagClassName
{
color: #CE18DB;
}
</style>
background-color css
<style>
a { background-color: #CE18DB; }
a { background-color: rgb(206,24,219); }
div.DivClassName
{
background-color: #CE18DB;
}
.BgClassName
{
background-color: #CE18DB;
}
</style>
border-color css
<style>
span { border-color: #CE18DB; }
span { border-color: rgb(206,24,219); }
td.TdClassName
{
border-color: #CE18DB;
}
.TagClassName
{
border-color: #CE18DB;
}
</style>