Shades of Medium Violet Red #CE0981
Tints of Medium Violet Red #CE0981
RGB
CMYK
RGB Variations
Color information
#CE0981 (or 0xCE0981) is known color: Medium Violet Red. HEX triplet: CE, 09 and 81. RGB value is (206,9,129). Sum of RGB (Red+Green+Blue) = 206+9+129=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0981 is #31F67E. Grayscale: #515151. Windows color (decimal): -3274367 or 8456654. OLE color: 8456654.
HSL color Cylindrical-coordinate representation of color #CE0981: hue angle of 323.45º 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 #CE0981 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 129 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.19 |
| HSL | 323.45º | 0.92% | 0.42% | - |
| HSV(B) | 323.45º | 0.96% | 0.81% | - |
| XYZ | 29.51 | 14.9 | 22.09 | - |
| YUV | 81.58 | 154.77 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 129 | 0 | 0.96 | 0.37 | 0.19 | 323.45 | 0.92 | 0.42 |
| Hex | CE | 9 | 81 | 0 | 60 | 25 | 13 | 143 | 5C | 2A |
| Octal | 316 | 11 | 201 | 0 | 140 | 45 | 23 | 503 | 134 | 52 |
| Binary | 11001110 | 1001 | 10000001 | 0 | 1100000 | 100101 | 10011 | 101000011 | 1011100 | 101010 |
Color Harmonies of #CE0981
Complementary color
Monochromatic Colors of #CE0981
Black with #CE0981
Text Example
Text Example
White with #CE0981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0981; }
p { color: rgb(206,9,129); }
H1.HeaderClassName
{
color: #CE0981;
}
.AnyTagClassName
{
color: #CE0981;
}
</style>
background-color css
<style>
a { background-color: #CE0981; }
a { background-color: rgb(206,9,129); }
div.DivClassName
{
background-color: #CE0981;
}
.BgClassName
{
background-color: #CE0981;
}
</style>
border-color css
<style>
span { border-color: #CE0981; }
span { border-color: rgb(206,9,129); }
td.TdClassName
{
border-color: #CE0981;
}
.TagClassName
{
border-color: #CE0981;
}
</style>