Shades of Medium Violet Red #CE0AA4
Tints of Medium Violet Red #CE0AA4
RGB
CMYK
RGB Variations
Color information
#CE0AA4 (or 0xCE0AA4) is known color: Medium Violet Red. HEX triplet: CE, 0A and A4. RGB value is (206,10,164). Sum of RGB (Red+Green+Blue) = 206+10+164=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0AA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0AA4 is #31F55B. Grayscale: #555555. Windows color (decimal): -3274076 or 10750670. OLE color: 10750670.
HSL color Cylindrical-coordinate representation of color #CE0AA4: hue angle of 312.86º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0AA4 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 164 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.19 |
| HSL | 312.86º | 0.91% | 0.42% | - |
| HSV(B) | 312.86º | 0.95% | 0.81% | - |
| XYZ | 32.26 | 16.02 | 36.51 | - |
| YUV | 86.16 | 171.93 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 164 | 0 | 0.95 | 0.20 | 0.19 | 312.86 | 0.91 | 0.42 |
| Hex | CE | A | A4 | 0 | 5F | 14 | 13 | 139 | 5B | 2A |
| Octal | 316 | 12 | 244 | 0 | 137 | 24 | 23 | 471 | 133 | 52 |
| Binary | 11001110 | 1010 | 10100100 | 0 | 1011111 | 10100 | 10011 | 100111001 | 1011011 | 101010 |
Color Harmonies of #CE0AA4
Complementary color
Monochromatic Colors of #CE0AA4
Black with #CE0AA4
Text Example
Text Example
White with #CE0AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0AA4; }
p { color: rgb(206,10,164); }
H1.HeaderClassName
{
color: #CE0AA4;
}
.AnyTagClassName
{
color: #CE0AA4;
}
</style>
background-color css
<style>
a { background-color: #CE0AA4; }
a { background-color: rgb(206,10,164); }
div.DivClassName
{
background-color: #CE0AA4;
}
.BgClassName
{
background-color: #CE0AA4;
}
</style>
border-color css
<style>
span { border-color: #CE0AA4; }
span { border-color: rgb(206,10,164); }
td.TdClassName
{
border-color: #CE0AA4;
}
.TagClassName
{
border-color: #CE0AA4;
}
</style>