Shades of Medium Violet Red #C71178
Tints of Medium Violet Red #C71178
RGB
CMYK
RGB Variations
Color information
#C71178 (or 0xC71178) is known color: Medium Violet Red. HEX triplet: C7, 11 and 78. RGB value is (199,17,120). Sum of RGB (Red+Green+Blue) = 199+17+120=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C71178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71178 is #38EE87. Grayscale: #525252. Windows color (decimal): -3731080 or 7868871. OLE color: 7868871.
HSL color Cylindrical-coordinate representation of color #C71178: hue angle of 326.04º 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 #C71178 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 120 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.22 |
| HSL | 326.04º | 0.84% | 0.42% | - |
| HSV(B) | 326.04º | 0.91% | 0.78% | - |
| XYZ | 27.14 | 13.9 | 19.02 | - |
| YUV | 83.16 | 148.8 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 120 | 0 | 0.91 | 0.40 | 0.22 | 326.04 | 0.84 | 0.42 |
| Hex | C7 | 11 | 78 | 0 | 5B | 28 | 16 | 146 | 54 | 2A |
| Octal | 307 | 21 | 170 | 0 | 133 | 50 | 26 | 506 | 124 | 52 |
| Binary | 11000111 | 10001 | 1111000 | 0 | 1011011 | 101000 | 10110 | 101000110 | 1010100 | 101010 |
Color Harmonies of #C71178
Complementary color
Monochromatic Colors of #C71178
Black with #C71178
Text Example
Text Example
White with #C71178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71178; }
p { color: rgb(199,17,120); }
H1.HeaderClassName
{
color: #C71178;
}
.AnyTagClassName
{
color: #C71178;
}
</style>
background-color css
<style>
a { background-color: #C71178; }
a { background-color: rgb(199,17,120); }
div.DivClassName
{
background-color: #C71178;
}
.BgClassName
{
background-color: #C71178;
}
</style>
border-color css
<style>
span { border-color: #C71178; }
span { border-color: rgb(199,17,120); }
td.TdClassName
{
border-color: #C71178;
}
.TagClassName
{
border-color: #C71178;
}
</style>