Shades of Deep Magenta #CE06DB
Tints of Deep Magenta #CE06DB
RGB
CMYK
RGB Variations
Color information
#CE06DB (or 0xCE06DB) is known color: Deep Magenta. HEX triplet: CE, 06 and DB. RGB value is (206,6,219). Sum of RGB (Red+Green+Blue) = 206+6+219=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 6 (2.73% from 255 or 1.39% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE06DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE06DB is #31F924. Grayscale: #595959. Windows color (decimal): -3275045 or 14354126. OLE color: 14354126.
HSL color Cylindrical-coordinate representation of color #CE06DB: hue angle of 296.34º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE06DB is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 6 | 219 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.14 |
| HSL | 296.34º | 0.95% | 0.44% | - |
| HSV(B) | 296.34º | 0.97% | 0.86% | - |
| XYZ | 38.3 | 18.37 | 68.54 | - |
| YUV | 90.08 | 200.76 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 219 | 0.06 | 0.97 | 0 | 0.14 | 296.34 | 0.95 | 0.44 |
| Hex | CE | 6 | DB | 6 | 61 | 0 | E | 128 | 5F | 2C |
| Octal | 316 | 6 | 333 | 6 | 141 | 0 | 16 | 450 | 137 | 54 |
| Binary | 11001110 | 110 | 11011011 | 110 | 1100001 | 0 | 1110 | 100101000 | 1011111 | 101100 |
Color Harmonies of #CE06DB
Complementary color
Monochromatic Colors of #CE06DB
Black with #CE06DB
Text Example
Text Example
White with #CE06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE06DB; }
p { color: rgb(206,6,219); }
H1.HeaderClassName
{
color: #CE06DB;
}
.AnyTagClassName
{
color: #CE06DB;
}
</style>
background-color css
<style>
a { background-color: #CE06DB; }
a { background-color: rgb(206,6,219); }
div.DivClassName
{
background-color: #CE06DB;
}
.BgClassName
{
background-color: #CE06DB;
}
</style>
border-color css
<style>
span { border-color: #CE06DB; }
span { border-color: rgb(206,6,219); }
td.TdClassName
{
border-color: #CE06DB;
}
.TagClassName
{
border-color: #CE06DB;
}
</style>