Shades of Deep Magenta #CE03DB
Tints of Deep Magenta #CE03DB
RGB
CMYK
RGB Variations
Color information
#CE03DB (or 0xCE03DB) is known color: Deep Magenta. HEX triplet: CE, 03 and DB. RGB value is (206,3,219). Sum of RGB (Red+Green+Blue) = 206+3+219=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 3 (1.56% from 255 or 0.70% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE03DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE03DB is #31FC24. Grayscale: #575757. Windows color (decimal): -3275813 or 14353358. OLE color: 14353358.
HSL color Cylindrical-coordinate representation of color #CE03DB: hue angle of 296.39º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE03DB is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 3 | 219 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.14 |
| HSL | 296.39º | 0.97% | 0.44% | - |
| HSV(B) | 296.39º | 0.99% | 0.86% | - |
| XYZ | 38.27 | 18.3 | 68.53 | - |
| YUV | 88.32 | 201.75 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 219 | 0.06 | 0.99 | 0 | 0.14 | 296.39 | 0.97 | 0.44 |
| Hex | CE | 3 | DB | 6 | 63 | 0 | E | 128 | 61 | 2C |
| Octal | 316 | 3 | 333 | 6 | 143 | 0 | 16 | 450 | 141 | 54 |
| Binary | 11001110 | 11 | 11011011 | 110 | 1100011 | 0 | 1110 | 100101000 | 1100001 | 101100 |
Color Harmonies of #CE03DB
Complementary color
Monochromatic Colors of #CE03DB
Black with #CE03DB
Text Example
Text Example
White with #CE03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE03DB; }
p { color: rgb(206,3,219); }
H1.HeaderClassName
{
color: #CE03DB;
}
.AnyTagClassName
{
color: #CE03DB;
}
</style>
background-color css
<style>
a { background-color: #CE03DB; }
a { background-color: rgb(206,3,219); }
div.DivClassName
{
background-color: #CE03DB;
}
.BgClassName
{
background-color: #CE03DB;
}
</style>
border-color css
<style>
span { border-color: #CE03DB; }
span { border-color: rgb(206,3,219); }
td.TdClassName
{
border-color: #CE03DB;
}
.TagClassName
{
border-color: #CE03DB;
}
</style>