Shades of Medium Violet Red #C01894
Tints of Medium Violet Red #C01894
RGB
CMYK
RGB Variations
Color information
#C01894 (or 0xC01894) is known color: Medium Violet Red. HEX triplet: C0, 18 and 94. RGB value is (192,24,148). Sum of RGB (Red+Green+Blue) = 192+24+148=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C01894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01894 is #3FE76B. Grayscale: #585858. Windows color (decimal): -4188012 or 9705664. OLE color: 9705664.
HSL color Cylindrical-coordinate representation of color #C01894: hue angle of 315.71º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01894 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 148 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.25 |
| HSL | 315.71º | 0.78% | 0.42% | - |
| HSV(B) | 315.71º | 0.88% | 0.75% | - |
| XYZ | 27.41 | 14 | 29.27 | - |
| YUV | 88.37 | 161.66 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 148 | 0 | 0.88 | 0.23 | 0.25 | 315.71 | 0.78 | 0.42 |
| Hex | C0 | 18 | 94 | 0 | 58 | 17 | 19 | 13C | 4E | 2A |
| Octal | 300 | 30 | 224 | 0 | 130 | 27 | 31 | 474 | 116 | 52 |
| Binary | 11000000 | 11000 | 10010100 | 0 | 1011000 | 10111 | 11001 | 100111100 | 1001110 | 101010 |
Color Harmonies of #C01894
Complementary color
Monochromatic Colors of #C01894
Black with #C01894
Text Example
Text Example
White with #C01894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01894; }
p { color: rgb(192,24,148); }
H1.HeaderClassName
{
color: #C01894;
}
.AnyTagClassName
{
color: #C01894;
}
</style>
background-color css
<style>
a { background-color: #C01894; }
a { background-color: rgb(192,24,148); }
div.DivClassName
{
background-color: #C01894;
}
.BgClassName
{
background-color: #C01894;
}
</style>
border-color css
<style>
span { border-color: #C01894; }
span { border-color: rgb(192,24,148); }
td.TdClassName
{
border-color: #C01894;
}
.TagClassName
{
border-color: #C01894;
}
</style>