Shades of Medium Violet Red #C5148E
Tints of Medium Violet Red #C5148E
RGB
CMYK
RGB Variations
Color information
#C5148E (or 0xC5148E) is known color: Medium Violet Red. HEX triplet: C5, 14 and 8E. RGB value is (197,20,142). Sum of RGB (Red+Green+Blue) = 197+20+142=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5148E is #3AEB71. Grayscale: #565656. Windows color (decimal): -3861362 or 9311429. OLE color: 9311429.
HSL color Cylindrical-coordinate representation of color #C5148E: hue angle of 318.64º 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 #C5148E is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 142 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.23 |
| HSL | 318.64º | 0.82% | 0.43% | - |
| HSV(B) | 318.64º | 0.9% | 0.77% | - |
| XYZ | 28.16 | 14.32 | 26.87 | - |
| YUV | 86.83 | 159.14 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 142 | 0 | 0.90 | 0.28 | 0.23 | 318.64 | 0.82 | 0.43 |
| Hex | C5 | 14 | 8E | 0 | 5A | 1C | 17 | 13F | 52 | 2B |
| Octal | 305 | 24 | 216 | 0 | 132 | 34 | 27 | 477 | 122 | 53 |
| Binary | 11000101 | 10100 | 10001110 | 0 | 1011010 | 11100 | 10111 | 100111111 | 1010010 | 101011 |
Color Harmonies of #C5148E
Complementary color
Monochromatic Colors of #C5148E
Black with #C5148E
Text Example
Text Example
White with #C5148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5148E; }
p { color: rgb(197,20,142); }
H1.HeaderClassName
{
color: #C5148E;
}
.AnyTagClassName
{
color: #C5148E;
}
</style>
background-color css
<style>
a { background-color: #C5148E; }
a { background-color: rgb(197,20,142); }
div.DivClassName
{
background-color: #C5148E;
}
.BgClassName
{
background-color: #C5148E;
}
</style>
border-color css
<style>
span { border-color: #C5148E; }
span { border-color: rgb(197,20,142); }
td.TdClassName
{
border-color: #C5148E;
}
.TagClassName
{
border-color: #C5148E;
}
</style>