Shades of Medium Violet Red #CE0A93
Tints of Medium Violet Red #CE0A93
RGB
CMYK
RGB Variations
Color information
#CE0A93 (or 0xCE0A93) is known color: Medium Violet Red. HEX triplet: CE, 0A and 93. RGB value is (206,10,147). Sum of RGB (Red+Green+Blue) = 206+10+147=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0A93 is #31F56C. Grayscale: #535353. Windows color (decimal): -3274093 or 9636558. OLE color: 9636558.
HSL color Cylindrical-coordinate representation of color #CE0A93: hue angle of 318.06º 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 #CE0A93 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 147 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.19 |
| HSL | 318.06º | 0.91% | 0.42% | - |
| HSV(B) | 318.06º | 0.95% | 0.81% | - |
| XYZ | 30.83 | 15.45 | 28.96 | - |
| YUV | 84.22 | 163.43 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 147 | 0 | 0.95 | 0.29 | 0.19 | 318.06 | 0.91 | 0.42 |
| Hex | CE | A | 93 | 0 | 5F | 1D | 13 | 13E | 5B | 2A |
| Octal | 316 | 12 | 223 | 0 | 137 | 35 | 23 | 476 | 133 | 52 |
| Binary | 11001110 | 1010 | 10010011 | 0 | 1011111 | 11101 | 10011 | 100111110 | 1011011 | 101010 |
Color Harmonies of #CE0A93
Complementary color
Monochromatic Colors of #CE0A93
Black with #CE0A93
Text Example
Text Example
White with #CE0A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A93; }
p { color: rgb(206,10,147); }
H1.HeaderClassName
{
color: #CE0A93;
}
.AnyTagClassName
{
color: #CE0A93;
}
</style>
background-color css
<style>
a { background-color: #CE0A93; }
a { background-color: rgb(206,10,147); }
div.DivClassName
{
background-color: #CE0A93;
}
.BgClassName
{
background-color: #CE0A93;
}
</style>
border-color css
<style>
span { border-color: #CE0A93; }
span { border-color: rgb(206,10,147); }
td.TdClassName
{
border-color: #CE0A93;
}
.TagClassName
{
border-color: #CE0A93;
}
</style>