Shades of Medium Violet Red #C5146E
Tints of Medium Violet Red #C5146E
RGB
CMYK
RGB Variations
Color information
#C5146E (or 0xC5146E) is known color: Medium Violet Red. HEX triplet: C5, 14 and 6E. RGB value is (197,20,110). Sum of RGB (Red+Green+Blue) = 197+20+110=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C5146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5146E is #3AEB91. Grayscale: #525252. Windows color (decimal): -3861394 or 7214277. OLE color: 7214277.
HSL color Cylindrical-coordinate representation of color #C5146E: hue angle of 329.49º 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 #C5146E is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 110 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.23 |
| HSL | 329.49º | 0.82% | 0.43% | - |
| HSV(B) | 329.49º | 0.9% | 0.77% | - |
| XYZ | 26.09 | 13.5 | 15.98 | - |
| YUV | 83.18 | 143.14 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 110 | 0 | 0.90 | 0.44 | 0.23 | 329.49 | 0.82 | 0.43 |
| Hex | C5 | 14 | 6E | 0 | 5A | 2C | 17 | 149 | 52 | 2B |
| Octal | 305 | 24 | 156 | 0 | 132 | 54 | 27 | 511 | 122 | 53 |
| Binary | 11000101 | 10100 | 1101110 | 0 | 1011010 | 101100 | 10111 | 101001001 | 1010010 | 101011 |
Color Harmonies of #C5146E
Complementary color
Monochromatic Colors of #C5146E
Black with #C5146E
Text Example
Text Example
White with #C5146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5146E; }
p { color: rgb(197,20,110); }
H1.HeaderClassName
{
color: #C5146E;
}
.AnyTagClassName
{
color: #C5146E;
}
</style>
background-color css
<style>
a { background-color: #C5146E; }
a { background-color: rgb(197,20,110); }
div.DivClassName
{
background-color: #C5146E;
}
.BgClassName
{
background-color: #C5146E;
}
</style>
border-color css
<style>
span { border-color: #C5146E; }
span { border-color: rgb(197,20,110); }
td.TdClassName
{
border-color: #C5146E;
}
.TagClassName
{
border-color: #C5146E;
}
</style>