Shades of Medium Violet Red #C5088D
Tints of Medium Violet Red #C5088D
RGB
CMYK
RGB Variations
Color information
#C5088D (or 0xC5088D) is known color: Medium Violet Red. HEX triplet: C5, 08 and 8D. RGB value is (197,8,141). Sum of RGB (Red+Green+Blue) = 197+8+141=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5088D is #3AF772. Grayscale: #4F4F4F. Windows color (decimal): -3864435 or 9242821. OLE color: 9242821.
HSL color Cylindrical-coordinate representation of color #C5088D: hue angle of 317.78º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5088D is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 141 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.23 |
| HSL | 317.78º | 0.92% | 0.4% | - |
| HSV(B) | 317.78º | 0.96% | 0.77% | - |
| XYZ | 27.92 | 13.97 | 26.42 | - |
| YUV | 79.67 | 162.62 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 141 | 0 | 0.96 | 0.28 | 0.23 | 317.78 | 0.92 | 0.4 |
| Hex | C5 | 8 | 8D | 0 | 60 | 1C | 17 | 13E | 5C | 28 |
| Octal | 305 | 10 | 215 | 0 | 140 | 34 | 27 | 476 | 134 | 50 |
| Binary | 11000101 | 1000 | 10001101 | 0 | 1100000 | 11100 | 10111 | 100111110 | 1011100 | 101000 |
Color Harmonies of #C5088D
Complementary color
Monochromatic Colors of #C5088D
Black with #C5088D
Text Example
Text Example
White with #C5088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5088D; }
p { color: rgb(197,8,141); }
H1.HeaderClassName
{
color: #C5088D;
}
.AnyTagClassName
{
color: #C5088D;
}
</style>
background-color css
<style>
a { background-color: #C5088D; }
a { background-color: rgb(197,8,141); }
div.DivClassName
{
background-color: #C5088D;
}
.BgClassName
{
background-color: #C5088D;
}
</style>
border-color css
<style>
span { border-color: #C5088D; }
span { border-color: rgb(197,8,141); }
td.TdClassName
{
border-color: #C5088D;
}
.TagClassName
{
border-color: #C5088D;
}
</style>