Shades of Medium Violet Red #C61979
Tints of Medium Violet Red #C61979
RGB
CMYK
RGB Variations
Color information
#C61979 (or 0xC61979) is known color: Medium Violet Red. HEX triplet: C6, 19 and 79. RGB value is (198,25,121). Sum of RGB (Red+Green+Blue) = 198+25+121=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C61979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61979 is #39E686. Grayscale: #575757. Windows color (decimal): -3794567 or 7936454. OLE color: 7936454.
HSL color Cylindrical-coordinate representation of color #C61979: hue angle of 326.71º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61979 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 121 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.22 |
| HSL | 326.71º | 0.78% | 0.44% | - |
| HSV(B) | 326.71º | 0.87% | 0.78% | - |
| XYZ | 27.09 | 14.08 | 19.38 | - |
| YUV | 87.67 | 146.81 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 121 | 0 | 0.87 | 0.39 | 0.22 | 326.71 | 0.78 | 0.44 |
| Hex | C6 | 19 | 79 | 0 | 57 | 27 | 16 | 147 | 4E | 2C |
| Octal | 306 | 31 | 171 | 0 | 127 | 47 | 26 | 507 | 116 | 54 |
| Binary | 11000110 | 11001 | 1111001 | 0 | 1010111 | 100111 | 10110 | 101000111 | 1001110 | 101100 |
Color Harmonies of #C61979
Complementary color
Monochromatic Colors of #C61979
Black with #C61979
Text Example
Text Example
White with #C61979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61979; }
p { color: rgb(198,25,121); }
H1.HeaderClassName
{
color: #C61979;
}
.AnyTagClassName
{
color: #C61979;
}
</style>
background-color css
<style>
a { background-color: #C61979; }
a { background-color: rgb(198,25,121); }
div.DivClassName
{
background-color: #C61979;
}
.BgClassName
{
background-color: #C61979;
}
</style>
border-color css
<style>
span { border-color: #C61979; }
span { border-color: rgb(198,25,121); }
td.TdClassName
{
border-color: #C61979;
}
.TagClassName
{
border-color: #C61979;
}
</style>