Shades of Medium Violet Red #C81970
Tints of Medium Violet Red #C81970
RGB
CMYK
RGB Variations
Color information
#C81970 (or 0xC81970) is known color: Medium Violet Red. HEX triplet: C8, 19 and 70. RGB value is (200,25,112). Sum of RGB (Red+Green+Blue) = 200+25+112=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C81970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81970 is #37E68F. Grayscale: #575757. Windows color (decimal): -3663504 or 7346632. OLE color: 7346632.
HSL color Cylindrical-coordinate representation of color #C81970: hue angle of 330.17º 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 #C81970 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 112 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.22 |
| HSL | 330.17º | 0.78% | 0.44% | - |
| HSV(B) | 330.17º | 0.88% | 0.78% | - |
| XYZ | 27.09 | 14.14 | 16.63 | - |
| YUV | 87.24 | 141.98 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 112 | 0 | 0.88 | 0.44 | 0.22 | 330.17 | 0.78 | 0.44 |
| Hex | C8 | 19 | 70 | 0 | 58 | 2C | 16 | 14A | 4E | 2C |
| Octal | 310 | 31 | 160 | 0 | 130 | 54 | 26 | 512 | 116 | 54 |
| Binary | 11001000 | 11001 | 1110000 | 0 | 1011000 | 101100 | 10110 | 101001010 | 1001110 | 101100 |
Color Harmonies of #C81970
Complementary color
Monochromatic Colors of #C81970
Black with #C81970
Text Example
Text Example
White with #C81970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81970; }
p { color: rgb(200,25,112); }
H1.HeaderClassName
{
color: #C81970;
}
.AnyTagClassName
{
color: #C81970;
}
</style>
background-color css
<style>
a { background-color: #C81970; }
a { background-color: rgb(200,25,112); }
div.DivClassName
{
background-color: #C81970;
}
.BgClassName
{
background-color: #C81970;
}
</style>
border-color css
<style>
span { border-color: #C81970; }
span { border-color: rgb(200,25,112); }
td.TdClassName
{
border-color: #C81970;
}
.TagClassName
{
border-color: #C81970;
}
</style>