Shades of Deep Magenta #CE15CD
Tints of Deep Magenta #CE15CD
RGB
CMYK
RGB Variations
Color information
#CE15CD (or 0xCE15CD) is known color: Deep Magenta. HEX triplet: CE, 15 and CD. RGB value is (206,21,205). Sum of RGB (Red+Green+Blue) = 206+21+205=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE15CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE15CD is #31EA32. Grayscale: #606060. Windows color (decimal): -3271219 or 13440462. OLE color: 13440462.
HSL color Cylindrical-coordinate representation of color #CE15CD: hue angle of 300.32º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE15CD is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 205 | - |
| CMYK | 0 | 0.90 | 0.00 | 0.19 |
| HSL | 300.32º | 0.81% | 0.45% | - |
| HSV(B) | 300.32º | 0.9% | 0.81% | - |
| XYZ | 36.74 | 18.07 | 59.31 | - |
| YUV | 97.29 | 188.79 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 205 | 0 | 0.90 | 0.00 | 0.19 | 300.32 | 0.81 | 0.45 |
| Hex | CE | 15 | CD | 0 | 5A | 0 | 13 | 12C | 51 | 2D |
| Octal | 316 | 25 | 315 | 0 | 132 | 0 | 23 | 454 | 121 | 55 |
| Binary | 11001110 | 10101 | 11001101 | 0 | 1011010 | 0 | 10011 | 100101100 | 1010001 | 101101 |
Color Harmonies of #CE15CD
Complementary color
Monochromatic Colors of #CE15CD
Black with #CE15CD
Text Example
Text Example
White with #CE15CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE15CD; }
p { color: rgb(206,21,205); }
H1.HeaderClassName
{
color: #CE15CD;
}
.AnyTagClassName
{
color: #CE15CD;
}
</style>
background-color css
<style>
a { background-color: #CE15CD; }
a { background-color: rgb(206,21,205); }
div.DivClassName
{
background-color: #CE15CD;
}
.BgClassName
{
background-color: #CE15CD;
}
</style>
border-color css
<style>
span { border-color: #CE15CD; }
span { border-color: rgb(206,21,205); }
td.TdClassName
{
border-color: #CE15CD;
}
.TagClassName
{
border-color: #CE15CD;
}
</style>