Shades of Medium Violet Red #C013A5
Tints of Medium Violet Red #C013A5
RGB
CMYK
RGB Variations
Color information
#C013A5 (or 0xC013A5) is known color: Medium Violet Red. HEX triplet: C0, 13 and A5. RGB value is (192,19,165). Sum of RGB (Red+Green+Blue) = 192+19+165=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 165 (64.84% from 255 or 43.88% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C013A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C013A5 is #3FEC5A. Grayscale: #565656. Windows color (decimal): -4189275 or 10818496. OLE color: 10818496.
HSL color Cylindrical-coordinate representation of color #C013A5: hue angle of 309.36º 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 #C013A5 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 165 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.25 |
| HSL | 309.36º | 0.82% | 0.41% | - |
| HSV(B) | 309.36º | 0.9% | 0.75% | - |
| XYZ | 28.76 | 14.39 | 36.86 | - |
| YUV | 87.37 | 171.81 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 165 | 0 | 0.90 | 0.14 | 0.25 | 309.36 | 0.82 | 0.41 |
| Hex | C0 | 13 | A5 | 0 | 5A | E | 19 | 135 | 52 | 29 |
| Octal | 300 | 23 | 245 | 0 | 132 | 16 | 31 | 465 | 122 | 51 |
| Binary | 11000000 | 10011 | 10100101 | 0 | 1011010 | 1110 | 11001 | 100110101 | 1010010 | 101001 |
Color Harmonies of #C013A5
Complementary color
Monochromatic Colors of #C013A5
Black with #C013A5
Text Example
Text Example
White with #C013A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C013A5; }
p { color: rgb(192,19,165); }
H1.HeaderClassName
{
color: #C013A5;
}
.AnyTagClassName
{
color: #C013A5;
}
</style>
background-color css
<style>
a { background-color: #C013A5; }
a { background-color: rgb(192,19,165); }
div.DivClassName
{
background-color: #C013A5;
}
.BgClassName
{
background-color: #C013A5;
}
</style>
border-color css
<style>
span { border-color: #C013A5; }
span { border-color: rgb(192,19,165); }
td.TdClassName
{
border-color: #C013A5;
}
.TagClassName
{
border-color: #C013A5;
}
</style>