Shades of Medium Violet Red #C6197D
Tints of Medium Violet Red #C6197D
RGB
CMYK
RGB Variations
Color information
#C6197D (or 0xC6197D) is known color: Medium Violet Red. HEX triplet: C6, 19 and 7D. RGB value is (198,25,125). Sum of RGB (Red+Green+Blue) = 198+25+125=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C6197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6197D is #39E682. Grayscale: #575757. Windows color (decimal): -3794563 or 8198598. OLE color: 8198598.
HSL color Cylindrical-coordinate representation of color #C6197D: hue angle of 325.32º 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 #C6197D is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 125 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.22 |
| HSL | 325.32º | 0.78% | 0.44% | - |
| HSV(B) | 325.32º | 0.87% | 0.78% | - |
| XYZ | 27.34 | 14.18 | 20.7 | - |
| YUV | 88.13 | 148.81 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 125 | 0 | 0.87 | 0.37 | 0.22 | 325.32 | 0.78 | 0.44 |
| Hex | C6 | 19 | 7D | 0 | 57 | 25 | 16 | 145 | 4E | 2C |
| Octal | 306 | 31 | 175 | 0 | 127 | 45 | 26 | 505 | 116 | 54 |
| Binary | 11000110 | 11001 | 1111101 | 0 | 1010111 | 100101 | 10110 | 101000101 | 1001110 | 101100 |
Color Harmonies of #C6197D
Complementary color
Monochromatic Colors of #C6197D
Black with #C6197D
Text Example
Text Example
White with #C6197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6197D; }
p { color: rgb(198,25,125); }
H1.HeaderClassName
{
color: #C6197D;
}
.AnyTagClassName
{
color: #C6197D;
}
</style>
background-color css
<style>
a { background-color: #C6197D; }
a { background-color: rgb(198,25,125); }
div.DivClassName
{
background-color: #C6197D;
}
.BgClassName
{
background-color: #C6197D;
}
</style>
border-color css
<style>
span { border-color: #C6197D; }
span { border-color: rgb(198,25,125); }
td.TdClassName
{
border-color: #C6197D;
}
.TagClassName
{
border-color: #C6197D;
}
</style>