Shades of Medium Violet Red #C0148C
Tints of Medium Violet Red #C0148C
RGB
CMYK
RGB Variations
Color information
#C0148C (or 0xC0148C) is known color: Medium Violet Red. HEX triplet: C0, 14 and 8C. RGB value is (192,20,140). Sum of RGB (Red+Green+Blue) = 192+20+140=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0148C is #3FEB73. Grayscale: #545454. Windows color (decimal): -4189044 or 9180352. OLE color: 9180352.
HSL color Cylindrical-coordinate representation of color #C0148C: hue angle of 318.14º 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 #C0148C is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 140 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.25 |
| HSL | 318.14º | 0.81% | 0.42% | - |
| HSV(B) | 318.14º | 0.9% | 0.75% | - |
| XYZ | 26.72 | 13.6 | 26.03 | - |
| YUV | 85.11 | 158.98 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 140 | 0 | 0.90 | 0.27 | 0.25 | 318.14 | 0.81 | 0.42 |
| Hex | C0 | 14 | 8C | 0 | 5A | 1B | 19 | 13E | 51 | 2A |
| Octal | 300 | 24 | 214 | 0 | 132 | 33 | 31 | 476 | 121 | 52 |
| Binary | 11000000 | 10100 | 10001100 | 0 | 1011010 | 11011 | 11001 | 100111110 | 1010001 | 101010 |
Color Harmonies of #C0148C
Complementary color
Monochromatic Colors of #C0148C
Black with #C0148C
Text Example
Text Example
White with #C0148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0148C; }
p { color: rgb(192,20,140); }
H1.HeaderClassName
{
color: #C0148C;
}
.AnyTagClassName
{
color: #C0148C;
}
</style>
background-color css
<style>
a { background-color: #C0148C; }
a { background-color: rgb(192,20,140); }
div.DivClassName
{
background-color: #C0148C;
}
.BgClassName
{
background-color: #C0148C;
}
</style>
border-color css
<style>
span { border-color: #C0148C; }
span { border-color: rgb(192,20,140); }
td.TdClassName
{
border-color: #C0148C;
}
.TagClassName
{
border-color: #C0148C;
}
</style>