Shades of Medium Violet Red #C5088C
Tints of Medium Violet Red #C5088C
RGB
CMYK
RGB Variations
Color information
#C5088C (or 0xC5088C) is known color: Medium Violet Red. HEX triplet: C5, 08 and 8C. RGB value is (197,8,140). Sum of RGB (Red+Green+Blue) = 197+8+140=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5088C is #3AF773. Grayscale: #4F4F4F. Windows color (decimal): -3864436 or 9177285. OLE color: 9177285.
HSL color Cylindrical-coordinate representation of color #C5088C: hue angle of 318.1º 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 #C5088C is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 140 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.23 |
| HSL | 318.1º | 0.92% | 0.4% | - |
| HSV(B) | 318.1º | 0.96% | 0.77% | - |
| XYZ | 27.85 | 13.94 | 26.03 | - |
| YUV | 79.56 | 162.12 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 140 | 0 | 0.96 | 0.29 | 0.23 | 318.1 | 0.92 | 0.4 |
| Hex | C5 | 8 | 8C | 0 | 60 | 1D | 17 | 13E | 5C | 28 |
| Octal | 305 | 10 | 214 | 0 | 140 | 35 | 27 | 476 | 134 | 50 |
| Binary | 11000101 | 1000 | 10001100 | 0 | 1100000 | 11101 | 10111 | 100111110 | 1011100 | 101000 |
Color Harmonies of #C5088C
Complementary color
Monochromatic Colors of #C5088C
Black with #C5088C
Text Example
Text Example
White with #C5088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5088C; }
p { color: rgb(197,8,140); }
H1.HeaderClassName
{
color: #C5088C;
}
.AnyTagClassName
{
color: #C5088C;
}
</style>
background-color css
<style>
a { background-color: #C5088C; }
a { background-color: rgb(197,8,140); }
div.DivClassName
{
background-color: #C5088C;
}
.BgClassName
{
background-color: #C5088C;
}
</style>
border-color css
<style>
span { border-color: #C5088C; }
span { border-color: rgb(197,8,140); }
td.TdClassName
{
border-color: #C5088C;
}
.TagClassName
{
border-color: #C5088C;
}
</style>