Shades of Medium Violet Red #C81177
Tints of Medium Violet Red #C81177
RGB
CMYK
RGB Variations
Color information
#C81177 (or 0xC81177) is known color: Medium Violet Red. HEX triplet: C8, 11 and 77. RGB value is (200,17,119). Sum of RGB (Red+Green+Blue) = 200+17+119=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C81177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81177 is #37EE88. Grayscale: #535353. Windows color (decimal): -3665545 or 7803336. OLE color: 7803336.
HSL color Cylindrical-coordinate representation of color #C81177: hue angle of 326.56º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81177 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 119 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.22 |
| HSL | 326.56º | 0.84% | 0.43% | - |
| HSV(B) | 326.56º | 0.92% | 0.78% | - |
| XYZ | 27.35 | 14.01 | 18.72 | - |
| YUV | 83.35 | 148.13 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 119 | 0 | 0.92 | 0.40 | 0.22 | 326.56 | 0.84 | 0.43 |
| Hex | C8 | 11 | 77 | 0 | 5C | 28 | 16 | 147 | 54 | 2B |
| Octal | 310 | 21 | 167 | 0 | 134 | 50 | 26 | 507 | 124 | 53 |
| Binary | 11001000 | 10001 | 1110111 | 0 | 1011100 | 101000 | 10110 | 101000111 | 1010100 | 101011 |
Color Harmonies of #C81177
Complementary color
Monochromatic Colors of #C81177
Black with #C81177
Text Example
Text Example
White with #C81177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81177; }
p { color: rgb(200,17,119); }
H1.HeaderClassName
{
color: #C81177;
}
.AnyTagClassName
{
color: #C81177;
}
</style>
background-color css
<style>
a { background-color: #C81177; }
a { background-color: rgb(200,17,119); }
div.DivClassName
{
background-color: #C81177;
}
.BgClassName
{
background-color: #C81177;
}
</style>
border-color css
<style>
span { border-color: #C81177; }
span { border-color: rgb(200,17,119); }
td.TdClassName
{
border-color: #C81177;
}
.TagClassName
{
border-color: #C81177;
}
</style>