Shades of Medium Violet Red #C0149B
Tints of Medium Violet Red #C0149B
RGB
CMYK
RGB Variations
Color information
#C0149B (or 0xC0149B) is known color: Medium Violet Red. HEX triplet: C0, 14 and 9B. RGB value is (192,20,155). Sum of RGB (Red+Green+Blue) = 192+20+155=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0149B is #3FEB64. Grayscale: #565656. Windows color (decimal): -4189029 or 10163392. OLE color: 10163392.
HSL color Cylindrical-coordinate representation of color #C0149B: hue angle of 312.91º 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 #C0149B is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 155 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.25 |
| HSL | 312.91º | 0.81% | 0.42% | - |
| HSV(B) | 312.91º | 0.9% | 0.75% | - |
| XYZ | 27.9 | 14.07 | 32.26 | - |
| YUV | 86.82 | 166.48 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 155 | 0 | 0.90 | 0.19 | 0.25 | 312.91 | 0.81 | 0.42 |
| Hex | C0 | 14 | 9B | 0 | 5A | 13 | 19 | 139 | 51 | 2A |
| Octal | 300 | 24 | 233 | 0 | 132 | 23 | 31 | 471 | 121 | 52 |
| Binary | 11000000 | 10100 | 10011011 | 0 | 1011010 | 10011 | 11001 | 100111001 | 1010001 | 101010 |
Color Harmonies of #C0149B
Complementary color
Monochromatic Colors of #C0149B
Black with #C0149B
Text Example
Text Example
White with #C0149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0149B; }
p { color: rgb(192,20,155); }
H1.HeaderClassName
{
color: #C0149B;
}
.AnyTagClassName
{
color: #C0149B;
}
</style>
background-color css
<style>
a { background-color: #C0149B; }
a { background-color: rgb(192,20,155); }
div.DivClassName
{
background-color: #C0149B;
}
.BgClassName
{
background-color: #C0149B;
}
</style>
border-color css
<style>
span { border-color: #C0149B; }
span { border-color: rgb(192,20,155); }
td.TdClassName
{
border-color: #C0149B;
}
.TagClassName
{
border-color: #C0149B;
}
</style>