Shades of Medium Violet Red #C01374
Tints of Medium Violet Red #C01374
RGB
CMYK
RGB Variations
Color information
#C01374 (or 0xC01374) is known color: Medium Violet Red. HEX triplet: C0, 13 and 74. RGB value is (192,19,116). Sum of RGB (Red+Green+Blue) = 192+19+116=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C01374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01374 is #3FEC8B. Grayscale: #515151. Windows color (decimal): -4189324 or 7607232. OLE color: 7607232.
HSL color Cylindrical-coordinate representation of color #C01374: hue angle of 326.36º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01374 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 116 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.25 |
| HSL | 326.36º | 0.82% | 0.41% | - |
| HSV(B) | 326.36º | 0.9% | 0.75% | - |
| XYZ | 25.12 | 12.93 | 17.7 | - |
| YUV | 81.79 | 147.31 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 116 | 0 | 0.90 | 0.40 | 0.25 | 326.36 | 0.82 | 0.41 |
| Hex | C0 | 13 | 74 | 0 | 5A | 28 | 19 | 146 | 52 | 29 |
| Octal | 300 | 23 | 164 | 0 | 132 | 50 | 31 | 506 | 122 | 51 |
| Binary | 11000000 | 10011 | 1110100 | 0 | 1011010 | 101000 | 11001 | 101000110 | 1010010 | 101001 |
Color Harmonies of #C01374
Complementary color
Monochromatic Colors of #C01374
Black with #C01374
Text Example
Text Example
White with #C01374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01374; }
p { color: rgb(192,19,116); }
H1.HeaderClassName
{
color: #C01374;
}
.AnyTagClassName
{
color: #C01374;
}
</style>
background-color css
<style>
a { background-color: #C01374; }
a { background-color: rgb(192,19,116); }
div.DivClassName
{
background-color: #C01374;
}
.BgClassName
{
background-color: #C01374;
}
</style>
border-color css
<style>
span { border-color: #C01374; }
span { border-color: rgb(192,19,116); }
td.TdClassName
{
border-color: #C01374;
}
.TagClassName
{
border-color: #C01374;
}
</style>