Shades of Medium Violet Red #C5186A
Tints of Medium Violet Red #C5186A
RGB
CMYK
RGB Variations
Color information
#C5186A (or 0xC5186A) is known color: Medium Violet Red. HEX triplet: C5, 18 and 6A. RGB value is (197,24,106). Sum of RGB (Red+Green+Blue) = 197+24+106=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C5186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5186A is #3AE795. Grayscale: #545454. Windows color (decimal): -3860374 or 6953157. OLE color: 6953157.
HSL color Cylindrical-coordinate representation of color #C5186A: hue angle of 331.56º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5186A is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 106 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.23 |
| HSL | 331.56º | 0.78% | 0.43% | - |
| HSV(B) | 331.56º | 0.88% | 0.77% | - |
| XYZ | 25.95 | 13.56 | 14.89 | - |
| YUV | 85.08 | 139.81 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 106 | 0 | 0.88 | 0.46 | 0.23 | 331.56 | 0.78 | 0.43 |
| Hex | C5 | 18 | 6A | 0 | 58 | 2E | 17 | 14C | 4E | 2B |
| Octal | 305 | 30 | 152 | 0 | 130 | 56 | 27 | 514 | 116 | 53 |
| Binary | 11000101 | 11000 | 1101010 | 0 | 1011000 | 101110 | 10111 | 101001100 | 1001110 | 101011 |
Color Harmonies of #C5186A
Complementary color
Monochromatic Colors of #C5186A
Black with #C5186A
Text Example
Text Example
White with #C5186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5186A; }
p { color: rgb(197,24,106); }
H1.HeaderClassName
{
color: #C5186A;
}
.AnyTagClassName
{
color: #C5186A;
}
</style>
background-color css
<style>
a { background-color: #C5186A; }
a { background-color: rgb(197,24,106); }
div.DivClassName
{
background-color: #C5186A;
}
.BgClassName
{
background-color: #C5186A;
}
</style>
border-color css
<style>
span { border-color: #C5186A; }
span { border-color: rgb(197,24,106); }
td.TdClassName
{
border-color: #C5186A;
}
.TagClassName
{
border-color: #C5186A;
}
</style>