Shades of Medium Violet Red #C0048A
Tints of Medium Violet Red #C0048A
RGB
CMYK
RGB Variations
Color information
#C0048A (or 0xC0048A) is known color: Medium Violet Red. HEX triplet: C0, 04 and 8A. RGB value is (192,4,138). Sum of RGB (Red+Green+Blue) = 192+4+138=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0048A is #3FFB75. Grayscale: #4B4B4B. Windows color (decimal): -4193142 or 9045184. OLE color: 9045184.
HSL color Cylindrical-coordinate representation of color #C0048A: hue angle of 317.23º 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 #C0048A is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.25 |
| HSL | 317.23º | 0.96% | 0.38% | - |
| HSV(B) | 317.23º | 0.98% | 0.75% | - |
| XYZ | 26.37 | 13.13 | 25.19 | - |
| YUV | 75.49 | 163.28 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 138 | 0 | 0.98 | 0.28 | 0.25 | 317.23 | 0.96 | 0.38 |
| Hex | C0 | 4 | 8A | 0 | 62 | 1C | 19 | 13D | 60 | 26 |
| Octal | 300 | 4 | 212 | 0 | 142 | 34 | 31 | 475 | 140 | 46 |
| Binary | 11000000 | 100 | 10001010 | 0 | 1100010 | 11100 | 11001 | 100111101 | 1100000 | 100110 |
Color Harmonies of #C0048A
Complementary color
Monochromatic Colors of #C0048A
Black with #C0048A
Text Example
Text Example
White with #C0048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0048A; }
p { color: rgb(192,4,138); }
H1.HeaderClassName
{
color: #C0048A;
}
.AnyTagClassName
{
color: #C0048A;
}
</style>
background-color css
<style>
a { background-color: #C0048A; }
a { background-color: rgb(192,4,138); }
div.DivClassName
{
background-color: #C0048A;
}
.BgClassName
{
background-color: #C0048A;
}
</style>
border-color css
<style>
span { border-color: #C0048A; }
span { border-color: rgb(192,4,138); }
td.TdClassName
{
border-color: #C0048A;
}
.TagClassName
{
border-color: #C0048A;
}
</style>