Shades of Medium Violet Red #C5149B
Tints of Medium Violet Red #C5149B
RGB
CMYK
RGB Variations
Color information
#C5149B (or 0xC5149B) is known color: Medium Violet Red. HEX triplet: C5, 14 and 9B. RGB value is (197,20,155). Sum of RGB (Red+Green+Blue) = 197+20+155=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5149B is #3AEB64. Grayscale: #575757. Windows color (decimal): -3861349 or 10163397. OLE color: 10163397.
HSL color Cylindrical-coordinate representation of color #C5149B: hue angle of 314.24º 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 #C5149B is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 155 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.23 |
| HSL | 314.24º | 0.82% | 0.43% | - |
| HSV(B) | 314.24º | 0.9% | 0.77% | - |
| XYZ | 29.19 | 14.74 | 32.32 | - |
| YUV | 88.31 | 165.64 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 155 | 0 | 0.90 | 0.21 | 0.23 | 314.24 | 0.82 | 0.43 |
| Hex | C5 | 14 | 9B | 0 | 5A | 15 | 17 | 13A | 52 | 2B |
| Octal | 305 | 24 | 233 | 0 | 132 | 25 | 27 | 472 | 122 | 53 |
| Binary | 11000101 | 10100 | 10011011 | 0 | 1011010 | 10101 | 10111 | 100111010 | 1010010 | 101011 |
Color Harmonies of #C5149B
Complementary color
Monochromatic Colors of #C5149B
Black with #C5149B
Text Example
Text Example
White with #C5149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5149B; }
p { color: rgb(197,20,155); }
H1.HeaderClassName
{
color: #C5149B;
}
.AnyTagClassName
{
color: #C5149B;
}
</style>
background-color css
<style>
a { background-color: #C5149B; }
a { background-color: rgb(197,20,155); }
div.DivClassName
{
background-color: #C5149B;
}
.BgClassName
{
background-color: #C5149B;
}
</style>
border-color css
<style>
span { border-color: #C5149B; }
span { border-color: rgb(197,20,155); }
td.TdClassName
{
border-color: #C5149B;
}
.TagClassName
{
border-color: #C5149B;
}
</style>