Shades of Medium Violet Red #CE0A8D
Tints of Medium Violet Red #CE0A8D
RGB
CMYK
RGB Variations
Color information
#CE0A8D (or 0xCE0A8D) is known color: Medium Violet Red. HEX triplet: CE, 0A and 8D. RGB value is (206,10,141). Sum of RGB (Red+Green+Blue) = 206+10+141=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0A8D is #31F572. Grayscale: #535353. Windows color (decimal): -3274099 or 9243342. OLE color: 9243342.
HSL color Cylindrical-coordinate representation of color #CE0A8D: hue angle of 319.9º 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 #CE0A8D is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 141 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.19 |
| HSL | 319.9º | 0.91% | 0.42% | - |
| HSV(B) | 319.9º | 0.95% | 0.81% | - |
| XYZ | 30.37 | 15.26 | 26.54 | - |
| YUV | 83.54 | 160.43 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 141 | 0 | 0.95 | 0.32 | 0.19 | 319.9 | 0.91 | 0.42 |
| Hex | CE | A | 8D | 0 | 5F | 20 | 13 | 140 | 5B | 2A |
| Octal | 316 | 12 | 215 | 0 | 137 | 40 | 23 | 500 | 133 | 52 |
| Binary | 11001110 | 1010 | 10001101 | 0 | 1011111 | 100000 | 10011 | 101000000 | 1011011 | 101010 |
Color Harmonies of #CE0A8D
Complementary color
Monochromatic Colors of #CE0A8D
Black with #CE0A8D
Text Example
Text Example
White with #CE0A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A8D; }
p { color: rgb(206,10,141); }
H1.HeaderClassName
{
color: #CE0A8D;
}
.AnyTagClassName
{
color: #CE0A8D;
}
</style>
background-color css
<style>
a { background-color: #CE0A8D; }
a { background-color: rgb(206,10,141); }
div.DivClassName
{
background-color: #CE0A8D;
}
.BgClassName
{
background-color: #CE0A8D;
}
</style>
border-color css
<style>
span { border-color: #CE0A8D; }
span { border-color: rgb(206,10,141); }
td.TdClassName
{
border-color: #CE0A8D;
}
.TagClassName
{
border-color: #CE0A8D;
}
</style>