Shades of Medium Violet Red #C71174
Tints of Medium Violet Red #C71174
RGB
CMYK
RGB Variations
Color information
#C71174 (or 0xC71174) is known color: Medium Violet Red. HEX triplet: C7, 11 and 74. RGB value is (199,17,116). Sum of RGB (Red+Green+Blue) = 199+17+116=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C71174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71174 is #38EE8B. Grayscale: #525252. Windows color (decimal): -3731084 or 7606727. OLE color: 7606727.
HSL color Cylindrical-coordinate representation of color #C71174: hue angle of 327.36º 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 #C71174 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 116 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.22 |
| HSL | 327.36º | 0.84% | 0.42% | - |
| HSV(B) | 327.36º | 0.91% | 0.78% | - |
| XYZ | 26.91 | 13.8 | 17.77 | - |
| YUV | 82.7 | 146.8 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 116 | 0 | 0.91 | 0.42 | 0.22 | 327.36 | 0.84 | 0.42 |
| Hex | C7 | 11 | 74 | 0 | 5B | 2A | 16 | 147 | 54 | 2A |
| Octal | 307 | 21 | 164 | 0 | 133 | 52 | 26 | 507 | 124 | 52 |
| Binary | 11000111 | 10001 | 1110100 | 0 | 1011011 | 101010 | 10110 | 101000111 | 1010100 | 101010 |
Color Harmonies of #C71174
Complementary color
Monochromatic Colors of #C71174
Black with #C71174
Text Example
Text Example
White with #C71174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71174; }
p { color: rgb(199,17,116); }
H1.HeaderClassName
{
color: #C71174;
}
.AnyTagClassName
{
color: #C71174;
}
</style>
background-color css
<style>
a { background-color: #C71174; }
a { background-color: rgb(199,17,116); }
div.DivClassName
{
background-color: #C71174;
}
.BgClassName
{
background-color: #C71174;
}
</style>
border-color css
<style>
span { border-color: #C71174; }
span { border-color: rgb(199,17,116); }
td.TdClassName
{
border-color: #C71174;
}
.TagClassName
{
border-color: #C71174;
}
</style>