Shades of Medium Violet Red #CE1979
Tints of Medium Violet Red #CE1979
RGB
CMYK
RGB Variations
Color information
#CE1979 (or 0xCE1979) is known color: Medium Violet Red. HEX triplet: CE, 19 and 79. RGB value is (206,25,121). Sum of RGB (Red+Green+Blue) = 206+25+121=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1979 is #31E686. Grayscale: #595959. Windows color (decimal): -3270279 or 7936462. OLE color: 7936462.
HSL color Cylindrical-coordinate representation of color #CE1979: hue angle of 328.18º 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 #CE1979 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 121 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.19 |
| HSL | 328.18º | 0.78% | 0.45% | - |
| HSV(B) | 328.18º | 0.88% | 0.81% | - |
| XYZ | 29.25 | 15.2 | 19.48 | - |
| YUV | 90.06 | 145.47 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 121 | 0 | 0.88 | 0.41 | 0.19 | 328.18 | 0.78 | 0.45 |
| Hex | CE | 19 | 79 | 0 | 58 | 29 | 13 | 148 | 4E | 2D |
| Octal | 316 | 31 | 171 | 0 | 130 | 51 | 23 | 510 | 116 | 55 |
| Binary | 11001110 | 11001 | 1111001 | 0 | 1011000 | 101001 | 10011 | 101001000 | 1001110 | 101101 |
Color Harmonies of #CE1979
Complementary color
Monochromatic Colors of #CE1979
Black with #CE1979
Text Example
Text Example
White with #CE1979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1979; }
p { color: rgb(206,25,121); }
H1.HeaderClassName
{
color: #CE1979;
}
.AnyTagClassName
{
color: #CE1979;
}
</style>
background-color css
<style>
a { background-color: #CE1979; }
a { background-color: rgb(206,25,121); }
div.DivClassName
{
background-color: #CE1979;
}
.BgClassName
{
background-color: #CE1979;
}
</style>
border-color css
<style>
span { border-color: #CE1979; }
span { border-color: rgb(206,25,121); }
td.TdClassName
{
border-color: #CE1979;
}
.TagClassName
{
border-color: #CE1979;
}
</style>