Shades of Medium Violet Red #C5139A
Tints of Medium Violet Red #C5139A
RGB
CMYK
RGB Variations
Color information
#C5139A (or 0xC5139A) is known color: Medium Violet Red. HEX triplet: C5, 13 and 9A. RGB value is (197,19,154). Sum of RGB (Red+Green+Blue) = 197+19+154=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5139A is #3AEC65. Grayscale: #575757. Windows color (decimal): -3861606 or 10097605. OLE color: 10097605.
HSL color Cylindrical-coordinate representation of color #C5139A: hue angle of 314.49º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5139A is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 154 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.23 |
| HSL | 314.49º | 0.82% | 0.42% | - |
| HSV(B) | 314.49º | 0.9% | 0.77% | - |
| XYZ | 29.09 | 14.67 | 31.87 | - |
| YUV | 87.61 | 165.47 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 154 | 0 | 0.90 | 0.22 | 0.23 | 314.49 | 0.82 | 0.42 |
| Hex | C5 | 13 | 9A | 0 | 5A | 16 | 17 | 13A | 52 | 2A |
| Octal | 305 | 23 | 232 | 0 | 132 | 26 | 27 | 472 | 122 | 52 |
| Binary | 11000101 | 10011 | 10011010 | 0 | 1011010 | 10110 | 10111 | 100111010 | 1010010 | 101010 |
Color Harmonies of #C5139A
Complementary color
Monochromatic Colors of #C5139A
Black with #C5139A
Text Example
Text Example
White with #C5139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5139A; }
p { color: rgb(197,19,154); }
H1.HeaderClassName
{
color: #C5139A;
}
.AnyTagClassName
{
color: #C5139A;
}
</style>
background-color css
<style>
a { background-color: #C5139A; }
a { background-color: rgb(197,19,154); }
div.DivClassName
{
background-color: #C5139A;
}
.BgClassName
{
background-color: #C5139A;
}
</style>
border-color css
<style>
span { border-color: #C5139A; }
span { border-color: rgb(197,19,154); }
td.TdClassName
{
border-color: #C5139A;
}
.TagClassName
{
border-color: #C5139A;
}
</style>