Shades of Medium Violet Red #CE1AA2
Tints of Medium Violet Red #CE1AA2
RGB
CMYK
RGB Variations
Color information
#CE1AA2 (or 0xCE1AA2) is known color: Medium Violet Red. HEX triplet: CE, 1A and A2. RGB value is (206,26,162). Sum of RGB (Red+Green+Blue) = 206+26+162=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 26 (10.55% from 255 or 6.60% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1AA2 is #31E55D. Grayscale: #5E5E5E. Windows color (decimal): -3269982 or 10623694. OLE color: 10623694.
HSL color Cylindrical-coordinate representation of color #CE1AA2: hue angle of 314.67º 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 #CE1AA2 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 26 | 162 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.19 |
| HSL | 314.67º | 0.78% | 0.45% | - |
| HSV(B) | 314.67º | 0.87% | 0.81% | - |
| XYZ | 32.34 | 16.47 | 35.66 | - |
| YUV | 95.32 | 165.63 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 162 | 0 | 0.87 | 0.21 | 0.19 | 314.67 | 0.78 | 0.45 |
| Hex | CE | 1A | A2 | 0 | 57 | 15 | 13 | 13B | 4E | 2D |
| Octal | 316 | 32 | 242 | 0 | 127 | 25 | 23 | 473 | 116 | 55 |
| Binary | 11001110 | 11010 | 10100010 | 0 | 1010111 | 10101 | 10011 | 100111011 | 1001110 | 101101 |
Color Harmonies of #CE1AA2
Complementary color
Monochromatic Colors of #CE1AA2
Black with #CE1AA2
Text Example
Text Example
White with #CE1AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1AA2; }
p { color: rgb(206,26,162); }
H1.HeaderClassName
{
color: #CE1AA2;
}
.AnyTagClassName
{
color: #CE1AA2;
}
</style>
background-color css
<style>
a { background-color: #CE1AA2; }
a { background-color: rgb(206,26,162); }
div.DivClassName
{
background-color: #CE1AA2;
}
.BgClassName
{
background-color: #CE1AA2;
}
</style>
border-color css
<style>
span { border-color: #CE1AA2; }
span { border-color: rgb(206,26,162); }
td.TdClassName
{
border-color: #CE1AA2;
}
.TagClassName
{
border-color: #CE1AA2;
}
</style>