Shades of Deep Magenta #CE29DB
Tints of Deep Magenta #CE29DB
RGB
CMYK
RGB Variations
Color information
#CE29DB (or 0xCE29DB) is known color: Deep Magenta. HEX triplet: CE, 29 and DB. RGB value is (206,41,219). Sum of RGB (Red+Green+Blue) = 206+41+219=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE29DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE29DB is #31D624. Grayscale: #6E6E6E. Windows color (decimal): -3266085 or 14363086. OLE color: 14363086.
HSL color Cylindrical-coordinate representation of color #CE29DB: hue angle of 295.62º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE29DB is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 41 | 219 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.14 |
| HSL | 295.62º | 0.71% | 0.51% | - |
| HSV(B) | 295.62º | 0.81% | 0.86% | - |
| XYZ | 39.03 | 19.82 | 68.79 | - |
| YUV | 110.63 | 189.16 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 219 | 0.06 | 0.81 | 0 | 0.14 | 295.62 | 0.71 | 0.51 |
| Hex | CE | 29 | DB | 6 | 51 | 0 | E | 128 | 47 | 33 |
| Octal | 316 | 51 | 333 | 6 | 121 | 0 | 16 | 450 | 107 | 63 |
| Binary | 11001110 | 101001 | 11011011 | 110 | 1010001 | 0 | 1110 | 100101000 | 1000111 | 110011 |
Color Harmonies of #CE29DB
Complementary color
Monochromatic Colors of #CE29DB
Black with #CE29DB
Text Example
Text Example
White with #CE29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE29DB; }
p { color: rgb(206,41,219); }
H1.HeaderClassName
{
color: #CE29DB;
}
.AnyTagClassName
{
color: #CE29DB;
}
</style>
background-color css
<style>
a { background-color: #CE29DB; }
a { background-color: rgb(206,41,219); }
div.DivClassName
{
background-color: #CE29DB;
}
.BgClassName
{
background-color: #CE29DB;
}
</style>
border-color css
<style>
span { border-color: #CE29DB; }
span { border-color: rgb(206,41,219); }
td.TdClassName
{
border-color: #CE29DB;
}
.TagClassName
{
border-color: #CE29DB;
}
</style>