Shades of Medium Violet Red #CE0990
Tints of Medium Violet Red #CE0990
RGB
CMYK
RGB Variations
Color information
#CE0990 (or 0xCE0990) is known color: Medium Violet Red. HEX triplet: CE, 09 and 90. RGB value is (206,9,144). Sum of RGB (Red+Green+Blue) = 206+9+144=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0990 is #31F66F. Grayscale: #525252. Windows color (decimal): -3274352 or 9439694. OLE color: 9439694.
HSL color Cylindrical-coordinate representation of color #CE0990: hue angle of 318.88º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0990 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 144 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.19 |
| HSL | 318.88º | 0.92% | 0.42% | - |
| HSV(B) | 318.88º | 0.96% | 0.81% | - |
| XYZ | 30.59 | 15.33 | 27.73 | - |
| YUV | 83.29 | 162.27 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 144 | 0 | 0.96 | 0.30 | 0.19 | 318.88 | 0.92 | 0.42 |
| Hex | CE | 9 | 90 | 0 | 60 | 1E | 13 | 13F | 5C | 2A |
| Octal | 316 | 11 | 220 | 0 | 140 | 36 | 23 | 477 | 134 | 52 |
| Binary | 11001110 | 1001 | 10010000 | 0 | 1100000 | 11110 | 10011 | 100111111 | 1011100 | 101010 |
Color Harmonies of #CE0990
Complementary color
Monochromatic Colors of #CE0990
Black with #CE0990
Text Example
Text Example
White with #CE0990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0990; }
p { color: rgb(206,9,144); }
H1.HeaderClassName
{
color: #CE0990;
}
.AnyTagClassName
{
color: #CE0990;
}
</style>
background-color css
<style>
a { background-color: #CE0990; }
a { background-color: rgb(206,9,144); }
div.DivClassName
{
background-color: #CE0990;
}
.BgClassName
{
background-color: #CE0990;
}
</style>
border-color css
<style>
span { border-color: #CE0990; }
span { border-color: rgb(206,9,144); }
td.TdClassName
{
border-color: #CE0990;
}
.TagClassName
{
border-color: #CE0990;
}
</style>