Shades of Deep Magenta #CE25DB
Tints of Deep Magenta #CE25DB
RGB
CMYK
RGB Variations
Color information
#CE25DB (or 0xCE25DB) is known color: Deep Magenta. HEX triplet: CE, 25 and DB. RGB value is (206,37,219). Sum of RGB (Red+Green+Blue) = 206+37+219=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE25DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE25DB is #31DA24. Grayscale: #6B6B6B. Windows color (decimal): -3267109 or 14362062. OLE color: 14362062.
HSL color Cylindrical-coordinate representation of color #CE25DB: hue angle of 295.71º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE25DB is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 37 | 219 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.14 |
| HSL | 295.71º | 0.72% | 0.5% | - |
| HSV(B) | 295.71º | 0.83% | 0.86% | - |
| XYZ | 38.9 | 19.56 | 68.74 | - |
| YUV | 108.28 | 190.49 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 219 | 0.06 | 0.83 | 0 | 0.14 | 295.71 | 0.72 | 0.5 |
| Hex | CE | 25 | DB | 6 | 53 | 0 | E | 128 | 48 | 32 |
| Octal | 316 | 45 | 333 | 6 | 123 | 0 | 16 | 450 | 110 | 62 |
| Binary | 11001110 | 100101 | 11011011 | 110 | 1010011 | 0 | 1110 | 100101000 | 1001000 | 110010 |
Color Harmonies of #CE25DB
Complementary color
Monochromatic Colors of #CE25DB
Black with #CE25DB
Text Example
Text Example
White with #CE25DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE25DB; }
p { color: rgb(206,37,219); }
H1.HeaderClassName
{
color: #CE25DB;
}
.AnyTagClassName
{
color: #CE25DB;
}
</style>
background-color css
<style>
a { background-color: #CE25DB; }
a { background-color: rgb(206,37,219); }
div.DivClassName
{
background-color: #CE25DB;
}
.BgClassName
{
background-color: #CE25DB;
}
</style>
border-color css
<style>
span { border-color: #CE25DB; }
span { border-color: rgb(206,37,219); }
td.TdClassName
{
border-color: #CE25DB;
}
.TagClassName
{
border-color: #CE25DB;
}
</style>