Shades of Medium Violet Red #C6197C
Tints of Medium Violet Red #C6197C
RGB
CMYK
RGB Variations
Color information
#C6197C (or 0xC6197C) is known color: Medium Violet Red. HEX triplet: C6, 19 and 7C. RGB value is (198,25,124). Sum of RGB (Red+Green+Blue) = 198+25+124=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C6197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6197C is #39E683. Grayscale: #575757. Windows color (decimal): -3794564 or 8133062. OLE color: 8133062.
HSL color Cylindrical-coordinate representation of color #C6197C: hue angle of 325.66º 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 #C6197C is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 124 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.22 |
| HSL | 325.66º | 0.78% | 0.44% | - |
| HSV(B) | 325.66º | 0.87% | 0.78% | - |
| XYZ | 27.27 | 14.16 | 20.36 | - |
| YUV | 88.01 | 148.31 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 124 | 0 | 0.87 | 0.37 | 0.22 | 325.66 | 0.78 | 0.44 |
| Hex | C6 | 19 | 7C | 0 | 57 | 25 | 16 | 146 | 4E | 2C |
| Octal | 306 | 31 | 174 | 0 | 127 | 45 | 26 | 506 | 116 | 54 |
| Binary | 11000110 | 11001 | 1111100 | 0 | 1010111 | 100101 | 10110 | 101000110 | 1001110 | 101100 |
Color Harmonies of #C6197C
Complementary color
Monochromatic Colors of #C6197C
Black with #C6197C
Text Example
Text Example
White with #C6197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6197C; }
p { color: rgb(198,25,124); }
H1.HeaderClassName
{
color: #C6197C;
}
.AnyTagClassName
{
color: #C6197C;
}
</style>
background-color css
<style>
a { background-color: #C6197C; }
a { background-color: rgb(198,25,124); }
div.DivClassName
{
background-color: #C6197C;
}
.BgClassName
{
background-color: #C6197C;
}
</style>
border-color css
<style>
span { border-color: #C6197C; }
span { border-color: rgb(198,25,124); }
td.TdClassName
{
border-color: #C6197C;
}
.TagClassName
{
border-color: #C6197C;
}
</style>