Shades of Medium Violet Red #CE16AA
Tints of Medium Violet Red #CE16AA
RGB
CMYK
RGB Variations
Color information
#CE16AA (or 0xCE16AA) is known color: Medium Violet Red. HEX triplet: CE, 16 and AA. RGB value is (206,22,170). Sum of RGB (Red+Green+Blue) = 206+22+170=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE16AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE16AA is #31E955. Grayscale: #5D5D5D. Windows color (decimal): -3270998 or 11146958. OLE color: 11146958.
HSL color Cylindrical-coordinate representation of color #CE16AA: hue angle of 311.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE16AA is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 170 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.19 |
| HSL | 311.74º | 0.81% | 0.45% | - |
| HSV(B) | 311.74º | 0.89% | 0.81% | - |
| XYZ | 33 | 16.6 | 39.49 | - |
| YUV | 93.89 | 170.96 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 170 | 0 | 0.89 | 0.17 | 0.19 | 311.74 | 0.81 | 0.45 |
| Hex | CE | 16 | AA | 0 | 59 | 11 | 13 | 138 | 51 | 2D |
| Octal | 316 | 26 | 252 | 0 | 131 | 21 | 23 | 470 | 121 | 55 |
| Binary | 11001110 | 10110 | 10101010 | 0 | 1011001 | 10001 | 10011 | 100111000 | 1010001 | 101101 |
Color Harmonies of #CE16AA
Complementary color
Monochromatic Colors of #CE16AA
Black with #CE16AA
Text Example
Text Example
White with #CE16AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16AA; }
p { color: rgb(206,22,170); }
H1.HeaderClassName
{
color: #CE16AA;
}
.AnyTagClassName
{
color: #CE16AA;
}
</style>
background-color css
<style>
a { background-color: #CE16AA; }
a { background-color: rgb(206,22,170); }
div.DivClassName
{
background-color: #CE16AA;
}
.BgClassName
{
background-color: #CE16AA;
}
</style>
border-color css
<style>
span { border-color: #CE16AA; }
span { border-color: rgb(206,22,170); }
td.TdClassName
{
border-color: #CE16AA;
}
.TagClassName
{
border-color: #CE16AA;
}
</style>