Shades of Medium Violet Red #C01571
Tints of Medium Violet Red #C01571
RGB
CMYK
RGB Variations
Color information
#C01571 (or 0xC01571) is known color: Medium Violet Red. HEX triplet: C0, 15 and 71. RGB value is (192,21,113). Sum of RGB (Red+Green+Blue) = 192+21+113=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C01571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01571 is #3FEA8E. Grayscale: #525252. Windows color (decimal): -4188815 or 7411136. OLE color: 7411136.
HSL color Cylindrical-coordinate representation of color #C01571: hue angle of 327.72º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01571 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 113 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.25 |
| HSL | 327.72º | 0.8% | 0.42% | - |
| HSV(B) | 327.72º | 0.89% | 0.75% | - |
| XYZ | 24.99 | 12.94 | 16.8 | - |
| YUV | 82.62 | 145.15 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 113 | 0 | 0.89 | 0.41 | 0.25 | 327.72 | 0.8 | 0.42 |
| Hex | C0 | 15 | 71 | 0 | 59 | 29 | 19 | 148 | 50 | 2A |
| Octal | 300 | 25 | 161 | 0 | 131 | 51 | 31 | 510 | 120 | 52 |
| Binary | 11000000 | 10101 | 1110001 | 0 | 1011001 | 101001 | 11001 | 101001000 | 1010000 | 101010 |
Color Harmonies of #C01571
Complementary color
Monochromatic Colors of #C01571
Black with #C01571
Text Example
Text Example
White with #C01571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01571; }
p { color: rgb(192,21,113); }
H1.HeaderClassName
{
color: #C01571;
}
.AnyTagClassName
{
color: #C01571;
}
</style>
background-color css
<style>
a { background-color: #C01571; }
a { background-color: rgb(192,21,113); }
div.DivClassName
{
background-color: #C01571;
}
.BgClassName
{
background-color: #C01571;
}
</style>
border-color css
<style>
span { border-color: #C01571; }
span { border-color: rgb(192,21,113); }
td.TdClassName
{
border-color: #C01571;
}
.TagClassName
{
border-color: #C01571;
}
</style>