Shades of Medium Violet Red #C0147E
Tints of Medium Violet Red #C0147E
RGB
CMYK
RGB Variations
Color information
#C0147E (or 0xC0147E) is known color: Medium Violet Red. HEX triplet: C0, 14 and 7E. RGB value is (192,20,126). Sum of RGB (Red+Green+Blue) = 192+20+126=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0147E is #3FEB81. Grayscale: #535353. Windows color (decimal): -4189058 or 8262848. OLE color: 8262848.
HSL color Cylindrical-coordinate representation of color #C0147E: hue angle of 323.02º 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 #C0147E is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 126 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.25 |
| HSL | 323.02º | 0.81% | 0.42% | - |
| HSV(B) | 323.02º | 0.9% | 0.75% | - |
| XYZ | 25.75 | 13.21 | 20.93 | - |
| YUV | 83.51 | 151.98 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 126 | 0 | 0.90 | 0.34 | 0.25 | 323.02 | 0.81 | 0.42 |
| Hex | C0 | 14 | 7E | 0 | 5A | 22 | 19 | 143 | 51 | 2A |
| Octal | 300 | 24 | 176 | 0 | 132 | 42 | 31 | 503 | 121 | 52 |
| Binary | 11000000 | 10100 | 1111110 | 0 | 1011010 | 100010 | 11001 | 101000011 | 1010001 | 101010 |
Color Harmonies of #C0147E
Complementary color
Monochromatic Colors of #C0147E
Black with #C0147E
Text Example
Text Example
White with #C0147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0147E; }
p { color: rgb(192,20,126); }
H1.HeaderClassName
{
color: #C0147E;
}
.AnyTagClassName
{
color: #C0147E;
}
</style>
background-color css
<style>
a { background-color: #C0147E; }
a { background-color: rgb(192,20,126); }
div.DivClassName
{
background-color: #C0147E;
}
.BgClassName
{
background-color: #C0147E;
}
</style>
border-color css
<style>
span { border-color: #C0147E; }
span { border-color: rgb(192,20,126); }
td.TdClassName
{
border-color: #C0147E;
}
.TagClassName
{
border-color: #C0147E;
}
</style>