Shades of Medium Violet Red #C013A0
Tints of Medium Violet Red #C013A0
RGB
CMYK
RGB Variations
Color information
#C013A0 (or 0xC013A0) is known color: Medium Violet Red. HEX triplet: C0, 13 and A0. RGB value is (192,19,160). Sum of RGB (Red+Green+Blue) = 192+19+160=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C013A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C013A0 is #3FEC5F. Grayscale: #565656. Windows color (decimal): -4189280 or 10490816. OLE color: 10490816.
HSL color Cylindrical-coordinate representation of color #C013A0: hue angle of 311.1º 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 #C013A0 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 160 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.25 |
| HSL | 311.1º | 0.82% | 0.41% | - |
| HSV(B) | 311.1º | 0.9% | 0.75% | - |
| XYZ | 28.32 | 14.21 | 34.51 | - |
| YUV | 86.8 | 169.31 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 160 | 0 | 0.90 | 0.17 | 0.25 | 311.1 | 0.82 | 0.41 |
| Hex | C0 | 13 | A0 | 0 | 5A | 11 | 19 | 137 | 52 | 29 |
| Octal | 300 | 23 | 240 | 0 | 132 | 21 | 31 | 467 | 122 | 51 |
| Binary | 11000000 | 10011 | 10100000 | 0 | 1011010 | 10001 | 11001 | 100110111 | 1010010 | 101001 |
Color Harmonies of #C013A0
Complementary color
Monochromatic Colors of #C013A0
Black with #C013A0
Text Example
Text Example
White with #C013A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C013A0; }
p { color: rgb(192,19,160); }
H1.HeaderClassName
{
color: #C013A0;
}
.AnyTagClassName
{
color: #C013A0;
}
</style>
background-color css
<style>
a { background-color: #C013A0; }
a { background-color: rgb(192,19,160); }
div.DivClassName
{
background-color: #C013A0;
}
.BgClassName
{
background-color: #C013A0;
}
</style>
border-color css
<style>
span { border-color: #C013A0; }
span { border-color: rgb(192,19,160); }
td.TdClassName
{
border-color: #C013A0;
}
.TagClassName
{
border-color: #C013A0;
}
</style>