Shades of Medium Violet Red #C5086A
Tints of Medium Violet Red #C5086A
RGB
CMYK
RGB Variations
Color information
#C5086A (or 0xC5086A) is known color: Medium Violet Red. HEX triplet: C5, 08 and 6A. RGB value is (197,8,106). Sum of RGB (Red+Green+Blue) = 197+8+106=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5086A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5086A is #3AF795. Grayscale: #4B4B4B. Windows color (decimal): -3864470 or 6949061. OLE color: 6949061.
HSL color Cylindrical-coordinate representation of color #C5086A: hue angle of 328.89º 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 #C5086A is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 106 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.23 |
| HSL | 328.89º | 0.92% | 0.4% | - |
| HSV(B) | 328.89º | 0.96% | 0.77% | - |
| XYZ | 25.71 | 13.08 | 14.81 | - |
| YUV | 75.68 | 145.12 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 106 | 0 | 0.96 | 0.46 | 0.23 | 328.89 | 0.92 | 0.4 |
| Hex | C5 | 8 | 6A | 0 | 60 | 2E | 17 | 149 | 5C | 28 |
| Octal | 305 | 10 | 152 | 0 | 140 | 56 | 27 | 511 | 134 | 50 |
| Binary | 11000101 | 1000 | 1101010 | 0 | 1100000 | 101110 | 10111 | 101001001 | 1011100 | 101000 |
Color Harmonies of #C5086A
Complementary color
Monochromatic Colors of #C5086A
Black with #C5086A
Text Example
Text Example
White with #C5086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5086A; }
p { color: rgb(197,8,106); }
H1.HeaderClassName
{
color: #C5086A;
}
.AnyTagClassName
{
color: #C5086A;
}
</style>
background-color css
<style>
a { background-color: #C5086A; }
a { background-color: rgb(197,8,106); }
div.DivClassName
{
background-color: #C5086A;
}
.BgClassName
{
background-color: #C5086A;
}
</style>
border-color css
<style>
span { border-color: #C5086A; }
span { border-color: rgb(197,8,106); }
td.TdClassName
{
border-color: #C5086A;
}
.TagClassName
{
border-color: #C5086A;
}
</style>