Shades of Medium Violet Red #C0049F
Tints of Medium Violet Red #C0049F
RGB
CMYK
RGB Variations
Color information
#C0049F (or 0xC0049F) is known color: Medium Violet Red. HEX triplet: C0, 04 and 9F. RGB value is (192,4,159). Sum of RGB (Red+Green+Blue) = 192+4+159=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0049F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0049F is #3FFB60. Grayscale: #4D4D4D. Windows color (decimal): -4193121 or 10421440. OLE color: 10421440.
HSL color Cylindrical-coordinate representation of color #C0049F: hue angle of 310.53º 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 #C0049F is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 159 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.25 |
| HSL | 310.53º | 0.96% | 0.38% | - |
| HSV(B) | 310.53º | 0.98% | 0.75% | - |
| XYZ | 28.04 | 13.8 | 33.99 | - |
| YUV | 77.88 | 173.78 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 159 | 0 | 0.98 | 0.17 | 0.25 | 310.53 | 0.96 | 0.38 |
| Hex | C0 | 4 | 9F | 0 | 62 | 11 | 19 | 137 | 60 | 26 |
| Octal | 300 | 4 | 237 | 0 | 142 | 21 | 31 | 467 | 140 | 46 |
| Binary | 11000000 | 100 | 10011111 | 0 | 1100010 | 10001 | 11001 | 100110111 | 1100000 | 100110 |
Color Harmonies of #C0049F
Complementary color
Monochromatic Colors of #C0049F
Black with #C0049F
Text Example
Text Example
White with #C0049F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0049F; }
p { color: rgb(192,4,159); }
H1.HeaderClassName
{
color: #C0049F;
}
.AnyTagClassName
{
color: #C0049F;
}
</style>
background-color css
<style>
a { background-color: #C0049F; }
a { background-color: rgb(192,4,159); }
div.DivClassName
{
background-color: #C0049F;
}
.BgClassName
{
background-color: #C0049F;
}
</style>
border-color css
<style>
span { border-color: #C0049F; }
span { border-color: rgb(192,4,159); }
td.TdClassName
{
border-color: #C0049F;
}
.TagClassName
{
border-color: #C0049F;
}
</style>