Shades of Medium Violet Red #C8197A
Tints of Medium Violet Red #C8197A
RGB
CMYK
RGB Variations
Color information
#C8197A (or 0xC8197A) is known color: Medium Violet Red. HEX triplet: C8, 19 and 7A. RGB value is (200,25,122). Sum of RGB (Red+Green+Blue) = 200+25+122=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8197A is #37E685. Grayscale: #585858. Windows color (decimal): -3663494 or 8001992. OLE color: 8001992.
HSL color Cylindrical-coordinate representation of color #C8197A: hue angle of 326.74º 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 #C8197A is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 122 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.22 |
| HSL | 326.74º | 0.78% | 0.44% | - |
| HSV(B) | 326.74º | 0.88% | 0.78% | - |
| XYZ | 27.68 | 14.38 | 19.73 | - |
| YUV | 88.38 | 146.98 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 122 | 0 | 0.88 | 0.39 | 0.22 | 326.74 | 0.78 | 0.44 |
| Hex | C8 | 19 | 7A | 0 | 58 | 27 | 16 | 147 | 4E | 2C |
| Octal | 310 | 31 | 172 | 0 | 130 | 47 | 26 | 507 | 116 | 54 |
| Binary | 11001000 | 11001 | 1111010 | 0 | 1011000 | 100111 | 10110 | 101000111 | 1001110 | 101100 |
Color Harmonies of #C8197A
Complementary color
Monochromatic Colors of #C8197A
Black with #C8197A
Text Example
Text Example
White with #C8197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8197A; }
p { color: rgb(200,25,122); }
H1.HeaderClassName
{
color: #C8197A;
}
.AnyTagClassName
{
color: #C8197A;
}
</style>
background-color css
<style>
a { background-color: #C8197A; }
a { background-color: rgb(200,25,122); }
div.DivClassName
{
background-color: #C8197A;
}
.BgClassName
{
background-color: #C8197A;
}
</style>
border-color css
<style>
span { border-color: #C8197A; }
span { border-color: rgb(200,25,122); }
td.TdClassName
{
border-color: #C8197A;
}
.TagClassName
{
border-color: #C8197A;
}
</style>