Shades of Medium Violet Red #C5056C
Tints of Medium Violet Red #C5056C
RGB
CMYK
RGB Variations
Color information
#C5056C (or 0xC5056C) is known color: Medium Violet Red. HEX triplet: C5, 05 and 6C. RGB value is (197,5,108). Sum of RGB (Red+Green+Blue) = 197+5+108=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C5056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5056C is #3AFA93. Grayscale: #494949. Windows color (decimal): -3865236 or 7079365. OLE color: 7079365.
HSL color Cylindrical-coordinate representation of color #C5056C: hue angle of 327.81º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5056C is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 108 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.23 |
| HSL | 327.81º | 0.95% | 0.4% | - |
| HSV(B) | 327.81º | 0.97% | 0.77% | - |
| XYZ | 25.79 | 13.06 | 15.35 | - |
| YUV | 74.15 | 147.11 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 108 | 0 | 0.97 | 0.45 | 0.23 | 327.81 | 0.95 | 0.4 |
| Hex | C5 | 5 | 6C | 0 | 61 | 2D | 17 | 148 | 5F | 28 |
| Octal | 305 | 5 | 154 | 0 | 141 | 55 | 27 | 510 | 137 | 50 |
| Binary | 11000101 | 101 | 1101100 | 0 | 1100001 | 101101 | 10111 | 101001000 | 1011111 | 101000 |
Color Harmonies of #C5056C
Complementary color
Monochromatic Colors of #C5056C
Black with #C5056C
Text Example
Text Example
White with #C5056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5056C; }
p { color: rgb(197,5,108); }
H1.HeaderClassName
{
color: #C5056C;
}
.AnyTagClassName
{
color: #C5056C;
}
</style>
background-color css
<style>
a { background-color: #C5056C; }
a { background-color: rgb(197,5,108); }
div.DivClassName
{
background-color: #C5056C;
}
.BgClassName
{
background-color: #C5056C;
}
</style>
border-color css
<style>
span { border-color: #C5056C; }
span { border-color: rgb(197,5,108); }
td.TdClassName
{
border-color: #C5056C;
}
.TagClassName
{
border-color: #C5056C;
}
</style>