Shades of Deep Magenta #CE14BA
Tints of Deep Magenta #CE14BA
RGB
CMYK
RGB Variations
Color information
#CE14BA (or 0xCE14BA) is known color: Deep Magenta. HEX triplet: CE, 14 and BA. RGB value is (206,20,186). Sum of RGB (Red+Green+Blue) = 206+20+186=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE14BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE14BA is #31EB45. Grayscale: #5E5E5E. Windows color (decimal): -3271494 or 12195022. OLE color: 12195022.
HSL color Cylindrical-coordinate representation of color #CE14BA: hue angle of 306.45º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE14BA is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 186 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.19 |
| HSL | 306.45º | 0.82% | 0.44% | - |
| HSV(B) | 306.45º | 0.9% | 0.81% | - |
| XYZ | 34.57 | 17.17 | 47.95 | - |
| YUV | 94.54 | 179.62 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 186 | 0 | 0.90 | 0.10 | 0.19 | 306.45 | 0.82 | 0.44 |
| Hex | CE | 14 | BA | 0 | 5A | A | 13 | 132 | 52 | 2C |
| Octal | 316 | 24 | 272 | 0 | 132 | 12 | 23 | 462 | 122 | 54 |
| Binary | 11001110 | 10100 | 10111010 | 0 | 1011010 | 1010 | 10011 | 100110010 | 1010010 | 101100 |
Color Harmonies of #CE14BA
Complementary color
Monochromatic Colors of #CE14BA
Black with #CE14BA
Text Example
Text Example
White with #CE14BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14BA; }
p { color: rgb(206,20,186); }
H1.HeaderClassName
{
color: #CE14BA;
}
.AnyTagClassName
{
color: #CE14BA;
}
</style>
background-color css
<style>
a { background-color: #CE14BA; }
a { background-color: rgb(206,20,186); }
div.DivClassName
{
background-color: #CE14BA;
}
.BgClassName
{
background-color: #CE14BA;
}
</style>
border-color css
<style>
span { border-color: #CE14BA; }
span { border-color: rgb(206,20,186); }
td.TdClassName
{
border-color: #CE14BA;
}
.TagClassName
{
border-color: #CE14BA;
}
</style>