Shades of Deep Magenta #CE15BE
Tints of Deep Magenta #CE15BE
RGB
CMYK
RGB Variations
Color information
#CE15BE (or 0xCE15BE) is known color: Deep Magenta. HEX triplet: CE, 15 and BE. RGB value is (206,21,190). Sum of RGB (Red+Green+Blue) = 206+21+190=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE15BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE15BE is #31EA41. Grayscale: #5F5F5F. Windows color (decimal): -3271234 or 12457422. OLE color: 12457422.
HSL color Cylindrical-coordinate representation of color #CE15BE: hue angle of 305.19º 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 #CE15BE is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 190 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.19 |
| HSL | 305.19º | 0.81% | 0.45% | - |
| HSV(B) | 305.19º | 0.9% | 0.81% | - |
| XYZ | 35.02 | 17.38 | 50.22 | - |
| YUV | 95.58 | 181.29 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 190 | 0 | 0.90 | 0.08 | 0.19 | 305.19 | 0.81 | 0.45 |
| Hex | CE | 15 | BE | 0 | 5A | 8 | 13 | 131 | 51 | 2D |
| Octal | 316 | 25 | 276 | 0 | 132 | 10 | 23 | 461 | 121 | 55 |
| Binary | 11001110 | 10101 | 10111110 | 0 | 1011010 | 1000 | 10011 | 100110001 | 1010001 | 101101 |
Color Harmonies of #CE15BE
Complementary color
Monochromatic Colors of #CE15BE
Black with #CE15BE
Text Example
Text Example
White with #CE15BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE15BE; }
p { color: rgb(206,21,190); }
H1.HeaderClassName
{
color: #CE15BE;
}
.AnyTagClassName
{
color: #CE15BE;
}
</style>
background-color css
<style>
a { background-color: #CE15BE; }
a { background-color: rgb(206,21,190); }
div.DivClassName
{
background-color: #CE15BE;
}
.BgClassName
{
background-color: #CE15BE;
}
</style>
border-color css
<style>
span { border-color: #CE15BE; }
span { border-color: rgb(206,21,190); }
td.TdClassName
{
border-color: #CE15BE;
}
.TagClassName
{
border-color: #CE15BE;
}
</style>