Shades of Medium Violet Red #CE12A9
Tints of Medium Violet Red #CE12A9
RGB
CMYK
RGB Variations
Color information
#CE12A9 (or 0xCE12A9) is known color: Medium Violet Red. HEX triplet: CE, 12 and A9. RGB value is (206,18,169). Sum of RGB (Red+Green+Blue) = 206+18+169=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 169 (66.41% from 255 or 43.00% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE12A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE12A9 is #31ED56. Grayscale: #5B5B5B. Windows color (decimal): -3272023 or 11080398. OLE color: 11080398.
HSL color Cylindrical-coordinate representation of color #CE12A9: hue angle of 311.81º 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 #CE12A9 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 169 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.19 |
| HSL | 311.81º | 0.84% | 0.44% | - |
| HSV(B) | 311.81º | 0.91% | 0.81% | - |
| XYZ | 32.83 | 16.42 | 38.97 | - |
| YUV | 91.43 | 171.78 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 169 | 0 | 0.91 | 0.18 | 0.19 | 311.81 | 0.84 | 0.44 |
| Hex | CE | 12 | A9 | 0 | 5B | 12 | 13 | 138 | 54 | 2C |
| Octal | 316 | 22 | 251 | 0 | 133 | 22 | 23 | 470 | 124 | 54 |
| Binary | 11001110 | 10010 | 10101001 | 0 | 1011011 | 10010 | 10011 | 100111000 | 1010100 | 101100 |
Color Harmonies of #CE12A9
Complementary color
Monochromatic Colors of #CE12A9
Black with #CE12A9
Text Example
Text Example
White with #CE12A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE12A9; }
p { color: rgb(206,18,169); }
H1.HeaderClassName
{
color: #CE12A9;
}
.AnyTagClassName
{
color: #CE12A9;
}
</style>
background-color css
<style>
a { background-color: #CE12A9; }
a { background-color: rgb(206,18,169); }
div.DivClassName
{
background-color: #CE12A9;
}
.BgClassName
{
background-color: #CE12A9;
}
</style>
border-color css
<style>
span { border-color: #CE12A9; }
span { border-color: rgb(206,18,169); }
td.TdClassName
{
border-color: #CE12A9;
}
.TagClassName
{
border-color: #CE12A9;
}
</style>