Shades of Medium Violet Red #CE14A0
Tints of Medium Violet Red #CE14A0
RGB
CMYK
RGB Variations
Color information
#CE14A0 (or 0xCE14A0) is known color: Medium Violet Red. HEX triplet: CE, 14 and A0. RGB value is (206,20,160). Sum of RGB (Red+Green+Blue) = 206+20+160=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE14A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE14A0 is #31EB5F. Grayscale: #5B5B5B. Windows color (decimal): -3271520 or 10491086. OLE color: 10491086.
HSL color Cylindrical-coordinate representation of color #CE14A0: hue angle of 314.84º 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 #CE14A0 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 160 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.19 |
| HSL | 314.84º | 0.82% | 0.44% | - |
| HSV(B) | 314.84º | 0.9% | 0.81% | - |
| XYZ | 32.05 | 16.16 | 34.69 | - |
| YUV | 91.57 | 166.62 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 160 | 0 | 0.90 | 0.22 | 0.19 | 314.84 | 0.82 | 0.44 |
| Hex | CE | 14 | A0 | 0 | 5A | 16 | 13 | 13B | 52 | 2C |
| Octal | 316 | 24 | 240 | 0 | 132 | 26 | 23 | 473 | 122 | 54 |
| Binary | 11001110 | 10100 | 10100000 | 0 | 1011010 | 10110 | 10011 | 100111011 | 1010010 | 101100 |
Color Harmonies of #CE14A0
Complementary color
Monochromatic Colors of #CE14A0
Black with #CE14A0
Text Example
Text Example
White with #CE14A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14A0; }
p { color: rgb(206,20,160); }
H1.HeaderClassName
{
color: #CE14A0;
}
.AnyTagClassName
{
color: #CE14A0;
}
</style>
background-color css
<style>
a { background-color: #CE14A0; }
a { background-color: rgb(206,20,160); }
div.DivClassName
{
background-color: #CE14A0;
}
.BgClassName
{
background-color: #CE14A0;
}
</style>
border-color css
<style>
span { border-color: #CE14A0; }
span { border-color: rgb(206,20,160); }
td.TdClassName
{
border-color: #CE14A0;
}
.TagClassName
{
border-color: #CE14A0;
}
</style>