Shades of Medium Violet Red #C5149D
Tints of Medium Violet Red #C5149D
RGB
CMYK
RGB Variations
Color information
#C5149D (or 0xC5149D) is known color: Medium Violet Red. HEX triplet: C5, 14 and 9D. RGB value is (197,20,157). Sum of RGB (Red+Green+Blue) = 197+20+157=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5149D is #3AEB62. Grayscale: #585858. Windows color (decimal): -3861347 or 10294469. OLE color: 10294469.
HSL color Cylindrical-coordinate representation of color #C5149D: hue angle of 313.56º 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 #C5149D is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 157 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.23 |
| HSL | 313.56º | 0.82% | 0.43% | - |
| HSV(B) | 313.56º | 0.9% | 0.77% | - |
| XYZ | 29.36 | 14.8 | 33.21 | - |
| YUV | 88.54 | 166.64 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 157 | 0 | 0.90 | 0.20 | 0.23 | 313.56 | 0.82 | 0.43 |
| Hex | C5 | 14 | 9D | 0 | 5A | 14 | 17 | 13A | 52 | 2B |
| Octal | 305 | 24 | 235 | 0 | 132 | 24 | 27 | 472 | 122 | 53 |
| Binary | 11000101 | 10100 | 10011101 | 0 | 1011010 | 10100 | 10111 | 100111010 | 1010010 | 101011 |
Color Harmonies of #C5149D
Complementary color
Monochromatic Colors of #C5149D
Black with #C5149D
Text Example
Text Example
White with #C5149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5149D; }
p { color: rgb(197,20,157); }
H1.HeaderClassName
{
color: #C5149D;
}
.AnyTagClassName
{
color: #C5149D;
}
</style>
background-color css
<style>
a { background-color: #C5149D; }
a { background-color: rgb(197,20,157); }
div.DivClassName
{
background-color: #C5149D;
}
.BgClassName
{
background-color: #C5149D;
}
</style>
border-color css
<style>
span { border-color: #C5149D; }
span { border-color: rgb(197,20,157); }
td.TdClassName
{
border-color: #C5149D;
}
.TagClassName
{
border-color: #C5149D;
}
</style>