Shades of Medium Violet Red #C0128E
Tints of Medium Violet Red #C0128E
RGB
CMYK
RGB Variations
Color information
#C0128E (or 0xC0128E) is known color: Medium Violet Red. HEX triplet: C0, 12 and 8E. RGB value is (192,18,142). Sum of RGB (Red+Green+Blue) = 192+18+142=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0128E is #3FED71. Grayscale: #535353. Windows color (decimal): -4189554 or 9310912. OLE color: 9310912.
HSL color Cylindrical-coordinate representation of color #C0128E: hue angle of 317.24º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0128E is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 142 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.25 |
| HSL | 317.24º | 0.83% | 0.41% | - |
| HSV(B) | 317.24º | 0.91% | 0.75% | - |
| XYZ | 26.84 | 13.59 | 26.8 | - |
| YUV | 84.16 | 160.65 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 142 | 0 | 0.91 | 0.26 | 0.25 | 317.24 | 0.83 | 0.41 |
| Hex | C0 | 12 | 8E | 0 | 5B | 1A | 19 | 13D | 53 | 29 |
| Octal | 300 | 22 | 216 | 0 | 133 | 32 | 31 | 475 | 123 | 51 |
| Binary | 11000000 | 10010 | 10001110 | 0 | 1011011 | 11010 | 11001 | 100111101 | 1010011 | 101001 |
Color Harmonies of #C0128E
Complementary color
Monochromatic Colors of #C0128E
Black with #C0128E
Text Example
Text Example
White with #C0128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0128E; }
p { color: rgb(192,18,142); }
H1.HeaderClassName
{
color: #C0128E;
}
.AnyTagClassName
{
color: #C0128E;
}
</style>
background-color css
<style>
a { background-color: #C0128E; }
a { background-color: rgb(192,18,142); }
div.DivClassName
{
background-color: #C0128E;
}
.BgClassName
{
background-color: #C0128E;
}
</style>
border-color css
<style>
span { border-color: #C0128E; }
span { border-color: rgb(192,18,142); }
td.TdClassName
{
border-color: #C0128E;
}
.TagClassName
{
border-color: #C0128E;
}
</style>