Shades of Medium Violet Red #C71181
Tints of Medium Violet Red #C71181
RGB
CMYK
RGB Variations
Color information
#C71181 (or 0xC71181) is known color: Medium Violet Red. HEX triplet: C7, 11 and 81. RGB value is (199,17,129). Sum of RGB (Red+Green+Blue) = 199+17+129=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C71181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71181 is #38EE7E. Grayscale: #535353. Windows color (decimal): -3731071 or 8458695. OLE color: 8458695.
HSL color Cylindrical-coordinate representation of color #C71181: hue angle of 323.08º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71181 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 129 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.22 |
| HSL | 323.08º | 0.84% | 0.42% | - |
| HSV(B) | 323.08º | 0.91% | 0.78% | - |
| XYZ | 27.72 | 14.13 | 22.04 | - |
| YUV | 84.19 | 153.3 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 129 | 0 | 0.91 | 0.35 | 0.22 | 323.08 | 0.84 | 0.42 |
| Hex | C7 | 11 | 81 | 0 | 5B | 23 | 16 | 143 | 54 | 2A |
| Octal | 307 | 21 | 201 | 0 | 133 | 43 | 26 | 503 | 124 | 52 |
| Binary | 11000111 | 10001 | 10000001 | 0 | 1011011 | 100011 | 10110 | 101000011 | 1010100 | 101010 |
Color Harmonies of #C71181
Complementary color
Monochromatic Colors of #C71181
Black with #C71181
Text Example
Text Example
White with #C71181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71181; }
p { color: rgb(199,17,129); }
H1.HeaderClassName
{
color: #C71181;
}
.AnyTagClassName
{
color: #C71181;
}
</style>
background-color css
<style>
a { background-color: #C71181; }
a { background-color: rgb(199,17,129); }
div.DivClassName
{
background-color: #C71181;
}
.BgClassName
{
background-color: #C71181;
}
</style>
border-color css
<style>
span { border-color: #C71181; }
span { border-color: rgb(199,17,129); }
td.TdClassName
{
border-color: #C71181;
}
.TagClassName
{
border-color: #C71181;
}
</style>