Shades of Medium Violet Red #CE14A1
Tints of Medium Violet Red #CE14A1
RGB
CMYK
RGB Variations
Color information
#CE14A1 (or 0xCE14A1) is known color: Medium Violet Red. HEX triplet: CE, 14 and A1. RGB value is (206,20,161). Sum of RGB (Red+Green+Blue) = 206+20+161=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE14A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE14A1 is #31EB5E. Grayscale: #5B5B5B. Windows color (decimal): -3271519 or 10556622. OLE color: 10556622.
HSL color Cylindrical-coordinate representation of color #CE14A1: hue angle of 314.52º 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 #CE14A1 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 161 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.19 |
| HSL | 314.52º | 0.82% | 0.44% | - |
| HSV(B) | 314.52º | 0.9% | 0.81% | - |
| XYZ | 32.14 | 16.2 | 35.15 | - |
| YUV | 91.69 | 167.12 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 161 | 0 | 0.90 | 0.22 | 0.19 | 314.52 | 0.82 | 0.44 |
| Hex | CE | 14 | A1 | 0 | 5A | 16 | 13 | 13B | 52 | 2C |
| Octal | 316 | 24 | 241 | 0 | 132 | 26 | 23 | 473 | 122 | 54 |
| Binary | 11001110 | 10100 | 10100001 | 0 | 1011010 | 10110 | 10011 | 100111011 | 1010010 | 101100 |
Color Harmonies of #CE14A1
Complementary color
Monochromatic Colors of #CE14A1
Black with #CE14A1
Text Example
Text Example
White with #CE14A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14A1; }
p { color: rgb(206,20,161); }
H1.HeaderClassName
{
color: #CE14A1;
}
.AnyTagClassName
{
color: #CE14A1;
}
</style>
background-color css
<style>
a { background-color: #CE14A1; }
a { background-color: rgb(206,20,161); }
div.DivClassName
{
background-color: #CE14A1;
}
.BgClassName
{
background-color: #CE14A1;
}
</style>
border-color css
<style>
span { border-color: #CE14A1; }
span { border-color: rgb(206,20,161); }
td.TdClassName
{
border-color: #CE14A1;
}
.TagClassName
{
border-color: #CE14A1;
}
</style>