Shades of Deep Magenta #CE28DB
Tints of Deep Magenta #CE28DB
RGB
CMYK
RGB Variations
Color information
#CE28DB (or 0xCE28DB) is known color: Deep Magenta. HEX triplet: CE, 28 and DB. RGB value is (206,40,219). Sum of RGB (Red+Green+Blue) = 206+40+219=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 40 (16.02% from 255 or 8.60% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE28DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE28DB is #31D724. Grayscale: #6D6D6D. Windows color (decimal): -3266341 or 14362830. OLE color: 14362830.
HSL color Cylindrical-coordinate representation of color #CE28DB: hue angle of 295.64º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE28DB is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 40 | 219 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.14 |
| HSL | 295.64º | 0.71% | 0.51% | - |
| HSV(B) | 295.64º | 0.82% | 0.86% | - |
| XYZ | 39 | 19.75 | 68.78 | - |
| YUV | 110.04 | 189.5 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 219 | 0.06 | 0.82 | 0 | 0.14 | 295.64 | 0.71 | 0.51 |
| Hex | CE | 28 | DB | 6 | 52 | 0 | E | 128 | 47 | 33 |
| Octal | 316 | 50 | 333 | 6 | 122 | 0 | 16 | 450 | 107 | 63 |
| Binary | 11001110 | 101000 | 11011011 | 110 | 1010010 | 0 | 1110 | 100101000 | 1000111 | 110011 |
Color Harmonies of #CE28DB
Complementary color
Monochromatic Colors of #CE28DB
Black with #CE28DB
Text Example
Text Example
White with #CE28DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE28DB; }
p { color: rgb(206,40,219); }
H1.HeaderClassName
{
color: #CE28DB;
}
.AnyTagClassName
{
color: #CE28DB;
}
</style>
background-color css
<style>
a { background-color: #CE28DB; }
a { background-color: rgb(206,40,219); }
div.DivClassName
{
background-color: #CE28DB;
}
.BgClassName
{
background-color: #CE28DB;
}
</style>
border-color css
<style>
span { border-color: #CE28DB; }
span { border-color: rgb(206,40,219); }
td.TdClassName
{
border-color: #CE28DB;
}
.TagClassName
{
border-color: #CE28DB;
}
</style>