Shades of Deep Magenta #CE28DF
Tints of Deep Magenta #CE28DF
RGB
CMYK
RGB Variations
Color information
#CE28DF (or 0xCE28DF) is known color: Deep Magenta. HEX triplet: CE, 28 and DF. RGB value is (206,40,223). Sum of RGB (Red+Green+Blue) = 206+40+223=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 40 (16.02% from 255 or 8.53% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE28DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE28DF is #31D720. Grayscale: #6D6D6D. Windows color (decimal): -3266337 or 14624974. OLE color: 14624974.
HSL color Cylindrical-coordinate representation of color #CE28DF: hue angle of 294.43º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE28DF is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 40 | 223 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.13 |
| HSL | 294.43º | 0.74% | 0.52% | - |
| HSV(B) | 294.43º | 0.82% | 0.87% | - |
| XYZ | 39.53 | 19.97 | 71.58 | - |
| YUV | 110.5 | 191.5 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 223 | 0.08 | 0.82 | 0 | 0.13 | 294.43 | 0.74 | 0.52 |
| Hex | CE | 28 | DF | 8 | 52 | 0 | D | 126 | 4A | 34 |
| Octal | 316 | 50 | 337 | 10 | 122 | 0 | 15 | 446 | 112 | 64 |
| Binary | 11001110 | 101000 | 11011111 | 1000 | 1010010 | 0 | 1101 | 100100110 | 1001010 | 110100 |
Color Harmonies of #CE28DF
Complementary color
Monochromatic Colors of #CE28DF
Black with #CE28DF
Text Example
Text Example
White with #CE28DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE28DF; }
p { color: rgb(206,40,223); }
H1.HeaderClassName
{
color: #CE28DF;
}
.AnyTagClassName
{
color: #CE28DF;
}
</style>
background-color css
<style>
a { background-color: #CE28DF; }
a { background-color: rgb(206,40,223); }
div.DivClassName
{
background-color: #CE28DF;
}
.BgClassName
{
background-color: #CE28DF;
}
</style>
border-color css
<style>
span { border-color: #CE28DF; }
span { border-color: rgb(206,40,223); }
td.TdClassName
{
border-color: #CE28DF;
}
.TagClassName
{
border-color: #CE28DF;
}
</style>