Shades of Medium Violet Red #C00494
Tints of Medium Violet Red #C00494
RGB
CMYK
RGB Variations
Color information
#C00494 (or 0xC00494) is known color: Medium Violet Red. HEX triplet: C0, 04 and 94. RGB value is (192,4,148). Sum of RGB (Red+Green+Blue) = 192+4+148=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C00494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00494 is #3FFB6B. Grayscale: #4C4C4C. Windows color (decimal): -4193132 or 9700544. OLE color: 9700544.
HSL color Cylindrical-coordinate representation of color #C00494: hue angle of 314.04º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00494 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 148 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.25 |
| HSL | 314.04º | 0.96% | 0.38% | - |
| HSV(B) | 314.04º | 0.98% | 0.75% | - |
| XYZ | 27.13 | 13.43 | 29.18 | - |
| YUV | 76.63 | 168.28 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 148 | 0 | 0.98 | 0.23 | 0.25 | 314.04 | 0.96 | 0.38 |
| Hex | C0 | 4 | 94 | 0 | 62 | 17 | 19 | 13A | 60 | 26 |
| Octal | 300 | 4 | 224 | 0 | 142 | 27 | 31 | 472 | 140 | 46 |
| Binary | 11000000 | 100 | 10010100 | 0 | 1100010 | 10111 | 11001 | 100111010 | 1100000 | 100110 |
Color Harmonies of #C00494
Complementary color
Monochromatic Colors of #C00494
Black with #C00494
Text Example
Text Example
White with #C00494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00494; }
p { color: rgb(192,4,148); }
H1.HeaderClassName
{
color: #C00494;
}
.AnyTagClassName
{
color: #C00494;
}
</style>
background-color css
<style>
a { background-color: #C00494; }
a { background-color: rgb(192,4,148); }
div.DivClassName
{
background-color: #C00494;
}
.BgClassName
{
background-color: #C00494;
}
</style>
border-color css
<style>
span { border-color: #C00494; }
span { border-color: rgb(192,4,148); }
td.TdClassName
{
border-color: #C00494;
}
.TagClassName
{
border-color: #C00494;
}
</style>