Shades of Medium Violet Red #C0139B
Tints of Medium Violet Red #C0139B
RGB
CMYK
RGB Variations
Color information
#C0139B (or 0xC0139B) is known color: Medium Violet Red. HEX triplet: C0, 13 and 9B. RGB value is (192,19,155). Sum of RGB (Red+Green+Blue) = 192+19+155=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0139B is #3FEC64. Grayscale: #555555. Windows color (decimal): -4189285 or 10163136. OLE color: 10163136.
HSL color Cylindrical-coordinate representation of color #C0139B: hue angle of 312.83º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0139B is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 155 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.25 |
| HSL | 312.83º | 0.82% | 0.41% | - |
| HSV(B) | 312.83º | 0.9% | 0.75% | - |
| XYZ | 27.89 | 14.04 | 32.25 | - |
| YUV | 86.23 | 166.81 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 155 | 0 | 0.90 | 0.19 | 0.25 | 312.83 | 0.82 | 0.41 |
| Hex | C0 | 13 | 9B | 0 | 5A | 13 | 19 | 139 | 52 | 29 |
| Octal | 300 | 23 | 233 | 0 | 132 | 23 | 31 | 471 | 122 | 51 |
| Binary | 11000000 | 10011 | 10011011 | 0 | 1011010 | 10011 | 11001 | 100111001 | 1010010 | 101001 |
Color Harmonies of #C0139B
Complementary color
Monochromatic Colors of #C0139B
Black with #C0139B
Text Example
Text Example
White with #C0139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0139B; }
p { color: rgb(192,19,155); }
H1.HeaderClassName
{
color: #C0139B;
}
.AnyTagClassName
{
color: #C0139B;
}
</style>
background-color css
<style>
a { background-color: #C0139B; }
a { background-color: rgb(192,19,155); }
div.DivClassName
{
background-color: #C0139B;
}
.BgClassName
{
background-color: #C0139B;
}
</style>
border-color css
<style>
span { border-color: #C0139B; }
span { border-color: rgb(192,19,155); }
td.TdClassName
{
border-color: #C0139B;
}
.TagClassName
{
border-color: #C0139B;
}
</style>