Shades of Deep Magenta #CE28DD
Tints of Deep Magenta #CE28DD
RGB
CMYK
RGB Variations
Color information
#CE28DD (or 0xCE28DD) is known color: Deep Magenta. HEX triplet: CE, 28 and DD. RGB value is (206,40,221). Sum of RGB (Red+Green+Blue) = 206+40+221=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE28DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE28DD is #31D722. Grayscale: #6D6D6D. Windows color (decimal): -3266339 or 14493902. OLE color: 14493902.
HSL color Cylindrical-coordinate representation of color #CE28DD: hue angle of 295.03º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE28DD is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 40 | 221 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.13 |
| HSL | 295.03º | 0.73% | 0.51% | - |
| HSV(B) | 295.03º | 0.82% | 0.87% | - |
| XYZ | 39.26 | 19.86 | 70.17 | - |
| YUV | 110.27 | 190.5 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 221 | 0.07 | 0.82 | 0 | 0.13 | 295.03 | 0.73 | 0.51 |
| Hex | CE | 28 | DD | 7 | 52 | 0 | D | 127 | 49 | 33 |
| Octal | 316 | 50 | 335 | 7 | 122 | 0 | 15 | 447 | 111 | 63 |
| Binary | 11001110 | 101000 | 11011101 | 111 | 1010010 | 0 | 1101 | 100100111 | 1001001 | 110011 |
Color Harmonies of #CE28DD
Complementary color
Monochromatic Colors of #CE28DD
Black with #CE28DD
Text Example
Text Example
White with #CE28DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE28DD; }
p { color: rgb(206,40,221); }
H1.HeaderClassName
{
color: #CE28DD;
}
.AnyTagClassName
{
color: #CE28DD;
}
</style>
background-color css
<style>
a { background-color: #CE28DD; }
a { background-color: rgb(206,40,221); }
div.DivClassName
{
background-color: #CE28DD;
}
.BgClassName
{
background-color: #CE28DD;
}
</style>
border-color css
<style>
span { border-color: #CE28DD; }
span { border-color: rgb(206,40,221); }
td.TdClassName
{
border-color: #CE28DD;
}
.TagClassName
{
border-color: #CE28DD;
}
</style>