Shades of Medium Violet Red #CE11A2
Tints of Medium Violet Red #CE11A2
RGB
CMYK
RGB Variations
Color information
#CE11A2 (or 0xCE11A2) is known color: Medium Violet Red. HEX triplet: CE, 11 and A2. RGB value is (206,17,162). Sum of RGB (Red+Green+Blue) = 206+17+162=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE11A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE11A2 is #31EE5D. Grayscale: #595959. Windows color (decimal): -3272286 or 10621390. OLE color: 10621390.
HSL color Cylindrical-coordinate representation of color #CE11A2: hue angle of 313.97º 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 #CE11A2 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 162 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.19 |
| HSL | 313.97º | 0.85% | 0.44% | - |
| HSV(B) | 313.97º | 0.92% | 0.81% | - |
| XYZ | 32.18 | 16.13 | 35.6 | - |
| YUV | 90.04 | 168.62 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 162 | 0 | 0.92 | 0.21 | 0.19 | 313.97 | 0.85 | 0.44 |
| Hex | CE | 11 | A2 | 0 | 5C | 15 | 13 | 13A | 55 | 2C |
| Octal | 316 | 21 | 242 | 0 | 134 | 25 | 23 | 472 | 125 | 54 |
| Binary | 11001110 | 10001 | 10100010 | 0 | 1011100 | 10101 | 10011 | 100111010 | 1010101 | 101100 |
Color Harmonies of #CE11A2
Complementary color
Monochromatic Colors of #CE11A2
Black with #CE11A2
Text Example
Text Example
White with #CE11A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE11A2; }
p { color: rgb(206,17,162); }
H1.HeaderClassName
{
color: #CE11A2;
}
.AnyTagClassName
{
color: #CE11A2;
}
</style>
background-color css
<style>
a { background-color: #CE11A2; }
a { background-color: rgb(206,17,162); }
div.DivClassName
{
background-color: #CE11A2;
}
.BgClassName
{
background-color: #CE11A2;
}
</style>
border-color css
<style>
span { border-color: #CE11A2; }
span { border-color: rgb(206,17,162); }
td.TdClassName
{
border-color: #CE11A2;
}
.TagClassName
{
border-color: #CE11A2;
}
</style>