Shades of Medium Violet Red #C5038D
Tints of Medium Violet Red #C5038D
RGB
CMYK
RGB Variations
Color information
#C5038D (or 0xC5038D) is known color: Medium Violet Red. HEX triplet: C5, 03 and 8D. RGB value is (197,3,141). Sum of RGB (Red+Green+Blue) = 197+3+141=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5038D is #3AFC72. Grayscale: #4C4C4C. Windows color (decimal): -3865715 or 9241541. OLE color: 9241541.
HSL color Cylindrical-coordinate representation of color #C5038D: hue angle of 317.32º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5038D is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 141 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.23 |
| HSL | 317.32º | 0.97% | 0.39% | - |
| HSV(B) | 317.32º | 0.98% | 0.77% | - |
| XYZ | 27.87 | 13.86 | 26.41 | - |
| YUV | 76.74 | 164.27 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 141 | 0 | 0.98 | 0.28 | 0.23 | 317.32 | 0.97 | 0.39 |
| Hex | C5 | 3 | 8D | 0 | 62 | 1C | 17 | 13D | 61 | 27 |
| Octal | 305 | 3 | 215 | 0 | 142 | 34 | 27 | 475 | 141 | 47 |
| Binary | 11000101 | 11 | 10001101 | 0 | 1100010 | 11100 | 10111 | 100111101 | 1100001 | 100111 |
Color Harmonies of #C5038D
Complementary color
Monochromatic Colors of #C5038D
Black with #C5038D
Text Example
Text Example
White with #C5038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5038D; }
p { color: rgb(197,3,141); }
H1.HeaderClassName
{
color: #C5038D;
}
.AnyTagClassName
{
color: #C5038D;
}
</style>
background-color css
<style>
a { background-color: #C5038D; }
a { background-color: rgb(197,3,141); }
div.DivClassName
{
background-color: #C5038D;
}
.BgClassName
{
background-color: #C5038D;
}
</style>
border-color css
<style>
span { border-color: #C5038D; }
span { border-color: rgb(197,3,141); }
td.TdClassName
{
border-color: #C5038D;
}
.TagClassName
{
border-color: #C5038D;
}
</style>