Shades of Medium Violet Red #CE0A90
Tints of Medium Violet Red #CE0A90
RGB
CMYK
RGB Variations
Color information
#CE0A90 (or 0xCE0A90) is known color: Medium Violet Red. HEX triplet: CE, 0A and 90. RGB value is (206,10,144). Sum of RGB (Red+Green+Blue) = 206+10+144=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0A90 is #31F56F. Grayscale: #535353. Windows color (decimal): -3274096 or 9439950. OLE color: 9439950.
HSL color Cylindrical-coordinate representation of color #CE0A90: hue angle of 318.98º 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 #CE0A90 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 144 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.19 |
| HSL | 318.98º | 0.91% | 0.42% | - |
| HSV(B) | 318.98º | 0.95% | 0.81% | - |
| XYZ | 30.6 | 15.35 | 27.74 | - |
| YUV | 83.88 | 161.93 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 144 | 0 | 0.95 | 0.30 | 0.19 | 318.98 | 0.91 | 0.42 |
| Hex | CE | A | 90 | 0 | 5F | 1E | 13 | 13F | 5B | 2A |
| Octal | 316 | 12 | 220 | 0 | 137 | 36 | 23 | 477 | 133 | 52 |
| Binary | 11001110 | 1010 | 10010000 | 0 | 1011111 | 11110 | 10011 | 100111111 | 1011011 | 101010 |
Color Harmonies of #CE0A90
Complementary color
Monochromatic Colors of #CE0A90
Black with #CE0A90
Text Example
Text Example
White with #CE0A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A90; }
p { color: rgb(206,10,144); }
H1.HeaderClassName
{
color: #CE0A90;
}
.AnyTagClassName
{
color: #CE0A90;
}
</style>
background-color css
<style>
a { background-color: #CE0A90; }
a { background-color: rgb(206,10,144); }
div.DivClassName
{
background-color: #CE0A90;
}
.BgClassName
{
background-color: #CE0A90;
}
</style>
border-color css
<style>
span { border-color: #CE0A90; }
span { border-color: rgb(206,10,144); }
td.TdClassName
{
border-color: #CE0A90;
}
.TagClassName
{
border-color: #CE0A90;
}
</style>