Shades of Medium Violet Red #CE1AA4
Tints of Medium Violet Red #CE1AA4
RGB
CMYK
RGB Variations
Color information
#CE1AA4 (or 0xCE1AA4) is known color: Medium Violet Red. HEX triplet: CE, 1A and A4. RGB value is (206,26,164). Sum of RGB (Red+Green+Blue) = 206+26+164=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1AA4 is #31E55B. Grayscale: #5F5F5F. Windows color (decimal): -3269980 or 10754766. OLE color: 10754766.
HSL color Cylindrical-coordinate representation of color #CE1AA4: hue angle of 314º 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 #CE1AA4 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 26 | 164 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.19 |
| HSL | 314º | 0.78% | 0.45% | - |
| HSV(B) | 314º | 0.87% | 0.81% | - |
| XYZ | 32.52 | 16.54 | 36.6 | - |
| YUV | 95.55 | 166.63 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 164 | 0 | 0.87 | 0.20 | 0.19 | 314 | 0.78 | 0.45 |
| Hex | CE | 1A | A4 | 0 | 57 | 14 | 13 | 13A | 4E | 2D |
| Octal | 316 | 32 | 244 | 0 | 127 | 24 | 23 | 472 | 116 | 55 |
| Binary | 11001110 | 11010 | 10100100 | 0 | 1010111 | 10100 | 10011 | 100111010 | 1001110 | 101101 |
Color Harmonies of #CE1AA4
Complementary color
Monochromatic Colors of #CE1AA4
Black with #CE1AA4
Text Example
Text Example
White with #CE1AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1AA4; }
p { color: rgb(206,26,164); }
H1.HeaderClassName
{
color: #CE1AA4;
}
.AnyTagClassName
{
color: #CE1AA4;
}
</style>
background-color css
<style>
a { background-color: #CE1AA4; }
a { background-color: rgb(206,26,164); }
div.DivClassName
{
background-color: #CE1AA4;
}
.BgClassName
{
background-color: #CE1AA4;
}
</style>
border-color css
<style>
span { border-color: #CE1AA4; }
span { border-color: rgb(206,26,164); }
td.TdClassName
{
border-color: #CE1AA4;
}
.TagClassName
{
border-color: #CE1AA4;
}
</style>