Shades of Medium Violet Red #CE16A1
Tints of Medium Violet Red #CE16A1
RGB
CMYK
RGB Variations
Color information
#CE16A1 (or 0xCE16A1) is known color: Medium Violet Red. HEX triplet: CE, 16 and A1. RGB value is (206,22,161). Sum of RGB (Red+Green+Blue) = 206+22+161=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE16A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE16A1 is #31E95E. Grayscale: #5C5C5C. Windows color (decimal): -3271007 or 10557134. OLE color: 10557134.
HSL color Cylindrical-coordinate representation of color #CE16A1: hue angle of 314.67º 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 #CE16A1 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 161 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.19 |
| HSL | 314.67º | 0.81% | 0.45% | - |
| HSV(B) | 314.67º | 0.89% | 0.81% | - |
| XYZ | 32.17 | 16.27 | 35.16 | - |
| YUV | 92.86 | 166.46 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 161 | 0 | 0.89 | 0.22 | 0.19 | 314.67 | 0.81 | 0.45 |
| Hex | CE | 16 | A1 | 0 | 59 | 16 | 13 | 13B | 51 | 2D |
| Octal | 316 | 26 | 241 | 0 | 131 | 26 | 23 | 473 | 121 | 55 |
| Binary | 11001110 | 10110 | 10100001 | 0 | 1011001 | 10110 | 10011 | 100111011 | 1010001 | 101101 |
Color Harmonies of #CE16A1
Complementary color
Monochromatic Colors of #CE16A1
Black with #CE16A1
Text Example
Text Example
White with #CE16A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16A1; }
p { color: rgb(206,22,161); }
H1.HeaderClassName
{
color: #CE16A1;
}
.AnyTagClassName
{
color: #CE16A1;
}
</style>
background-color css
<style>
a { background-color: #CE16A1; }
a { background-color: rgb(206,22,161); }
div.DivClassName
{
background-color: #CE16A1;
}
.BgClassName
{
background-color: #CE16A1;
}
</style>
border-color css
<style>
span { border-color: #CE16A1; }
span { border-color: rgb(206,22,161); }
td.TdClassName
{
border-color: #CE16A1;
}
.TagClassName
{
border-color: #CE16A1;
}
</style>