Shades of Medium Violet Red #C0147D
Tints of Medium Violet Red #C0147D
RGB
CMYK
RGB Variations
Color information
#C0147D (or 0xC0147D) is known color: Medium Violet Red. HEX triplet: C0, 14 and 7D. RGB value is (192,20,125). Sum of RGB (Red+Green+Blue) = 192+20+125=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0147D is #3FEB82. Grayscale: #535353. Windows color (decimal): -4189059 or 8197312. OLE color: 8197312.
HSL color Cylindrical-coordinate representation of color #C0147D: hue angle of 323.37º 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 #C0147D is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 125 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.25 |
| HSL | 323.37º | 0.81% | 0.42% | - |
| HSV(B) | 323.37º | 0.9% | 0.75% | - |
| XYZ | 25.69 | 13.19 | 20.59 | - |
| YUV | 83.4 | 151.48 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 125 | 0 | 0.90 | 0.35 | 0.25 | 323.37 | 0.81 | 0.42 |
| Hex | C0 | 14 | 7D | 0 | 5A | 23 | 19 | 143 | 51 | 2A |
| Octal | 300 | 24 | 175 | 0 | 132 | 43 | 31 | 503 | 121 | 52 |
| Binary | 11000000 | 10100 | 1111101 | 0 | 1011010 | 100011 | 11001 | 101000011 | 1010001 | 101010 |
Color Harmonies of #C0147D
Complementary color
Monochromatic Colors of #C0147D
Black with #C0147D
Text Example
Text Example
White with #C0147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0147D; }
p { color: rgb(192,20,125); }
H1.HeaderClassName
{
color: #C0147D;
}
.AnyTagClassName
{
color: #C0147D;
}
</style>
background-color css
<style>
a { background-color: #C0147D; }
a { background-color: rgb(192,20,125); }
div.DivClassName
{
background-color: #C0147D;
}
.BgClassName
{
background-color: #C0147D;
}
</style>
border-color css
<style>
span { border-color: #C0147D; }
span { border-color: rgb(192,20,125); }
td.TdClassName
{
border-color: #C0147D;
}
.TagClassName
{
border-color: #C0147D;
}
</style>