Shades of Medium Violet Red #C5186C
Tints of Medium Violet Red #C5186C
RGB
CMYK
RGB Variations
Color information
#C5186C (or 0xC5186C) is known color: Medium Violet Red. HEX triplet: C5, 18 and 6C. RGB value is (197,24,108). Sum of RGB (Red+Green+Blue) = 197+24+108=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5186C is #3AE793. Grayscale: #555555. Windows color (decimal): -3860372 or 7084229. OLE color: 7084229.
HSL color Cylindrical-coordinate representation of color #C5186C: hue angle of 330.87º 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 #C5186C is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 108 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.23 |
| HSL | 330.87º | 0.78% | 0.43% | - |
| HSV(B) | 330.87º | 0.88% | 0.77% | - |
| XYZ | 26.06 | 13.61 | 15.44 | - |
| YUV | 85.3 | 140.81 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 108 | 0 | 0.88 | 0.45 | 0.23 | 330.87 | 0.78 | 0.43 |
| Hex | C5 | 18 | 6C | 0 | 58 | 2D | 17 | 14B | 4E | 2B |
| Octal | 305 | 30 | 154 | 0 | 130 | 55 | 27 | 513 | 116 | 53 |
| Binary | 11000101 | 11000 | 1101100 | 0 | 1011000 | 101101 | 10111 | 101001011 | 1001110 | 101011 |
Color Harmonies of #C5186C
Complementary color
Monochromatic Colors of #C5186C
Black with #C5186C
Text Example
Text Example
White with #C5186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5186C; }
p { color: rgb(197,24,108); }
H1.HeaderClassName
{
color: #C5186C;
}
.AnyTagClassName
{
color: #C5186C;
}
</style>
background-color css
<style>
a { background-color: #C5186C; }
a { background-color: rgb(197,24,108); }
div.DivClassName
{
background-color: #C5186C;
}
.BgClassName
{
background-color: #C5186C;
}
</style>
border-color css
<style>
span { border-color: #C5186C; }
span { border-color: rgb(197,24,108); }
td.TdClassName
{
border-color: #C5186C;
}
.TagClassName
{
border-color: #C5186C;
}
</style>