Shades of Medium Violet Red #C01594
Tints of Medium Violet Red #C01594
RGB
CMYK
RGB Variations
Color information
#C01594 (or 0xC01594) is known color: Medium Violet Red. HEX triplet: C0, 15 and 94. RGB value is (192,21,148). Sum of RGB (Red+Green+Blue) = 192+21+148=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C01594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01594 is #3FEA6B. Grayscale: #565656. Windows color (decimal): -4188780 or 9704896. OLE color: 9704896.
HSL color Cylindrical-coordinate representation of color #C01594: hue angle of 315.44º 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 #C01594 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 148 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.25 |
| HSL | 315.44º | 0.8% | 0.42% | - |
| HSV(B) | 315.44º | 0.89% | 0.75% | - |
| XYZ | 27.35 | 13.88 | 29.25 | - |
| YUV | 86.61 | 162.65 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 148 | 0 | 0.89 | 0.23 | 0.25 | 315.44 | 0.8 | 0.42 |
| Hex | C0 | 15 | 94 | 0 | 59 | 17 | 19 | 13B | 50 | 2A |
| Octal | 300 | 25 | 224 | 0 | 131 | 27 | 31 | 473 | 120 | 52 |
| Binary | 11000000 | 10101 | 10010100 | 0 | 1011001 | 10111 | 11001 | 100111011 | 1010000 | 101010 |
Color Harmonies of #C01594
Complementary color
Monochromatic Colors of #C01594
Black with #C01594
Text Example
Text Example
White with #C01594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01594; }
p { color: rgb(192,21,148); }
H1.HeaderClassName
{
color: #C01594;
}
.AnyTagClassName
{
color: #C01594;
}
</style>
background-color css
<style>
a { background-color: #C01594; }
a { background-color: rgb(192,21,148); }
div.DivClassName
{
background-color: #C01594;
}
.BgClassName
{
background-color: #C01594;
}
</style>
border-color css
<style>
span { border-color: #C01594; }
span { border-color: rgb(192,21,148); }
td.TdClassName
{
border-color: #C01594;
}
.TagClassName
{
border-color: #C01594;
}
</style>