Shades of Deep Magenta #CE15D9
Tints of Deep Magenta #CE15D9
RGB
CMYK
RGB Variations
Color information
#CE15D9 (or 0xCE15D9) is known color: Deep Magenta. HEX triplet: CE, 15 and D9. RGB value is (206,21,217). Sum of RGB (Red+Green+Blue) = 206+21+217=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE15D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE15D9 is #31EA26. Grayscale: #626262. Windows color (decimal): -3271207 or 14226894. OLE color: 14226894.
HSL color Cylindrical-coordinate representation of color #CE15D9: hue angle of 296.63º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE15D9 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 21 | 217 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.15 |
| HSL | 296.63º | 0.82% | 0.47% | - |
| HSV(B) | 296.63º | 0.9% | 0.85% | - |
| XYZ | 38.25 | 18.67 | 67.23 | - |
| YUV | 98.66 | 194.79 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 217 | 0.05 | 0.90 | 0 | 0.15 | 296.63 | 0.82 | 0.47 |
| Hex | CE | 15 | D9 | 5 | 5A | 0 | F | 129 | 52 | 2F |
| Octal | 316 | 25 | 331 | 5 | 132 | 0 | 17 | 451 | 122 | 57 |
| Binary | 11001110 | 10101 | 11011001 | 101 | 1011010 | 0 | 1111 | 100101001 | 1010010 | 101111 |
Color Harmonies of #CE15D9
Complementary color
Monochromatic Colors of #CE15D9
Black with #CE15D9
Text Example
Text Example
White with #CE15D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE15D9; }
p { color: rgb(206,21,217); }
H1.HeaderClassName
{
color: #CE15D9;
}
.AnyTagClassName
{
color: #CE15D9;
}
</style>
background-color css
<style>
a { background-color: #CE15D9; }
a { background-color: rgb(206,21,217); }
div.DivClassName
{
background-color: #CE15D9;
}
.BgClassName
{
background-color: #CE15D9;
}
</style>
border-color css
<style>
span { border-color: #CE15D9; }
span { border-color: rgb(206,21,217); }
td.TdClassName
{
border-color: #CE15D9;
}
.TagClassName
{
border-color: #CE15D9;
}
</style>