Shades of Medium Violet Red #C01574
Tints of Medium Violet Red #C01574
RGB
CMYK
RGB Variations
Color information
#C01574 (or 0xC01574) is known color: Medium Violet Red. HEX triplet: C0, 15 and 74. RGB value is (192,21,116). Sum of RGB (Red+Green+Blue) = 192+21+116=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C01574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01574 is #3FEA8B. Grayscale: #525252. Windows color (decimal): -4188812 or 7607744. OLE color: 7607744.
HSL color Cylindrical-coordinate representation of color #C01574: hue angle of 326.67º 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 #C01574 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 116 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.25 |
| HSL | 326.67º | 0.8% | 0.42% | - |
| HSV(B) | 326.67º | 0.89% | 0.75% | - |
| XYZ | 25.16 | 13 | 17.71 | - |
| YUV | 82.96 | 146.65 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 116 | 0 | 0.89 | 0.40 | 0.25 | 326.67 | 0.8 | 0.42 |
| Hex | C0 | 15 | 74 | 0 | 59 | 28 | 19 | 147 | 50 | 2A |
| Octal | 300 | 25 | 164 | 0 | 131 | 50 | 31 | 507 | 120 | 52 |
| Binary | 11000000 | 10101 | 1110100 | 0 | 1011001 | 101000 | 11001 | 101000111 | 1010000 | 101010 |
Color Harmonies of #C01574
Complementary color
Monochromatic Colors of #C01574
Black with #C01574
Text Example
Text Example
White with #C01574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01574; }
p { color: rgb(192,21,116); }
H1.HeaderClassName
{
color: #C01574;
}
.AnyTagClassName
{
color: #C01574;
}
</style>
background-color css
<style>
a { background-color: #C01574; }
a { background-color: rgb(192,21,116); }
div.DivClassName
{
background-color: #C01574;
}
.BgClassName
{
background-color: #C01574;
}
</style>
border-color css
<style>
span { border-color: #C01574; }
span { border-color: rgb(192,21,116); }
td.TdClassName
{
border-color: #C01574;
}
.TagClassName
{
border-color: #C01574;
}
</style>