Shades of Deep Magenta #CE14BE
Tints of Deep Magenta #CE14BE
RGB
CMYK
RGB Variations
Color information
#CE14BE (or 0xCE14BE) is known color: Deep Magenta. HEX triplet: CE, 14 and BE. RGB value is (206,20,190). Sum of RGB (Red+Green+Blue) = 206+20+190=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE14BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE14BE is #31EB41. Grayscale: #5E5E5E. Windows color (decimal): -3271490 or 12457166. OLE color: 12457166.
HSL color Cylindrical-coordinate representation of color #CE14BE: hue angle of 305.16º 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 #CE14BE is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 190 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.19 |
| HSL | 305.16º | 0.82% | 0.44% | - |
| HSV(B) | 305.16º | 0.9% | 0.81% | - |
| XYZ | 35 | 17.34 | 50.22 | - |
| YUV | 94.99 | 181.62 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 190 | 0 | 0.90 | 0.08 | 0.19 | 305.16 | 0.82 | 0.44 |
| Hex | CE | 14 | BE | 0 | 5A | 8 | 13 | 131 | 52 | 2C |
| Octal | 316 | 24 | 276 | 0 | 132 | 10 | 23 | 461 | 122 | 54 |
| Binary | 11001110 | 10100 | 10111110 | 0 | 1011010 | 1000 | 10011 | 100110001 | 1010010 | 101100 |
Color Harmonies of #CE14BE
Complementary color
Monochromatic Colors of #CE14BE
Black with #CE14BE
Text Example
Text Example
White with #CE14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14BE; }
p { color: rgb(206,20,190); }
H1.HeaderClassName
{
color: #CE14BE;
}
.AnyTagClassName
{
color: #CE14BE;
}
</style>
background-color css
<style>
a { background-color: #CE14BE; }
a { background-color: rgb(206,20,190); }
div.DivClassName
{
background-color: #CE14BE;
}
.BgClassName
{
background-color: #CE14BE;
}
</style>
border-color css
<style>
span { border-color: #CE14BE; }
span { border-color: rgb(206,20,190); }
td.TdClassName
{
border-color: #CE14BE;
}
.TagClassName
{
border-color: #CE14BE;
}
</style>