Shades of Medium Violet Red #C61972
Tints of Medium Violet Red #C61972
RGB
CMYK
RGB Variations
Color information
#C61972 (or 0xC61972) is known color: Medium Violet Red. HEX triplet: C6, 19 and 72. RGB value is (198,25,114). Sum of RGB (Red+Green+Blue) = 198+25+114=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C61972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61972 is #39E68D. Grayscale: #565656. Windows color (decimal): -3794574 or 7477702. OLE color: 7477702.
HSL color Cylindrical-coordinate representation of color #C61972: hue angle of 329.13º 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 #C61972 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 114 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.22 |
| HSL | 329.13º | 0.78% | 0.44% | - |
| HSV(B) | 329.13º | 0.87% | 0.78% | - |
| XYZ | 26.67 | 13.92 | 17.2 | - |
| YUV | 86.87 | 143.31 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 114 | 0 | 0.87 | 0.42 | 0.22 | 329.13 | 0.78 | 0.44 |
| Hex | C6 | 19 | 72 | 0 | 57 | 2A | 16 | 149 | 4E | 2C |
| Octal | 306 | 31 | 162 | 0 | 127 | 52 | 26 | 511 | 116 | 54 |
| Binary | 11000110 | 11001 | 1110010 | 0 | 1010111 | 101010 | 10110 | 101001001 | 1001110 | 101100 |
Color Harmonies of #C61972
Complementary color
Monochromatic Colors of #C61972
Black with #C61972
Text Example
Text Example
White with #C61972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61972; }
p { color: rgb(198,25,114); }
H1.HeaderClassName
{
color: #C61972;
}
.AnyTagClassName
{
color: #C61972;
}
</style>
background-color css
<style>
a { background-color: #C61972; }
a { background-color: rgb(198,25,114); }
div.DivClassName
{
background-color: #C61972;
}
.BgClassName
{
background-color: #C61972;
}
</style>
border-color css
<style>
span { border-color: #C61972; }
span { border-color: rgb(198,25,114); }
td.TdClassName
{
border-color: #C61972;
}
.TagClassName
{
border-color: #C61972;
}
</style>