Shades of Medium Violet Red #C5146C
Tints of Medium Violet Red #C5146C
RGB
CMYK
RGB Variations
Color information
#C5146C (or 0xC5146C) is known color: Medium Violet Red. HEX triplet: C5, 14 and 6C. RGB value is (197,20,108). Sum of RGB (Red+Green+Blue) = 197+20+108=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5146C is #3AEB93. Grayscale: #525252. Windows color (decimal): -3861396 or 7083205. OLE color: 7083205.
HSL color Cylindrical-coordinate representation of color #C5146C: hue angle of 330.17º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5146C is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 108 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.23 |
| HSL | 330.17º | 0.82% | 0.43% | - |
| HSV(B) | 330.17º | 0.9% | 0.77% | - |
| XYZ | 25.98 | 13.45 | 15.41 | - |
| YUV | 82.96 | 142.14 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 108 | 0 | 0.90 | 0.45 | 0.23 | 330.17 | 0.82 | 0.43 |
| Hex | C5 | 14 | 6C | 0 | 5A | 2D | 17 | 14A | 52 | 2B |
| Octal | 305 | 24 | 154 | 0 | 132 | 55 | 27 | 512 | 122 | 53 |
| Binary | 11000101 | 10100 | 1101100 | 0 | 1011010 | 101101 | 10111 | 101001010 | 1010010 | 101011 |
Color Harmonies of #C5146C
Complementary color
Monochromatic Colors of #C5146C
Black with #C5146C
Text Example
Text Example
White with #C5146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5146C; }
p { color: rgb(197,20,108); }
H1.HeaderClassName
{
color: #C5146C;
}
.AnyTagClassName
{
color: #C5146C;
}
</style>
background-color css
<style>
a { background-color: #C5146C; }
a { background-color: rgb(197,20,108); }
div.DivClassName
{
background-color: #C5146C;
}
.BgClassName
{
background-color: #C5146C;
}
</style>
border-color css
<style>
span { border-color: #C5146C; }
span { border-color: rgb(197,20,108); }
td.TdClassName
{
border-color: #C5146C;
}
.TagClassName
{
border-color: #C5146C;
}
</style>