Shades of Medium Violet Red #C0139A
Tints of Medium Violet Red #C0139A
RGB
CMYK
RGB Variations
Color information
#C0139A (or 0xC0139A) is known color: Medium Violet Red. HEX triplet: C0, 13 and 9A. RGB value is (192,19,154). Sum of RGB (Red+Green+Blue) = 192+19+154=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0139A is #3FEC65. Grayscale: #555555. Windows color (decimal): -4189286 or 10097600. OLE color: 10097600.
HSL color Cylindrical-coordinate representation of color #C0139A: hue angle of 313.18º 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 #C0139A is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 154 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.25 |
| HSL | 313.18º | 0.82% | 0.41% | - |
| HSV(B) | 313.18º | 0.9% | 0.75% | - |
| XYZ | 27.8 | 14.01 | 31.81 | - |
| YUV | 86.12 | 166.31 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 154 | 0 | 0.90 | 0.20 | 0.25 | 313.18 | 0.82 | 0.41 |
| Hex | C0 | 13 | 9A | 0 | 5A | 14 | 19 | 139 | 52 | 29 |
| Octal | 300 | 23 | 232 | 0 | 132 | 24 | 31 | 471 | 122 | 51 |
| Binary | 11000000 | 10011 | 10011010 | 0 | 1011010 | 10100 | 11001 | 100111001 | 1010010 | 101001 |
Color Harmonies of #C0139A
Complementary color
Monochromatic Colors of #C0139A
Black with #C0139A
Text Example
Text Example
White with #C0139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0139A; }
p { color: rgb(192,19,154); }
H1.HeaderClassName
{
color: #C0139A;
}
.AnyTagClassName
{
color: #C0139A;
}
</style>
background-color css
<style>
a { background-color: #C0139A; }
a { background-color: rgb(192,19,154); }
div.DivClassName
{
background-color: #C0139A;
}
.BgClassName
{
background-color: #C0139A;
}
</style>
border-color css
<style>
span { border-color: #C0139A; }
span { border-color: rgb(192,19,154); }
td.TdClassName
{
border-color: #C0139A;
}
.TagClassName
{
border-color: #C0139A;
}
</style>