Shades of Medium Violet Red #CE0A9E
Tints of Medium Violet Red #CE0A9E
RGB
CMYK
RGB Variations
Color information
#CE0A9E (or 0xCE0A9E) is known color: Medium Violet Red. HEX triplet: CE, 0A and 9E. RGB value is (206,10,158). Sum of RGB (Red+Green+Blue) = 206+10+158=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0A9E is #31F561. Grayscale: #555555. Windows color (decimal): -3274082 or 10357454. OLE color: 10357454.
HSL color Cylindrical-coordinate representation of color #CE0A9E: hue angle of 314.69º 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 #CE0A9E is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 158 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.19 |
| HSL | 314.69º | 0.91% | 0.42% | - |
| HSV(B) | 314.69º | 0.95% | 0.81% | - |
| XYZ | 31.73 | 15.81 | 33.73 | - |
| YUV | 85.48 | 168.93 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 158 | 0 | 0.95 | 0.23 | 0.19 | 314.69 | 0.91 | 0.42 |
| Hex | CE | A | 9E | 0 | 5F | 17 | 13 | 13B | 5B | 2A |
| Octal | 316 | 12 | 236 | 0 | 137 | 27 | 23 | 473 | 133 | 52 |
| Binary | 11001110 | 1010 | 10011110 | 0 | 1011111 | 10111 | 10011 | 100111011 | 1011011 | 101010 |
Color Harmonies of #CE0A9E
Complementary color
Monochromatic Colors of #CE0A9E
Black with #CE0A9E
Text Example
Text Example
White with #CE0A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A9E; }
p { color: rgb(206,10,158); }
H1.HeaderClassName
{
color: #CE0A9E;
}
.AnyTagClassName
{
color: #CE0A9E;
}
</style>
background-color css
<style>
a { background-color: #CE0A9E; }
a { background-color: rgb(206,10,158); }
div.DivClassName
{
background-color: #CE0A9E;
}
.BgClassName
{
background-color: #CE0A9E;
}
</style>
border-color css
<style>
span { border-color: #CE0A9E; }
span { border-color: rgb(206,10,158); }
td.TdClassName
{
border-color: #CE0A9E;
}
.TagClassName
{
border-color: #CE0A9E;
}
</style>