Shades of Medium Violet Red #CE0A91
Tints of Medium Violet Red #CE0A91
RGB
CMYK
RGB Variations
Color information
#CE0A91 (or 0xCE0A91) is known color: Medium Violet Red. HEX triplet: CE, 0A and 91. RGB value is (206,10,145). Sum of RGB (Red+Green+Blue) = 206+10+145=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0A91 is #31F56E. Grayscale: #535353. Windows color (decimal): -3274095 or 9505486. OLE color: 9505486.
HSL color Cylindrical-coordinate representation of color #CE0A91: hue angle of 318.67º 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 #CE0A91 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 145 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.19 |
| HSL | 318.67º | 0.91% | 0.42% | - |
| HSV(B) | 318.67º | 0.95% | 0.81% | - |
| XYZ | 30.67 | 15.38 | 28.14 | - |
| YUV | 83.99 | 162.43 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 145 | 0 | 0.95 | 0.30 | 0.19 | 318.67 | 0.91 | 0.42 |
| Hex | CE | A | 91 | 0 | 5F | 1E | 13 | 13F | 5B | 2A |
| Octal | 316 | 12 | 221 | 0 | 137 | 36 | 23 | 477 | 133 | 52 |
| Binary | 11001110 | 1010 | 10010001 | 0 | 1011111 | 11110 | 10011 | 100111111 | 1011011 | 101010 |
Color Harmonies of #CE0A91
Complementary color
Monochromatic Colors of #CE0A91
Black with #CE0A91
Text Example
Text Example
White with #CE0A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A91; }
p { color: rgb(206,10,145); }
H1.HeaderClassName
{
color: #CE0A91;
}
.AnyTagClassName
{
color: #CE0A91;
}
</style>
background-color css
<style>
a { background-color: #CE0A91; }
a { background-color: rgb(206,10,145); }
div.DivClassName
{
background-color: #CE0A91;
}
.BgClassName
{
background-color: #CE0A91;
}
</style>
border-color css
<style>
span { border-color: #CE0A91; }
span { border-color: rgb(206,10,145); }
td.TdClassName
{
border-color: #CE0A91;
}
.TagClassName
{
border-color: #CE0A91;
}
</style>