Shades of Medium Violet Red #C81A77
Tints of Medium Violet Red #C81A77
RGB
CMYK
RGB Variations
Color information
#C81A77 (or 0xC81A77) is known color: Medium Violet Red. HEX triplet: C8, 1A and 77. RGB value is (200,26,119). Sum of RGB (Red+Green+Blue) = 200+26+119=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81A77 is #37E588. Grayscale: #585858. Windows color (decimal): -3663241 or 7805640. OLE color: 7805640.
HSL color Cylindrical-coordinate representation of color #C81A77: hue angle of 327.93º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81A77 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 119 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.22 |
| HSL | 327.93º | 0.77% | 0.44% | - |
| HSV(B) | 327.93º | 0.87% | 0.78% | - |
| XYZ | 27.52 | 14.35 | 18.77 | - |
| YUV | 88.63 | 145.15 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 119 | 0 | 0.87 | 0.40 | 0.22 | 327.93 | 0.77 | 0.44 |
| Hex | C8 | 1A | 77 | 0 | 57 | 28 | 16 | 148 | 4D | 2C |
| Octal | 310 | 32 | 167 | 0 | 127 | 50 | 26 | 510 | 115 | 54 |
| Binary | 11001000 | 11010 | 1110111 | 0 | 1010111 | 101000 | 10110 | 101001000 | 1001101 | 101100 |
Color Harmonies of #C81A77
Complementary color
Monochromatic Colors of #C81A77
Black with #C81A77
Text Example
Text Example
White with #C81A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81A77; }
p { color: rgb(200,26,119); }
H1.HeaderClassName
{
color: #C81A77;
}
.AnyTagClassName
{
color: #C81A77;
}
</style>
background-color css
<style>
a { background-color: #C81A77; }
a { background-color: rgb(200,26,119); }
div.DivClassName
{
background-color: #C81A77;
}
.BgClassName
{
background-color: #C81A77;
}
</style>
border-color css
<style>
span { border-color: #C81A77; }
span { border-color: rgb(200,26,119); }
td.TdClassName
{
border-color: #C81A77;
}
.TagClassName
{
border-color: #C81A77;
}
</style>