Shades of Medium Violet Red #CE1AA0
Tints of Medium Violet Red #CE1AA0
RGB
CMYK
RGB Variations
Color information
#CE1AA0 (or 0xCE1AA0) is known color: Medium Violet Red. HEX triplet: CE, 1A and A0. RGB value is (206,26,160). Sum of RGB (Red+Green+Blue) = 206+26+160=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1AA0 is #31E55F. Grayscale: #5E5E5E. Windows color (decimal): -3269984 or 10492622. OLE color: 10492622.
HSL color Cylindrical-coordinate representation of color #CE1AA0: hue angle of 315.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1AA0 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 26 | 160 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.19 |
| HSL | 315.33º | 0.78% | 0.45% | - |
| HSV(B) | 315.33º | 0.87% | 0.81% | - |
| XYZ | 32.17 | 16.4 | 34.73 | - |
| YUV | 95.1 | 164.63 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 160 | 0 | 0.87 | 0.22 | 0.19 | 315.33 | 0.78 | 0.45 |
| Hex | CE | 1A | A0 | 0 | 57 | 16 | 13 | 13B | 4E | 2D |
| Octal | 316 | 32 | 240 | 0 | 127 | 26 | 23 | 473 | 116 | 55 |
| Binary | 11001110 | 11010 | 10100000 | 0 | 1010111 | 10110 | 10011 | 100111011 | 1001110 | 101101 |
Color Harmonies of #CE1AA0
Complementary color
Monochromatic Colors of #CE1AA0
Black with #CE1AA0
Text Example
Text Example
White with #CE1AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1AA0; }
p { color: rgb(206,26,160); }
H1.HeaderClassName
{
color: #CE1AA0;
}
.AnyTagClassName
{
color: #CE1AA0;
}
</style>
background-color css
<style>
a { background-color: #CE1AA0; }
a { background-color: rgb(206,26,160); }
div.DivClassName
{
background-color: #CE1AA0;
}
.BgClassName
{
background-color: #CE1AA0;
}
</style>
border-color css
<style>
span { border-color: #CE1AA0; }
span { border-color: rgb(206,26,160); }
td.TdClassName
{
border-color: #CE1AA0;
}
.TagClassName
{
border-color: #CE1AA0;
}
</style>