Shades of Medium Violet Red #CE1981
Tints of Medium Violet Red #CE1981
RGB
CMYK
RGB Variations
Color information
#CE1981 (or 0xCE1981) is known color: Medium Violet Red. HEX triplet: CE, 19 and 81. RGB value is (206,25,129). Sum of RGB (Red+Green+Blue) = 206+25+129=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1981 is #31E67E. Grayscale: #5A5A5A. Windows color (decimal): -3270271 or 8460750. OLE color: 8460750.
HSL color Cylindrical-coordinate representation of color #CE1981: hue angle of 325.52º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1981 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 129 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.19 |
| HSL | 325.52º | 0.78% | 0.45% | - |
| HSV(B) | 325.52º | 0.88% | 0.81% | - |
| XYZ | 29.76 | 15.4 | 22.17 | - |
| YUV | 90.98 | 149.47 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 129 | 0 | 0.88 | 0.37 | 0.19 | 325.52 | 0.78 | 0.45 |
| Hex | CE | 19 | 81 | 0 | 58 | 25 | 13 | 146 | 4E | 2D |
| Octal | 316 | 31 | 201 | 0 | 130 | 45 | 23 | 506 | 116 | 55 |
| Binary | 11001110 | 11001 | 10000001 | 0 | 1011000 | 100101 | 10011 | 101000110 | 1001110 | 101101 |
Color Harmonies of #CE1981
Complementary color
Monochromatic Colors of #CE1981
Black with #CE1981
Text Example
Text Example
White with #CE1981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1981; }
p { color: rgb(206,25,129); }
H1.HeaderClassName
{
color: #CE1981;
}
.AnyTagClassName
{
color: #CE1981;
}
</style>
background-color css
<style>
a { background-color: #CE1981; }
a { background-color: rgb(206,25,129); }
div.DivClassName
{
background-color: #CE1981;
}
.BgClassName
{
background-color: #CE1981;
}
</style>
border-color css
<style>
span { border-color: #CE1981; }
span { border-color: rgb(206,25,129); }
td.TdClassName
{
border-color: #CE1981;
}
.TagClassName
{
border-color: #CE1981;
}
</style>