Shades of Deep Magenta #CE15C8
Tints of Deep Magenta #CE15C8
RGB
CMYK
RGB Variations
Color information
#CE15C8 (or 0xCE15C8) is known color: Deep Magenta. HEX triplet: CE, 15 and C8. RGB value is (206,21,200). Sum of RGB (Red+Green+Blue) = 206+21+200=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 200 (78.52% from 255 or 46.84% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE15C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE15C8 is #31EA37. Grayscale: #606060. Windows color (decimal): -3271224 or 13112782. OLE color: 13112782.
HSL color Cylindrical-coordinate representation of color #CE15C8: hue angle of 301.95º 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 #CE15C8 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 200 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.19 |
| HSL | 301.95º | 0.81% | 0.45% | - |
| HSV(B) | 301.95º | 0.9% | 0.81% | - |
| XYZ | 36.15 | 17.83 | 56.18 | - |
| YUV | 96.72 | 186.29 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 200 | 0 | 0.90 | 0.03 | 0.19 | 301.95 | 0.81 | 0.45 |
| Hex | CE | 15 | C8 | 0 | 5A | 3 | 13 | 12E | 51 | 2D |
| Octal | 316 | 25 | 310 | 0 | 132 | 3 | 23 | 456 | 121 | 55 |
| Binary | 11001110 | 10101 | 11001000 | 0 | 1011010 | 11 | 10011 | 100101110 | 1010001 | 101101 |
Color Harmonies of #CE15C8
Complementary color
Monochromatic Colors of #CE15C8
Black with #CE15C8
Text Example
Text Example
White with #CE15C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE15C8; }
p { color: rgb(206,21,200); }
H1.HeaderClassName
{
color: #CE15C8;
}
.AnyTagClassName
{
color: #CE15C8;
}
</style>
background-color css
<style>
a { background-color: #CE15C8; }
a { background-color: rgb(206,21,200); }
div.DivClassName
{
background-color: #CE15C8;
}
.BgClassName
{
background-color: #CE15C8;
}
</style>
border-color css
<style>
span { border-color: #CE15C8; }
span { border-color: rgb(206,21,200); }
td.TdClassName
{
border-color: #CE15C8;
}
.TagClassName
{
border-color: #CE15C8;
}
</style>