Shades of Medium Violet Red #C6196D
Tints of Medium Violet Red #C6196D
RGB
CMYK
RGB Variations
Color information
#C6196D (or 0xC6196D) is known color: Medium Violet Red. HEX triplet: C6, 19 and 6D. RGB value is (198,25,109). Sum of RGB (Red+Green+Blue) = 198+25+109=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C6196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6196D is #39E692. Grayscale: #565656. Windows color (decimal): -3794579 or 7150022. OLE color: 7150022.
HSL color Cylindrical-coordinate representation of color #C6196D: hue angle of 330.87º 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 #C6196D is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 109 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.22 |
| HSL | 330.87º | 0.78% | 0.44% | - |
| HSV(B) | 330.87º | 0.87% | 0.78% | - |
| XYZ | 26.4 | 13.81 | 15.74 | - |
| YUV | 86.3 | 140.81 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 109 | 0 | 0.87 | 0.45 | 0.22 | 330.87 | 0.78 | 0.44 |
| Hex | C6 | 19 | 6D | 0 | 57 | 2D | 16 | 14B | 4E | 2C |
| Octal | 306 | 31 | 155 | 0 | 127 | 55 | 26 | 513 | 116 | 54 |
| Binary | 11000110 | 11001 | 1101101 | 0 | 1010111 | 101101 | 10110 | 101001011 | 1001110 | 101100 |
Color Harmonies of #C6196D
Complementary color
Monochromatic Colors of #C6196D
Black with #C6196D
Text Example
Text Example
White with #C6196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6196D; }
p { color: rgb(198,25,109); }
H1.HeaderClassName
{
color: #C6196D;
}
.AnyTagClassName
{
color: #C6196D;
}
</style>
background-color css
<style>
a { background-color: #C6196D; }
a { background-color: rgb(198,25,109); }
div.DivClassName
{
background-color: #C6196D;
}
.BgClassName
{
background-color: #C6196D;
}
</style>
border-color css
<style>
span { border-color: #C6196D; }
span { border-color: rgb(198,25,109); }
td.TdClassName
{
border-color: #C6196D;
}
.TagClassName
{
border-color: #C6196D;
}
</style>