Shades of Medium Violet Red #C01C94
Tints of Medium Violet Red #C01C94
RGB
CMYK
RGB Variations
Color information
#C01C94 (or 0xC01C94) is known color: Medium Violet Red. HEX triplet: C0, 1C and 94. RGB value is (192,28,148). Sum of RGB (Red+Green+Blue) = 192+28+148=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01C94 is #3FE36B. Grayscale: #5A5A5A. Windows color (decimal): -4186988 or 9706688. OLE color: 9706688.
HSL color Cylindrical-coordinate representation of color #C01C94: hue angle of 316.1º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01C94 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 28 | 148 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.25 |
| HSL | 316.1º | 0.75% | 0.43% | - |
| HSV(B) | 316.1º | 0.85% | 0.75% | - |
| XYZ | 27.5 | 14.18 | 29.3 | - |
| YUV | 90.72 | 160.33 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 28 | 148 | 0 | 0.85 | 0.23 | 0.25 | 316.1 | 0.75 | 0.43 |
| Hex | C0 | 1C | 94 | 0 | 55 | 17 | 19 | 13C | 4B | 2B |
| Octal | 300 | 34 | 224 | 0 | 125 | 27 | 31 | 474 | 113 | 53 |
| Binary | 11000000 | 11100 | 10010100 | 0 | 1010101 | 10111 | 11001 | 100111100 | 1001011 | 101011 |
Color Harmonies of #C01C94
Complementary color
Monochromatic Colors of #C01C94
Black with #C01C94
Text Example
Text Example
White with #C01C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01C94; }
p { color: rgb(192,28,148); }
H1.HeaderClassName
{
color: #C01C94;
}
.AnyTagClassName
{
color: #C01C94;
}
</style>
background-color css
<style>
a { background-color: #C01C94; }
a { background-color: rgb(192,28,148); }
div.DivClassName
{
background-color: #C01C94;
}
.BgClassName
{
background-color: #C01C94;
}
</style>
border-color css
<style>
span { border-color: #C01C94; }
span { border-color: rgb(192,28,148); }
td.TdClassName
{
border-color: #C01C94;
}
.TagClassName
{
border-color: #C01C94;
}
</style>