Shades of Deep Magenta #CE09DB
Tints of Deep Magenta #CE09DB
RGB
CMYK
RGB Variations
Color information
#CE09DB (or 0xCE09DB) is known color: Deep Magenta. HEX triplet: CE, 09 and DB. RGB value is (206,9,219). Sum of RGB (Red+Green+Blue) = 206+9+219=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 9 (3.91% from 255 or 2.07% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE09DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE09DB is #31F624. Grayscale: #5B5B5B. Windows color (decimal): -3274277 or 14354894. OLE color: 14354894.
HSL color Cylindrical-coordinate representation of color #CE09DB: hue angle of 296.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE09DB is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 9 | 219 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.14 |
| HSL | 296.29º | 0.92% | 0.45% | - |
| HSV(B) | 296.29º | 0.96% | 0.86% | - |
| XYZ | 38.34 | 18.43 | 68.55 | - |
| YUV | 91.84 | 199.77 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 219 | 0.06 | 0.96 | 0 | 0.14 | 296.29 | 0.92 | 0.45 |
| Hex | CE | 9 | DB | 6 | 60 | 0 | E | 128 | 5C | 2D |
| Octal | 316 | 11 | 333 | 6 | 140 | 0 | 16 | 450 | 134 | 55 |
| Binary | 11001110 | 1001 | 11011011 | 110 | 1100000 | 0 | 1110 | 100101000 | 1011100 | 101101 |
Color Harmonies of #CE09DB
Complementary color
Monochromatic Colors of #CE09DB
Black with #CE09DB
Text Example
Text Example
White with #CE09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE09DB; }
p { color: rgb(206,9,219); }
H1.HeaderClassName
{
color: #CE09DB;
}
.AnyTagClassName
{
color: #CE09DB;
}
</style>
background-color css
<style>
a { background-color: #CE09DB; }
a { background-color: rgb(206,9,219); }
div.DivClassName
{
background-color: #CE09DB;
}
.BgClassName
{
background-color: #CE09DB;
}
</style>
border-color css
<style>
span { border-color: #CE09DB; }
span { border-color: rgb(206,9,219); }
td.TdClassName
{
border-color: #CE09DB;
}
.TagClassName
{
border-color: #CE09DB;
}
</style>