Shades of Medium Violet Red #C0048C
Tints of Medium Violet Red #C0048C
RGB
CMYK
RGB Variations
Color information
#C0048C (or 0xC0048C) is known color: Medium Violet Red. HEX triplet: C0, 04 and 8C. RGB value is (192,4,140). Sum of RGB (Red+Green+Blue) = 192+4+140=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0048C is #3FFB73. Grayscale: #4B4B4B. Windows color (decimal): -4193140 or 9176256. OLE color: 9176256.
HSL color Cylindrical-coordinate representation of color #C0048C: hue angle of 316.6º 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 #C0048C is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 140 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.25 |
| HSL | 316.6º | 0.96% | 0.38% | - |
| HSV(B) | 316.6º | 0.98% | 0.75% | - |
| XYZ | 26.52 | 13.19 | 25.96 | - |
| YUV | 75.72 | 164.28 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 140 | 0 | 0.98 | 0.27 | 0.25 | 316.6 | 0.96 | 0.38 |
| Hex | C0 | 4 | 8C | 0 | 62 | 1B | 19 | 13D | 60 | 26 |
| Octal | 300 | 4 | 214 | 0 | 142 | 33 | 31 | 475 | 140 | 46 |
| Binary | 11000000 | 100 | 10001100 | 0 | 1100010 | 11011 | 11001 | 100111101 | 1100000 | 100110 |
Color Harmonies of #C0048C
Complementary color
Monochromatic Colors of #C0048C
Black with #C0048C
Text Example
Text Example
White with #C0048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0048C; }
p { color: rgb(192,4,140); }
H1.HeaderClassName
{
color: #C0048C;
}
.AnyTagClassName
{
color: #C0048C;
}
</style>
background-color css
<style>
a { background-color: #C0048C; }
a { background-color: rgb(192,4,140); }
div.DivClassName
{
background-color: #C0048C;
}
.BgClassName
{
background-color: #C0048C;
}
</style>
border-color css
<style>
span { border-color: #C0048C; }
span { border-color: rgb(192,4,140); }
td.TdClassName
{
border-color: #C0048C;
}
.TagClassName
{
border-color: #C0048C;
}
</style>