Shades of Medium Violet Red #C0148A
Tints of Medium Violet Red #C0148A
RGB
CMYK
RGB Variations
Color information
#C0148A (or 0xC0148A) is known color: Medium Violet Red. HEX triplet: C0, 14 and 8A. RGB value is (192,20,138). Sum of RGB (Red+Green+Blue) = 192+20+138=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C0148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0148A is #3FEB75. Grayscale: #545454. Windows color (decimal): -4189046 or 9049280. OLE color: 9049280.
HSL color Cylindrical-coordinate representation of color #C0148A: hue angle of 318.84º 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 #C0148A is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 138 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.25 |
| HSL | 318.84º | 0.81% | 0.42% | - |
| HSV(B) | 318.84º | 0.9% | 0.75% | - |
| XYZ | 26.58 | 13.54 | 25.26 | - |
| YUV | 84.88 | 157.98 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 138 | 0 | 0.90 | 0.28 | 0.25 | 318.84 | 0.81 | 0.42 |
| Hex | C0 | 14 | 8A | 0 | 5A | 1C | 19 | 13F | 51 | 2A |
| Octal | 300 | 24 | 212 | 0 | 132 | 34 | 31 | 477 | 121 | 52 |
| Binary | 11000000 | 10100 | 10001010 | 0 | 1011010 | 11100 | 11001 | 100111111 | 1010001 | 101010 |
Color Harmonies of #C0148A
Complementary color
Monochromatic Colors of #C0148A
Black with #C0148A
Text Example
Text Example
White with #C0148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0148A; }
p { color: rgb(192,20,138); }
H1.HeaderClassName
{
color: #C0148A;
}
.AnyTagClassName
{
color: #C0148A;
}
</style>
background-color css
<style>
a { background-color: #C0148A; }
a { background-color: rgb(192,20,138); }
div.DivClassName
{
background-color: #C0148A;
}
.BgClassName
{
background-color: #C0148A;
}
</style>
border-color css
<style>
span { border-color: #C0148A; }
span { border-color: rgb(192,20,138); }
td.TdClassName
{
border-color: #C0148A;
}
.TagClassName
{
border-color: #C0148A;
}
</style>