Shades of Medium Violet Red #C01171
Tints of Medium Violet Red #C01171
RGB
CMYK
RGB Variations
Color information
#C01171 (or 0xC01171) is known color: Medium Violet Red. HEX triplet: C0, 11 and 71. RGB value is (192,17,113). Sum of RGB (Red+Green+Blue) = 192+17+113=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C01171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01171 is #3FEE8E. Grayscale: #505050. Windows color (decimal): -4189839 or 7410112. OLE color: 7410112.
HSL color Cylindrical-coordinate representation of color #C01171: hue angle of 327.09º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01171 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 113 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.25 |
| HSL | 327.09º | 0.84% | 0.41% | - |
| HSV(B) | 327.09º | 0.91% | 0.75% | - |
| XYZ | 24.92 | 12.8 | 16.78 | - |
| YUV | 80.27 | 146.48 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 113 | 0 | 0.91 | 0.41 | 0.25 | 327.09 | 0.84 | 0.41 |
| Hex | C0 | 11 | 71 | 0 | 5B | 29 | 19 | 147 | 54 | 29 |
| Octal | 300 | 21 | 161 | 0 | 133 | 51 | 31 | 507 | 124 | 51 |
| Binary | 11000000 | 10001 | 1110001 | 0 | 1011011 | 101001 | 11001 | 101000111 | 1010100 | 101001 |
Color Harmonies of #C01171
Complementary color
Monochromatic Colors of #C01171
Black with #C01171
Text Example
Text Example
White with #C01171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01171; }
p { color: rgb(192,17,113); }
H1.HeaderClassName
{
color: #C01171;
}
.AnyTagClassName
{
color: #C01171;
}
</style>
background-color css
<style>
a { background-color: #C01171; }
a { background-color: rgb(192,17,113); }
div.DivClassName
{
background-color: #C01171;
}
.BgClassName
{
background-color: #C01171;
}
</style>
border-color css
<style>
span { border-color: #C01171; }
span { border-color: rgb(192,17,113); }
td.TdClassName
{
border-color: #C01171;
}
.TagClassName
{
border-color: #C01171;
}
</style>