Shades of Medium Violet Red #C5079A
Tints of Medium Violet Red #C5079A
RGB
CMYK
RGB Variations
Color information
#C5079A (or 0xC5079A) is known color: Medium Violet Red. HEX triplet: C5, 07 and 9A. RGB value is (197,7,154). Sum of RGB (Red+Green+Blue) = 197+7+154=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5079A is #3AF865. Grayscale: #505050. Windows color (decimal): -3864678 or 10094533. OLE color: 10094533.
HSL color Cylindrical-coordinate representation of color #C5079A: hue angle of 313.58º degrees, saturation: 0.93, 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 #C5079A is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 154 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.23 |
| HSL | 313.58º | 0.93% | 0.4% | - |
| HSV(B) | 313.58º | 0.96% | 0.77% | - |
| XYZ | 28.93 | 14.36 | 31.82 | - |
| YUV | 80.57 | 169.45 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 154 | 0 | 0.96 | 0.22 | 0.23 | 313.58 | 0.93 | 0.4 |
| Hex | C5 | 7 | 9A | 0 | 60 | 16 | 17 | 13A | 5D | 28 |
| Octal | 305 | 7 | 232 | 0 | 140 | 26 | 27 | 472 | 135 | 50 |
| Binary | 11000101 | 111 | 10011010 | 0 | 1100000 | 10110 | 10111 | 100111010 | 1011101 | 101000 |
Color Harmonies of #C5079A
Complementary color
Monochromatic Colors of #C5079A
Black with #C5079A
Text Example
Text Example
White with #C5079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5079A; }
p { color: rgb(197,7,154); }
H1.HeaderClassName
{
color: #C5079A;
}
.AnyTagClassName
{
color: #C5079A;
}
</style>
background-color css
<style>
a { background-color: #C5079A; }
a { background-color: rgb(197,7,154); }
div.DivClassName
{
background-color: #C5079A;
}
.BgClassName
{
background-color: #C5079A;
}
</style>
border-color css
<style>
span { border-color: #C5079A; }
span { border-color: rgb(197,7,154); }
td.TdClassName
{
border-color: #C5079A;
}
.TagClassName
{
border-color: #C5079A;
}
</style>