Shades of Medium Violet Red #C5086B
Tints of Medium Violet Red #C5086B
RGB
CMYK
RGB Variations
Color information
#C5086B (or 0xC5086B) is known color: Medium Violet Red. HEX triplet: C5, 08 and 6B. RGB value is (197,8,107). Sum of RGB (Red+Green+Blue) = 197+8+107=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C5086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5086B is #3AF794. Grayscale: #4B4B4B. Windows color (decimal): -3864469 or 7014597. OLE color: 7014597.
HSL color Cylindrical-coordinate representation of color #C5086B: hue angle of 328.57º 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 #C5086B is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 107 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.23 |
| HSL | 328.57º | 0.92% | 0.4% | - |
| HSV(B) | 328.57º | 0.96% | 0.77% | - |
| XYZ | 25.77 | 13.11 | 15.08 | - |
| YUV | 75.8 | 145.62 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 107 | 0 | 0.96 | 0.46 | 0.23 | 328.57 | 0.92 | 0.4 |
| Hex | C5 | 8 | 6B | 0 | 60 | 2E | 17 | 149 | 5C | 28 |
| Octal | 305 | 10 | 153 | 0 | 140 | 56 | 27 | 511 | 134 | 50 |
| Binary | 11000101 | 1000 | 1101011 | 0 | 1100000 | 101110 | 10111 | 101001001 | 1011100 | 101000 |
Color Harmonies of #C5086B
Complementary color
Monochromatic Colors of #C5086B
Black with #C5086B
Text Example
Text Example
White with #C5086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5086B; }
p { color: rgb(197,8,107); }
H1.HeaderClassName
{
color: #C5086B;
}
.AnyTagClassName
{
color: #C5086B;
}
</style>
background-color css
<style>
a { background-color: #C5086B; }
a { background-color: rgb(197,8,107); }
div.DivClassName
{
background-color: #C5086B;
}
.BgClassName
{
background-color: #C5086B;
}
</style>
border-color css
<style>
span { border-color: #C5086B; }
span { border-color: rgb(197,8,107); }
td.TdClassName
{
border-color: #C5086B;
}
.TagClassName
{
border-color: #C5086B;
}
</style>