Shades of Deep Magenta #CE26DB
Tints of Deep Magenta #CE26DB
RGB
CMYK
RGB Variations
Color information
#CE26DB (or 0xCE26DB) is known color: Deep Magenta. HEX triplet: CE, 26 and DB. RGB value is (206,38,219). Sum of RGB (Red+Green+Blue) = 206+38+219=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 38 (15.23% from 255 or 8.21% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE26DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE26DB is #31D924. Grayscale: #6C6C6C. Windows color (decimal): -3266853 or 14362318. OLE color: 14362318.
HSL color Cylindrical-coordinate representation of color #CE26DB: hue angle of 295.69º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE26DB is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 38 | 219 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.14 |
| HSL | 295.69º | 0.72% | 0.5% | - |
| HSV(B) | 295.69º | 0.83% | 0.86% | - |
| XYZ | 38.93 | 19.62 | 68.75 | - |
| YUV | 108.87 | 190.16 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 219 | 0.06 | 0.83 | 0 | 0.14 | 295.69 | 0.72 | 0.5 |
| Hex | CE | 26 | DB | 6 | 53 | 0 | E | 128 | 48 | 32 |
| Octal | 316 | 46 | 333 | 6 | 123 | 0 | 16 | 450 | 110 | 62 |
| Binary | 11001110 | 100110 | 11011011 | 110 | 1010011 | 0 | 1110 | 100101000 | 1001000 | 110010 |
Color Harmonies of #CE26DB
Complementary color
Monochromatic Colors of #CE26DB
Black with #CE26DB
Text Example
Text Example
White with #CE26DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE26DB; }
p { color: rgb(206,38,219); }
H1.HeaderClassName
{
color: #CE26DB;
}
.AnyTagClassName
{
color: #CE26DB;
}
</style>
background-color css
<style>
a { background-color: #CE26DB; }
a { background-color: rgb(206,38,219); }
div.DivClassName
{
background-color: #CE26DB;
}
.BgClassName
{
background-color: #CE26DB;
}
</style>
border-color css
<style>
span { border-color: #CE26DB; }
span { border-color: rgb(206,38,219); }
td.TdClassName
{
border-color: #CE26DB;
}
.TagClassName
{
border-color: #CE26DB;
}
</style>