Shades of Medium Violet Red #CE12A2
Tints of Medium Violet Red #CE12A2
RGB
CMYK
RGB Variations
Color information
#CE12A2 (or 0xCE12A2) is known color: Medium Violet Red. HEX triplet: CE, 12 and A2. RGB value is (206,18,162). Sum of RGB (Red+Green+Blue) = 206+18+162=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE12A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE12A2 is #31ED5D. Grayscale: #5A5A5A. Windows color (decimal): -3272030 or 10621646. OLE color: 10621646.
HSL color Cylindrical-coordinate representation of color #CE12A2: hue angle of 314.04º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE12A2 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 162 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.19 |
| HSL | 314.04º | 0.84% | 0.44% | - |
| HSV(B) | 314.04º | 0.91% | 0.81% | - |
| XYZ | 32.19 | 16.16 | 35.61 | - |
| YUV | 90.63 | 168.28 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 162 | 0 | 0.91 | 0.21 | 0.19 | 314.04 | 0.84 | 0.44 |
| Hex | CE | 12 | A2 | 0 | 5B | 15 | 13 | 13A | 54 | 2C |
| Octal | 316 | 22 | 242 | 0 | 133 | 25 | 23 | 472 | 124 | 54 |
| Binary | 11001110 | 10010 | 10100010 | 0 | 1011011 | 10101 | 10011 | 100111010 | 1010100 | 101100 |
Color Harmonies of #CE12A2
Complementary color
Monochromatic Colors of #CE12A2
Black with #CE12A2
Text Example
Text Example
White with #CE12A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE12A2; }
p { color: rgb(206,18,162); }
H1.HeaderClassName
{
color: #CE12A2;
}
.AnyTagClassName
{
color: #CE12A2;
}
</style>
background-color css
<style>
a { background-color: #CE12A2; }
a { background-color: rgb(206,18,162); }
div.DivClassName
{
background-color: #CE12A2;
}
.BgClassName
{
background-color: #CE12A2;
}
</style>
border-color css
<style>
span { border-color: #CE12A2; }
span { border-color: rgb(206,18,162); }
td.TdClassName
{
border-color: #CE12A2;
}
.TagClassName
{
border-color: #CE12A2;
}
</style>