Shades of Medium Violet Red #C81977
Tints of Medium Violet Red #C81977
RGB
CMYK
RGB Variations
Color information
#C81977 (or 0xC81977) is known color: Medium Violet Red. HEX triplet: C8, 19 and 77. RGB value is (200,25,119). Sum of RGB (Red+Green+Blue) = 200+25+119=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C81977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81977 is #37E688. Grayscale: #575757. Windows color (decimal): -3663497 or 7805384. OLE color: 7805384.
HSL color Cylindrical-coordinate representation of color #C81977: hue angle of 327.77º 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 #C81977 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 119 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.22 |
| HSL | 327.77º | 0.78% | 0.44% | - |
| HSV(B) | 327.77º | 0.88% | 0.78% | - |
| XYZ | 27.5 | 14.31 | 18.76 | - |
| YUV | 88.04 | 145.48 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 119 | 0 | 0.88 | 0.40 | 0.22 | 327.77 | 0.78 | 0.44 |
| Hex | C8 | 19 | 77 | 0 | 58 | 28 | 16 | 148 | 4E | 2C |
| Octal | 310 | 31 | 167 | 0 | 130 | 50 | 26 | 510 | 116 | 54 |
| Binary | 11001000 | 11001 | 1110111 | 0 | 1011000 | 101000 | 10110 | 101001000 | 1001110 | 101100 |
Color Harmonies of #C81977
Complementary color
Monochromatic Colors of #C81977
Black with #C81977
Text Example
Text Example
White with #C81977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81977; }
p { color: rgb(200,25,119); }
H1.HeaderClassName
{
color: #C81977;
}
.AnyTagClassName
{
color: #C81977;
}
</style>
background-color css
<style>
a { background-color: #C81977; }
a { background-color: rgb(200,25,119); }
div.DivClassName
{
background-color: #C81977;
}
.BgClassName
{
background-color: #C81977;
}
</style>
border-color css
<style>
span { border-color: #C81977; }
span { border-color: rgb(200,25,119); }
td.TdClassName
{
border-color: #C81977;
}
.TagClassName
{
border-color: #C81977;
}
</style>