Shades of Medium Violet Red #CE12A6
Tints of Medium Violet Red #CE12A6
RGB
CMYK
RGB Variations
Color information
#CE12A6 (or 0xCE12A6) is known color: Medium Violet Red. HEX triplet: CE, 12 and A6. RGB value is (206,18,166). Sum of RGB (Red+Green+Blue) = 206+18+166=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE12A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE12A6 is #31ED59. Grayscale: #5A5A5A. Windows color (decimal): -3272026 or 10883790. OLE color: 10883790.
HSL color Cylindrical-coordinate representation of color #CE12A6: hue angle of 312.77º 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 #CE12A6 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 166 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.19 |
| HSL | 312.77º | 0.84% | 0.44% | - |
| HSV(B) | 312.77º | 0.91% | 0.81% | - |
| XYZ | 32.55 | 16.31 | 37.51 | - |
| YUV | 91.08 | 170.28 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 166 | 0 | 0.91 | 0.19 | 0.19 | 312.77 | 0.84 | 0.44 |
| Hex | CE | 12 | A6 | 0 | 5B | 13 | 13 | 139 | 54 | 2C |
| Octal | 316 | 22 | 246 | 0 | 133 | 23 | 23 | 471 | 124 | 54 |
| Binary | 11001110 | 10010 | 10100110 | 0 | 1011011 | 10011 | 10011 | 100111001 | 1010100 | 101100 |
Color Harmonies of #CE12A6
Complementary color
Monochromatic Colors of #CE12A6
Black with #CE12A6
Text Example
Text Example
White with #CE12A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE12A6; }
p { color: rgb(206,18,166); }
H1.HeaderClassName
{
color: #CE12A6;
}
.AnyTagClassName
{
color: #CE12A6;
}
</style>
background-color css
<style>
a { background-color: #CE12A6; }
a { background-color: rgb(206,18,166); }
div.DivClassName
{
background-color: #CE12A6;
}
.BgClassName
{
background-color: #CE12A6;
}
</style>
border-color css
<style>
span { border-color: #CE12A6; }
span { border-color: rgb(206,18,166); }
td.TdClassName
{
border-color: #CE12A6;
}
.TagClassName
{
border-color: #CE12A6;
}
</style>