Shades of Medium Violet Red #C5146B
Tints of Medium Violet Red #C5146B
RGB
CMYK
RGB Variations
Color information
#C5146B (or 0xC5146B) is known color: Medium Violet Red. HEX triplet: C5, 14 and 6B. RGB value is (197,20,107). Sum of RGB (Red+Green+Blue) = 197+20+107=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5146B is #3AEB94. Grayscale: #525252. Windows color (decimal): -3861397 or 7017669. OLE color: 7017669.
HSL color Cylindrical-coordinate representation of color #C5146B: hue angle of 330.51º 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 #C5146B is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 107 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.23 |
| HSL | 330.51º | 0.82% | 0.43% | - |
| HSV(B) | 330.51º | 0.9% | 0.77% | - |
| XYZ | 25.93 | 13.43 | 15.14 | - |
| YUV | 82.84 | 141.64 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 107 | 0 | 0.90 | 0.46 | 0.23 | 330.51 | 0.82 | 0.43 |
| Hex | C5 | 14 | 6B | 0 | 5A | 2E | 17 | 14B | 52 | 2B |
| Octal | 305 | 24 | 153 | 0 | 132 | 56 | 27 | 513 | 122 | 53 |
| Binary | 11000101 | 10100 | 1101011 | 0 | 1011010 | 101110 | 10111 | 101001011 | 1010010 | 101011 |
Color Harmonies of #C5146B
Complementary color
Monochromatic Colors of #C5146B
Black with #C5146B
Text Example
Text Example
White with #C5146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5146B; }
p { color: rgb(197,20,107); }
H1.HeaderClassName
{
color: #C5146B;
}
.AnyTagClassName
{
color: #C5146B;
}
</style>
background-color css
<style>
a { background-color: #C5146B; }
a { background-color: rgb(197,20,107); }
div.DivClassName
{
background-color: #C5146B;
}
.BgClassName
{
background-color: #C5146B;
}
</style>
border-color css
<style>
span { border-color: #C5146B; }
span { border-color: rgb(197,20,107); }
td.TdClassName
{
border-color: #C5146B;
}
.TagClassName
{
border-color: #C5146B;
}
</style>