Shades of Medium Violet Red #C5008D
Tints of Medium Violet Red #C5008D
RGB
CMYK
RGB Variations
Color information
#C5008D (or 0xC5008D) is known color: Medium Violet Red. HEX triplet: C5, 00 and 8D. RGB value is (197,0,141). Sum of RGB (Red+Green+Blue) = 197+0+141=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5008D is #3AFF72. Grayscale: #4A4A4A. Windows color (decimal): -3866483 or 9240773. OLE color: 9240773.
HSL color Cylindrical-coordinate representation of color #C5008D: hue angle of 317.06º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5008D is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.28 | 0.23 |
| HSL | 317.06º | 1% | 0.39% | - |
| HSV(B) | 317.06º | 1% | 0.77% | - |
| XYZ | 27.83 | 13.79 | 26.39 | - |
| YUV | 74.98 | 165.27 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 141 | 0 | 1 | 0.28 | 0.23 | 317.06 | 1 | 0.39 |
| Hex | C5 | 0 | 8D | 0 | 64 | 1C | 17 | 13D | 64 | 27 |
| Octal | 305 | 0 | 215 | 0 | 144 | 34 | 27 | 475 | 144 | 47 |
| Binary | 11000101 | 0 | 10001101 | 0 | 1100100 | 11100 | 10111 | 100111101 | 1100100 | 100111 |
Color Harmonies of #C5008D
Complementary color
Monochromatic Colors of #C5008D
Black with #C5008D
Text Example
Text Example
White with #C5008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5008D; }
p { color: rgb(197,0,141); }
H1.HeaderClassName
{
color: #C5008D;
}
.AnyTagClassName
{
color: #C5008D;
}
</style>
background-color css
<style>
a { background-color: #C5008D; }
a { background-color: rgb(197,0,141); }
div.DivClassName
{
background-color: #C5008D;
}
.BgClassName
{
background-color: #C5008D;
}
</style>
border-color css
<style>
span { border-color: #C5008D; }
span { border-color: rgb(197,0,141); }
td.TdClassName
{
border-color: #C5008D;
}
.TagClassName
{
border-color: #C5008D;
}
</style>