Shades of Medium Violet Red #CE14AB
Tints of Medium Violet Red #CE14AB
RGB
CMYK
RGB Variations
Color information
#CE14AB (or 0xCE14AB) is known color: Medium Violet Red. HEX triplet: CE, 14 and AB. RGB value is (206,20,171). Sum of RGB (Red+Green+Blue) = 206+20+171=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE14AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE14AB is #31EB54. Grayscale: #5C5C5C. Windows color (decimal): -3271509 or 11211982. OLE color: 11211982.
HSL color Cylindrical-coordinate representation of color #CE14AB: hue angle of 311.29º 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 #CE14AB is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 171 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.19 |
| HSL | 311.29º | 0.82% | 0.44% | - |
| HSV(B) | 311.29º | 0.9% | 0.81% | - |
| XYZ | 33.05 | 16.56 | 39.98 | - |
| YUV | 92.83 | 172.12 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 171 | 0 | 0.90 | 0.17 | 0.19 | 311.29 | 0.82 | 0.44 |
| Hex | CE | 14 | AB | 0 | 5A | 11 | 13 | 137 | 52 | 2C |
| Octal | 316 | 24 | 253 | 0 | 132 | 21 | 23 | 467 | 122 | 54 |
| Binary | 11001110 | 10100 | 10101011 | 0 | 1011010 | 10001 | 10011 | 100110111 | 1010010 | 101100 |
Color Harmonies of #CE14AB
Complementary color
Monochromatic Colors of #CE14AB
Black with #CE14AB
Text Example
Text Example
White with #CE14AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14AB; }
p { color: rgb(206,20,171); }
H1.HeaderClassName
{
color: #CE14AB;
}
.AnyTagClassName
{
color: #CE14AB;
}
</style>
background-color css
<style>
a { background-color: #CE14AB; }
a { background-color: rgb(206,20,171); }
div.DivClassName
{
background-color: #CE14AB;
}
.BgClassName
{
background-color: #CE14AB;
}
</style>
border-color css
<style>
span { border-color: #CE14AB; }
span { border-color: rgb(206,20,171); }
td.TdClassName
{
border-color: #CE14AB;
}
.TagClassName
{
border-color: #CE14AB;
}
</style>