Shades of Medium Violet Red #C0048E
Tints of Medium Violet Red #C0048E
RGB
CMYK
RGB Variations
Color information
#C0048E (or 0xC0048E) is known color: Medium Violet Red. HEX triplet: C0, 04 and 8E. RGB value is (192,4,142). Sum of RGB (Red+Green+Blue) = 192+4+142=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0048E is #3FFB71. Grayscale: #4B4B4B. Windows color (decimal): -4193138 or 9307328. OLE color: 9307328.
HSL color Cylindrical-coordinate representation of color #C0048E: hue angle of 315.96º 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 #C0048E is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 142 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.25 |
| HSL | 315.96º | 0.96% | 0.38% | - |
| HSV(B) | 315.96º | 0.98% | 0.75% | - |
| XYZ | 26.66 | 13.25 | 26.74 | - |
| YUV | 75.94 | 165.28 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 142 | 0 | 0.98 | 0.26 | 0.25 | 315.96 | 0.96 | 0.38 |
| Hex | C0 | 4 | 8E | 0 | 62 | 1A | 19 | 13C | 60 | 26 |
| Octal | 300 | 4 | 216 | 0 | 142 | 32 | 31 | 474 | 140 | 46 |
| Binary | 11000000 | 100 | 10001110 | 0 | 1100010 | 11010 | 11001 | 100111100 | 1100000 | 100110 |
Color Harmonies of #C0048E
Complementary color
Monochromatic Colors of #C0048E
Black with #C0048E
Text Example
Text Example
White with #C0048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0048E; }
p { color: rgb(192,4,142); }
H1.HeaderClassName
{
color: #C0048E;
}
.AnyTagClassName
{
color: #C0048E;
}
</style>
background-color css
<style>
a { background-color: #C0048E; }
a { background-color: rgb(192,4,142); }
div.DivClassName
{
background-color: #C0048E;
}
.BgClassName
{
background-color: #C0048E;
}
</style>
border-color css
<style>
span { border-color: #C0048E; }
span { border-color: rgb(192,4,142); }
td.TdClassName
{
border-color: #C0048E;
}
.TagClassName
{
border-color: #C0048E;
}
</style>