Shades of Medium Violet Red #CE11A1
Tints of Medium Violet Red #CE11A1
RGB
CMYK
RGB Variations
Color information
#CE11A1 (or 0xCE11A1) is known color: Medium Violet Red. HEX triplet: CE, 11 and A1. RGB value is (206,17,161). Sum of RGB (Red+Green+Blue) = 206+17+161=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE11A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE11A1 is #31EE5E. Grayscale: #595959. Windows color (decimal): -3272287 or 10555854. OLE color: 10555854.
HSL color Cylindrical-coordinate representation of color #CE11A1: hue angle of 314.29º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE11A1 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 161 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.19 |
| HSL | 314.29º | 0.85% | 0.44% | - |
| HSV(B) | 314.29º | 0.92% | 0.81% | - |
| XYZ | 32.09 | 16.1 | 35.13 | - |
| YUV | 89.93 | 168.12 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 161 | 0 | 0.92 | 0.22 | 0.19 | 314.29 | 0.85 | 0.44 |
| Hex | CE | 11 | A1 | 0 | 5C | 16 | 13 | 13A | 55 | 2C |
| Octal | 316 | 21 | 241 | 0 | 134 | 26 | 23 | 472 | 125 | 54 |
| Binary | 11001110 | 10001 | 10100001 | 0 | 1011100 | 10110 | 10011 | 100111010 | 1010101 | 101100 |
Color Harmonies of #CE11A1
Complementary color
Monochromatic Colors of #CE11A1
Black with #CE11A1
Text Example
Text Example
White with #CE11A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE11A1; }
p { color: rgb(206,17,161); }
H1.HeaderClassName
{
color: #CE11A1;
}
.AnyTagClassName
{
color: #CE11A1;
}
</style>
background-color css
<style>
a { background-color: #CE11A1; }
a { background-color: rgb(206,17,161); }
div.DivClassName
{
background-color: #CE11A1;
}
.BgClassName
{
background-color: #CE11A1;
}
</style>
border-color css
<style>
span { border-color: #CE11A1; }
span { border-color: rgb(206,17,161); }
td.TdClassName
{
border-color: #CE11A1;
}
.TagClassName
{
border-color: #CE11A1;
}
</style>