Shades of Medium Violet Red #C5146D
Tints of Medium Violet Red #C5146D
RGB
CMYK
RGB Variations
Color information
#C5146D (or 0xC5146D) is known color: Medium Violet Red. HEX triplet: C5, 14 and 6D. RGB value is (197,20,109). Sum of RGB (Red+Green+Blue) = 197+20+109=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5146D is #3AEB92. Grayscale: #525252. Windows color (decimal): -3861395 or 7148741. OLE color: 7148741.
HSL color Cylindrical-coordinate representation of color #C5146D: hue angle of 329.83º 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 #C5146D is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 109 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.23 |
| HSL | 329.83º | 0.82% | 0.43% | - |
| HSV(B) | 329.83º | 0.9% | 0.77% | - |
| XYZ | 26.04 | 13.47 | 15.7 | - |
| YUV | 83.07 | 142.64 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 109 | 0 | 0.90 | 0.45 | 0.23 | 329.83 | 0.82 | 0.43 |
| Hex | C5 | 14 | 6D | 0 | 5A | 2D | 17 | 14A | 52 | 2B |
| Octal | 305 | 24 | 155 | 0 | 132 | 55 | 27 | 512 | 122 | 53 |
| Binary | 11000101 | 10100 | 1101101 | 0 | 1011010 | 101101 | 10111 | 101001010 | 1010010 | 101011 |
Color Harmonies of #C5146D
Complementary color
Monochromatic Colors of #C5146D
Black with #C5146D
Text Example
Text Example
White with #C5146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5146D; }
p { color: rgb(197,20,109); }
H1.HeaderClassName
{
color: #C5146D;
}
.AnyTagClassName
{
color: #C5146D;
}
</style>
background-color css
<style>
a { background-color: #C5146D; }
a { background-color: rgb(197,20,109); }
div.DivClassName
{
background-color: #C5146D;
}
.BgClassName
{
background-color: #C5146D;
}
</style>
border-color css
<style>
span { border-color: #C5146D; }
span { border-color: rgb(197,20,109); }
td.TdClassName
{
border-color: #C5146D;
}
.TagClassName
{
border-color: #C5146D;
}
</style>