Shades of Medium Violet Red #C0148D
Tints of Medium Violet Red #C0148D
RGB
CMYK
RGB Variations
Color information
#C0148D (or 0xC0148D) is known color: Medium Violet Red. HEX triplet: C0, 14 and 8D. RGB value is (192,20,141). Sum of RGB (Red+Green+Blue) = 192+20+141=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0148D is #3FEB72. Grayscale: #545454. Windows color (decimal): -4189043 or 9245888. OLE color: 9245888.
HSL color Cylindrical-coordinate representation of color #C0148D: hue angle of 317.79º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0148D is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 141 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.25 |
| HSL | 317.79º | 0.81% | 0.42% | - |
| HSV(B) | 317.79º | 0.9% | 0.75% | - |
| XYZ | 26.8 | 13.63 | 26.42 | - |
| YUV | 85.22 | 159.48 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 141 | 0 | 0.90 | 0.27 | 0.25 | 317.79 | 0.81 | 0.42 |
| Hex | C0 | 14 | 8D | 0 | 5A | 1B | 19 | 13E | 51 | 2A |
| Octal | 300 | 24 | 215 | 0 | 132 | 33 | 31 | 476 | 121 | 52 |
| Binary | 11000000 | 10100 | 10001101 | 0 | 1011010 | 11011 | 11001 | 100111110 | 1010001 | 101010 |
Color Harmonies of #C0148D
Complementary color
Monochromatic Colors of #C0148D
Black with #C0148D
Text Example
Text Example
White with #C0148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0148D; }
p { color: rgb(192,20,141); }
H1.HeaderClassName
{
color: #C0148D;
}
.AnyTagClassName
{
color: #C0148D;
}
</style>
background-color css
<style>
a { background-color: #C0148D; }
a { background-color: rgb(192,20,141); }
div.DivClassName
{
background-color: #C0148D;
}
.BgClassName
{
background-color: #C0148D;
}
</style>
border-color css
<style>
span { border-color: #C0148D; }
span { border-color: rgb(192,20,141); }
td.TdClassName
{
border-color: #C0148D;
}
.TagClassName
{
border-color: #C0148D;
}
</style>