Shades of Medium Violet Red #C8196D
Tints of Medium Violet Red #C8196D
RGB
CMYK
RGB Variations
Color information
#C8196D (or 0xC8196D) is known color: Medium Violet Red. HEX triplet: C8, 19 and 6D. RGB value is (200,25,109). Sum of RGB (Red+Green+Blue) = 200+25+109=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C8196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8196D is #37E692. Grayscale: #565656. Windows color (decimal): -3663507 or 7150024. OLE color: 7150024.
HSL color Cylindrical-coordinate representation of color #C8196D: hue angle of 331.2º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8196D is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 109 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.22 |
| HSL | 331.2º | 0.78% | 0.44% | - |
| HSV(B) | 331.2º | 0.88% | 0.78% | - |
| XYZ | 26.93 | 14.08 | 15.77 | - |
| YUV | 86.9 | 140.48 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 109 | 0 | 0.88 | 0.46 | 0.22 | 331.2 | 0.78 | 0.44 |
| Hex | C8 | 19 | 6D | 0 | 58 | 2E | 16 | 14B | 4E | 2C |
| Octal | 310 | 31 | 155 | 0 | 130 | 56 | 26 | 513 | 116 | 54 |
| Binary | 11001000 | 11001 | 1101101 | 0 | 1011000 | 101110 | 10110 | 101001011 | 1001110 | 101100 |
Color Harmonies of #C8196D
Complementary color
Monochromatic Colors of #C8196D
Black with #C8196D
Text Example
Text Example
White with #C8196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8196D; }
p { color: rgb(200,25,109); }
H1.HeaderClassName
{
color: #C8196D;
}
.AnyTagClassName
{
color: #C8196D;
}
</style>
background-color css
<style>
a { background-color: #C8196D; }
a { background-color: rgb(200,25,109); }
div.DivClassName
{
background-color: #C8196D;
}
.BgClassName
{
background-color: #C8196D;
}
</style>
border-color css
<style>
span { border-color: #C8196D; }
span { border-color: rgb(200,25,109); }
td.TdClassName
{
border-color: #C8196D;
}
.TagClassName
{
border-color: #C8196D;
}
</style>