Shades of Medium Violet Red #C01974
Tints of Medium Violet Red #C01974
RGB
CMYK
RGB Variations
Color information
#C01974 (or 0xC01974) is known color: Medium Violet Red. HEX triplet: C0, 19 and 74. RGB value is (192,25,116). Sum of RGB (Red+Green+Blue) = 192+25+116=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C01974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01974 is #3FE68B. Grayscale: #555555. Windows color (decimal): -4187788 or 7608768. OLE color: 7608768.
HSL color Cylindrical-coordinate representation of color #C01974: hue angle of 327.31º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01974 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 116 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.25 |
| HSL | 327.31º | 0.77% | 0.43% | - |
| HSV(B) | 327.31º | 0.87% | 0.75% | - |
| XYZ | 25.24 | 13.16 | 17.73 | - |
| YUV | 85.31 | 145.33 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 116 | 0 | 0.87 | 0.40 | 0.25 | 327.31 | 0.77 | 0.43 |
| Hex | C0 | 19 | 74 | 0 | 57 | 28 | 19 | 147 | 4D | 2B |
| Octal | 300 | 31 | 164 | 0 | 127 | 50 | 31 | 507 | 115 | 53 |
| Binary | 11000000 | 11001 | 1110100 | 0 | 1010111 | 101000 | 11001 | 101000111 | 1001101 | 101011 |
Color Harmonies of #C01974
Complementary color
Monochromatic Colors of #C01974
Black with #C01974
Text Example
Text Example
White with #C01974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01974; }
p { color: rgb(192,25,116); }
H1.HeaderClassName
{
color: #C01974;
}
.AnyTagClassName
{
color: #C01974;
}
</style>
background-color css
<style>
a { background-color: #C01974; }
a { background-color: rgb(192,25,116); }
div.DivClassName
{
background-color: #C01974;
}
.BgClassName
{
background-color: #C01974;
}
</style>
border-color css
<style>
span { border-color: #C01974; }
span { border-color: rgb(192,25,116); }
td.TdClassName
{
border-color: #C01974;
}
.TagClassName
{
border-color: #C01974;
}
</style>