Shades of Medium Violet Red #C5136A
Tints of Medium Violet Red #C5136A
RGB
CMYK
RGB Variations
Color information
#C5136A (or 0xC5136A) is known color: Medium Violet Red. HEX triplet: C5, 13 and 6A. RGB value is (197,19,106). Sum of RGB (Red+Green+Blue) = 197+19+106=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C5136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5136A is #3AEC95. Grayscale: #515151. Windows color (decimal): -3861654 or 6951877. OLE color: 6951877.
HSL color Cylindrical-coordinate representation of color #C5136A: hue angle of 330.67º 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 #C5136A is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 106 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.23 |
| HSL | 330.67º | 0.82% | 0.42% | - |
| HSV(B) | 330.67º | 0.9% | 0.77% | - |
| XYZ | 25.86 | 13.38 | 14.85 | - |
| YUV | 82.14 | 141.47 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 106 | 0 | 0.90 | 0.46 | 0.23 | 330.67 | 0.82 | 0.42 |
| Hex | C5 | 13 | 6A | 0 | 5A | 2E | 17 | 14B | 52 | 2A |
| Octal | 305 | 23 | 152 | 0 | 132 | 56 | 27 | 513 | 122 | 52 |
| Binary | 11000101 | 10011 | 1101010 | 0 | 1011010 | 101110 | 10111 | 101001011 | 1010010 | 101010 |
Color Harmonies of #C5136A
Complementary color
Monochromatic Colors of #C5136A
Black with #C5136A
Text Example
Text Example
White with #C5136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5136A; }
p { color: rgb(197,19,106); }
H1.HeaderClassName
{
color: #C5136A;
}
.AnyTagClassName
{
color: #C5136A;
}
</style>
background-color css
<style>
a { background-color: #C5136A; }
a { background-color: rgb(197,19,106); }
div.DivClassName
{
background-color: #C5136A;
}
.BgClassName
{
background-color: #C5136A;
}
</style>
border-color css
<style>
span { border-color: #C5136A; }
span { border-color: rgb(197,19,106); }
td.TdClassName
{
border-color: #C5136A;
}
.TagClassName
{
border-color: #C5136A;
}
</style>