Shades of Medium Violet Red #C61970
Tints of Medium Violet Red #C61970
RGB
CMYK
RGB Variations
Color information
#C61970 (or 0xC61970) is known color: Medium Violet Red. HEX triplet: C6, 19 and 70. RGB value is (198,25,112). Sum of RGB (Red+Green+Blue) = 198+25+112=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C61970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61970 is #39E68F. Grayscale: #565656. Windows color (decimal): -3794576 or 7346630. OLE color: 7346630.
HSL color Cylindrical-coordinate representation of color #C61970: hue angle of 329.83º 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 #C61970 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 112 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.22 |
| HSL | 329.83º | 0.78% | 0.44% | - |
| HSV(B) | 329.83º | 0.87% | 0.78% | - |
| XYZ | 26.56 | 13.87 | 16.61 | - |
| YUV | 86.65 | 142.31 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 112 | 0 | 0.87 | 0.43 | 0.22 | 329.83 | 0.78 | 0.44 |
| Hex | C6 | 19 | 70 | 0 | 57 | 2B | 16 | 14A | 4E | 2C |
| Octal | 306 | 31 | 160 | 0 | 127 | 53 | 26 | 512 | 116 | 54 |
| Binary | 11000110 | 11001 | 1110000 | 0 | 1010111 | 101011 | 10110 | 101001010 | 1001110 | 101100 |
Color Harmonies of #C61970
Complementary color
Monochromatic Colors of #C61970
Black with #C61970
Text Example
Text Example
White with #C61970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61970; }
p { color: rgb(198,25,112); }
H1.HeaderClassName
{
color: #C61970;
}
.AnyTagClassName
{
color: #C61970;
}
</style>
background-color css
<style>
a { background-color: #C61970; }
a { background-color: rgb(198,25,112); }
div.DivClassName
{
background-color: #C61970;
}
.BgClassName
{
background-color: #C61970;
}
</style>
border-color css
<style>
span { border-color: #C61970; }
span { border-color: rgb(198,25,112); }
td.TdClassName
{
border-color: #C61970;
}
.TagClassName
{
border-color: #C61970;
}
</style>