Shades of Deep Magenta #CE15BF
Tints of Deep Magenta #CE15BF
RGB
CMYK
RGB Variations
Color information
#CE15BF (or 0xCE15BF) is known color: Deep Magenta. HEX triplet: CE, 15 and BF. RGB value is (206,21,191). Sum of RGB (Red+Green+Blue) = 206+21+191=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE15BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE15BF is #31EA40. Grayscale: #5F5F5F. Windows color (decimal): -3271233 or 12522958. OLE color: 12522958.
HSL color Cylindrical-coordinate representation of color #CE15BF: hue angle of 304.86º 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 #CE15BF is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 191 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.19 |
| HSL | 304.86º | 0.81% | 0.45% | - |
| HSV(B) | 304.86º | 0.9% | 0.81% | - |
| XYZ | 35.13 | 17.42 | 50.8 | - |
| YUV | 95.7 | 181.79 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 191 | 0 | 0.90 | 0.07 | 0.19 | 304.86 | 0.81 | 0.45 |
| Hex | CE | 15 | BF | 0 | 5A | 7 | 13 | 131 | 51 | 2D |
| Octal | 316 | 25 | 277 | 0 | 132 | 7 | 23 | 461 | 121 | 55 |
| Binary | 11001110 | 10101 | 10111111 | 0 | 1011010 | 111 | 10011 | 100110001 | 1010001 | 101101 |
Color Harmonies of #CE15BF
Complementary color
Monochromatic Colors of #CE15BF
Black with #CE15BF
Text Example
Text Example
White with #CE15BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE15BF; }
p { color: rgb(206,21,191); }
H1.HeaderClassName
{
color: #CE15BF;
}
.AnyTagClassName
{
color: #CE15BF;
}
</style>
background-color css
<style>
a { background-color: #CE15BF; }
a { background-color: rgb(206,21,191); }
div.DivClassName
{
background-color: #CE15BF;
}
.BgClassName
{
background-color: #CE15BF;
}
</style>
border-color css
<style>
span { border-color: #CE15BF; }
span { border-color: rgb(206,21,191); }
td.TdClassName
{
border-color: #CE15BF;
}
.TagClassName
{
border-color: #CE15BF;
}
</style>