Shades of Medium Violet Red #C5146F
Tints of Medium Violet Red #C5146F
RGB
CMYK
RGB Variations
Color information
#C5146F (or 0xC5146F) is known color: Medium Violet Red. HEX triplet: C5, 14 and 6F. RGB value is (197,20,111). Sum of RGB (Red+Green+Blue) = 197+20+111=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C5146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5146F is #3AEB90. Grayscale: #535353. Windows color (decimal): -3861393 or 7279813. OLE color: 7279813.
HSL color Cylindrical-coordinate representation of color #C5146F: hue angle of 329.15º 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 #C5146F is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 111 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.23 |
| HSL | 329.15º | 0.82% | 0.43% | - |
| HSV(B) | 329.15º | 0.9% | 0.77% | - |
| XYZ | 26.15 | 13.52 | 16.27 | - |
| YUV | 83.3 | 143.64 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 111 | 0 | 0.90 | 0.44 | 0.23 | 329.15 | 0.82 | 0.43 |
| Hex | C5 | 14 | 6F | 0 | 5A | 2C | 17 | 149 | 52 | 2B |
| Octal | 305 | 24 | 157 | 0 | 132 | 54 | 27 | 511 | 122 | 53 |
| Binary | 11000101 | 10100 | 1101111 | 0 | 1011010 | 101100 | 10111 | 101001001 | 1010010 | 101011 |
Color Harmonies of #C5146F
Complementary color
Monochromatic Colors of #C5146F
Black with #C5146F
Text Example
Text Example
White with #C5146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5146F; }
p { color: rgb(197,20,111); }
H1.HeaderClassName
{
color: #C5146F;
}
.AnyTagClassName
{
color: #C5146F;
}
</style>
background-color css
<style>
a { background-color: #C5146F; }
a { background-color: rgb(197,20,111); }
div.DivClassName
{
background-color: #C5146F;
}
.BgClassName
{
background-color: #C5146F;
}
</style>
border-color css
<style>
span { border-color: #C5146F; }
span { border-color: rgb(197,20,111); }
td.TdClassName
{
border-color: #C5146F;
}
.TagClassName
{
border-color: #C5146F;
}
</style>