Shades of Medium Violet Red #C8196E
Tints of Medium Violet Red #C8196E
RGB
CMYK
RGB Variations
Color information
#C8196E (or 0xC8196E) is known color: Medium Violet Red. HEX triplet: C8, 19 and 6E. RGB value is (200,25,110). Sum of RGB (Red+Green+Blue) = 200+25+110=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C8196E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8196E is #37E691. Grayscale: #565656. Windows color (decimal): -3663506 or 7215560. OLE color: 7215560.
HSL color Cylindrical-coordinate representation of color #C8196E: hue angle of 330.86º 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 #C8196E is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 110 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.22 |
| HSL | 330.86º | 0.78% | 0.44% | - |
| HSV(B) | 330.86º | 0.88% | 0.78% | - |
| XYZ | 26.98 | 14.1 | 16.05 | - |
| YUV | 87.02 | 140.98 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 110 | 0 | 0.88 | 0.45 | 0.22 | 330.86 | 0.78 | 0.44 |
| Hex | C8 | 19 | 6E | 0 | 58 | 2D | 16 | 14B | 4E | 2C |
| Octal | 310 | 31 | 156 | 0 | 130 | 55 | 26 | 513 | 116 | 54 |
| Binary | 11001000 | 11001 | 1101110 | 0 | 1011000 | 101101 | 10110 | 101001011 | 1001110 | 101100 |
Color Harmonies of #C8196E
Complementary color
Monochromatic Colors of #C8196E
Black with #C8196E
Text Example
Text Example
White with #C8196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8196E; }
p { color: rgb(200,25,110); }
H1.HeaderClassName
{
color: #C8196E;
}
.AnyTagClassName
{
color: #C8196E;
}
</style>
background-color css
<style>
a { background-color: #C8196E; }
a { background-color: rgb(200,25,110); }
div.DivClassName
{
background-color: #C8196E;
}
.BgClassName
{
background-color: #C8196E;
}
</style>
border-color css
<style>
span { border-color: #C8196E; }
span { border-color: rgb(200,25,110); }
td.TdClassName
{
border-color: #C8196E;
}
.TagClassName
{
border-color: #C8196E;
}
</style>