Shades of Medium Violet Red #CE12AA
Tints of Medium Violet Red #CE12AA
RGB
CMYK
RGB Variations
Color information
#CE12AA (or 0xCE12AA) is known color: Medium Violet Red. HEX triplet: CE, 12 and AA. RGB value is (206,18,170). Sum of RGB (Red+Green+Blue) = 206+18+170=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE12AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE12AA is #31ED55. Grayscale: #5B5B5B. Windows color (decimal): -3272022 or 11145934. OLE color: 11145934.
HSL color Cylindrical-coordinate representation of color #CE12AA: hue angle of 311.49º 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 #CE12AA is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 170 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.19 |
| HSL | 311.49º | 0.84% | 0.44% | - |
| HSV(B) | 311.49º | 0.91% | 0.81% | - |
| XYZ | 32.93 | 16.46 | 39.47 | - |
| YUV | 91.54 | 172.28 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 170 | 0 | 0.91 | 0.17 | 0.19 | 311.49 | 0.84 | 0.44 |
| Hex | CE | 12 | AA | 0 | 5B | 11 | 13 | 137 | 54 | 2C |
| Octal | 316 | 22 | 252 | 0 | 133 | 21 | 23 | 467 | 124 | 54 |
| Binary | 11001110 | 10010 | 10101010 | 0 | 1011011 | 10001 | 10011 | 100110111 | 1010100 | 101100 |
Color Harmonies of #CE12AA
Complementary color
Monochromatic Colors of #CE12AA
Black with #CE12AA
Text Example
Text Example
White with #CE12AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE12AA; }
p { color: rgb(206,18,170); }
H1.HeaderClassName
{
color: #CE12AA;
}
.AnyTagClassName
{
color: #CE12AA;
}
</style>
background-color css
<style>
a { background-color: #CE12AA; }
a { background-color: rgb(206,18,170); }
div.DivClassName
{
background-color: #CE12AA;
}
.BgClassName
{
background-color: #CE12AA;
}
</style>
border-color css
<style>
span { border-color: #CE12AA; }
span { border-color: rgb(206,18,170); }
td.TdClassName
{
border-color: #CE12AA;
}
.TagClassName
{
border-color: #CE12AA;
}
</style>