Shades of Medium Violet Red #C6197A
Tints of Medium Violet Red #C6197A
RGB
CMYK
RGB Variations
Color information
#C6197A (or 0xC6197A) is known color: Medium Violet Red. HEX triplet: C6, 19 and 7A. RGB value is (198,25,122). Sum of RGB (Red+Green+Blue) = 198+25+122=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C6197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6197A is #39E685. Grayscale: #575757. Windows color (decimal): -3794566 or 8001990. OLE color: 8001990.
HSL color Cylindrical-coordinate representation of color #C6197A: hue angle of 326.36º 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 #C6197A is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 122 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.22 |
| HSL | 326.36º | 0.78% | 0.44% | - |
| HSV(B) | 326.36º | 0.87% | 0.78% | - |
| XYZ | 27.15 | 14.11 | 19.7 | - |
| YUV | 87.79 | 147.31 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 122 | 0 | 0.87 | 0.38 | 0.22 | 326.36 | 0.78 | 0.44 |
| Hex | C6 | 19 | 7A | 0 | 57 | 26 | 16 | 146 | 4E | 2C |
| Octal | 306 | 31 | 172 | 0 | 127 | 46 | 26 | 506 | 116 | 54 |
| Binary | 11000110 | 11001 | 1111010 | 0 | 1010111 | 100110 | 10110 | 101000110 | 1001110 | 101100 |
Color Harmonies of #C6197A
Complementary color
Monochromatic Colors of #C6197A
Black with #C6197A
Text Example
Text Example
White with #C6197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6197A; }
p { color: rgb(198,25,122); }
H1.HeaderClassName
{
color: #C6197A;
}
.AnyTagClassName
{
color: #C6197A;
}
</style>
background-color css
<style>
a { background-color: #C6197A; }
a { background-color: rgb(198,25,122); }
div.DivClassName
{
background-color: #C6197A;
}
.BgClassName
{
background-color: #C6197A;
}
</style>
border-color css
<style>
span { border-color: #C6197A; }
span { border-color: rgb(198,25,122); }
td.TdClassName
{
border-color: #C6197A;
}
.TagClassName
{
border-color: #C6197A;
}
</style>