Shades of Medium Violet Red #C81976
Tints of Medium Violet Red #C81976
RGB
CMYK
RGB Variations
Color information
#C81976 (or 0xC81976) is known color: Medium Violet Red. HEX triplet: C8, 19 and 76. RGB value is (200,25,118). Sum of RGB (Red+Green+Blue) = 200+25+118=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C81976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81976 is #37E689. Grayscale: #575757. Windows color (decimal): -3663498 or 7739848. OLE color: 7739848.
HSL color Cylindrical-coordinate representation of color #C81976: hue angle of 328.11º 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 #C81976 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 118 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.22 |
| HSL | 328.11º | 0.78% | 0.44% | - |
| HSV(B) | 328.11º | 0.88% | 0.78% | - |
| XYZ | 27.44 | 14.28 | 18.45 | - |
| YUV | 87.93 | 144.98 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 118 | 0 | 0.88 | 0.41 | 0.22 | 328.11 | 0.78 | 0.44 |
| Hex | C8 | 19 | 76 | 0 | 58 | 29 | 16 | 148 | 4E | 2C |
| Octal | 310 | 31 | 166 | 0 | 130 | 51 | 26 | 510 | 116 | 54 |
| Binary | 11001000 | 11001 | 1110110 | 0 | 1011000 | 101001 | 10110 | 101001000 | 1001110 | 101100 |
Color Harmonies of #C81976
Complementary color
Monochromatic Colors of #C81976
Black with #C81976
Text Example
Text Example
White with #C81976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81976; }
p { color: rgb(200,25,118); }
H1.HeaderClassName
{
color: #C81976;
}
.AnyTagClassName
{
color: #C81976;
}
</style>
background-color css
<style>
a { background-color: #C81976; }
a { background-color: rgb(200,25,118); }
div.DivClassName
{
background-color: #C81976;
}
.BgClassName
{
background-color: #C81976;
}
</style>
border-color css
<style>
span { border-color: #C81976; }
span { border-color: rgb(200,25,118); }
td.TdClassName
{
border-color: #C81976;
}
.TagClassName
{
border-color: #C81976;
}
</style>