Shades of Medium Violet Red #C5148D
Tints of Medium Violet Red #C5148D
RGB
CMYK
RGB Variations
Color information
#C5148D (or 0xC5148D) is known color: Medium Violet Red. HEX triplet: C5, 14 and 8D. RGB value is (197,20,141). Sum of RGB (Red+Green+Blue) = 197+20+141=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5148D is #3AEB72. Grayscale: #565656. Windows color (decimal): -3861363 or 9245893. OLE color: 9245893.
HSL color Cylindrical-coordinate representation of color #C5148D: hue angle of 318.98º 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 #C5148D is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 141 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.23 |
| HSL | 318.98º | 0.82% | 0.43% | - |
| HSV(B) | 318.98º | 0.9% | 0.77% | - |
| XYZ | 28.08 | 14.29 | 26.48 | - |
| YUV | 86.72 | 158.64 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 141 | 0 | 0.90 | 0.28 | 0.23 | 318.98 | 0.82 | 0.43 |
| Hex | C5 | 14 | 8D | 0 | 5A | 1C | 17 | 13F | 52 | 2B |
| Octal | 305 | 24 | 215 | 0 | 132 | 34 | 27 | 477 | 122 | 53 |
| Binary | 11000101 | 10100 | 10001101 | 0 | 1011010 | 11100 | 10111 | 100111111 | 1010010 | 101011 |
Color Harmonies of #C5148D
Complementary color
Monochromatic Colors of #C5148D
Black with #C5148D
Text Example
Text Example
White with #C5148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5148D; }
p { color: rgb(197,20,141); }
H1.HeaderClassName
{
color: #C5148D;
}
.AnyTagClassName
{
color: #C5148D;
}
</style>
background-color css
<style>
a { background-color: #C5148D; }
a { background-color: rgb(197,20,141); }
div.DivClassName
{
background-color: #C5148D;
}
.BgClassName
{
background-color: #C5148D;
}
</style>
border-color css
<style>
span { border-color: #C5148D; }
span { border-color: rgb(197,20,141); }
td.TdClassName
{
border-color: #C5148D;
}
.TagClassName
{
border-color: #C5148D;
}
</style>