Shades of Deep Magenta #CE14B7
Tints of Deep Magenta #CE14B7
RGB
CMYK
RGB Variations
Color information
#CE14B7 (or 0xCE14B7) is known color: Deep Magenta. HEX triplet: CE, 14 and B7. RGB value is (206,20,183). Sum of RGB (Red+Green+Blue) = 206+20+183=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE14B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE14B7 is #31EB48. Grayscale: #5D5D5D. Windows color (decimal): -3271497 or 11998414. OLE color: 11998414.
HSL color Cylindrical-coordinate representation of color #CE14B7: hue angle of 307.42º 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 #CE14B7 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 183 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.19 |
| HSL | 307.42º | 0.82% | 0.44% | - |
| HSV(B) | 307.42º | 0.9% | 0.81% | - |
| XYZ | 34.25 | 17.04 | 46.28 | - |
| YUV | 94.2 | 178.12 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 183 | 0 | 0.90 | 0.11 | 0.19 | 307.42 | 0.82 | 0.44 |
| Hex | CE | 14 | B7 | 0 | 5A | B | 13 | 133 | 52 | 2C |
| Octal | 316 | 24 | 267 | 0 | 132 | 13 | 23 | 463 | 122 | 54 |
| Binary | 11001110 | 10100 | 10110111 | 0 | 1011010 | 1011 | 10011 | 100110011 | 1010010 | 101100 |
Color Harmonies of #CE14B7
Complementary color
Monochromatic Colors of #CE14B7
Black with #CE14B7
Text Example
Text Example
White with #CE14B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14B7; }
p { color: rgb(206,20,183); }
H1.HeaderClassName
{
color: #CE14B7;
}
.AnyTagClassName
{
color: #CE14B7;
}
</style>
background-color css
<style>
a { background-color: #CE14B7; }
a { background-color: rgb(206,20,183); }
div.DivClassName
{
background-color: #CE14B7;
}
.BgClassName
{
background-color: #CE14B7;
}
</style>
border-color css
<style>
span { border-color: #CE14B7; }
span { border-color: rgb(206,20,183); }
td.TdClassName
{
border-color: #CE14B7;
}
.TagClassName
{
border-color: #CE14B7;
}
</style>