Shades of Medium Violet Red #C5109A
Tints of Medium Violet Red #C5109A
RGB
CMYK
RGB Variations
Color information
#C5109A (or 0xC5109A) is known color: Medium Violet Red. HEX triplet: C5, 10 and 9A. RGB value is (197,16,154). Sum of RGB (Red+Green+Blue) = 197+16+154=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C5109A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5109A is #3AEF65. Grayscale: #555555. Windows color (decimal): -3862374 or 10096837. OLE color: 10096837.
HSL color Cylindrical-coordinate representation of color #C5109A: hue angle of 314.25º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5109A is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 154 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.23 |
| HSL | 314.25º | 0.85% | 0.42% | - |
| HSV(B) | 314.25º | 0.92% | 0.77% | - |
| XYZ | 29.04 | 14.57 | 31.85 | - |
| YUV | 85.85 | 166.47 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 154 | 0 | 0.92 | 0.22 | 0.23 | 314.25 | 0.85 | 0.42 |
| Hex | C5 | 10 | 9A | 0 | 5C | 16 | 17 | 13A | 55 | 2A |
| Octal | 305 | 20 | 232 | 0 | 134 | 26 | 27 | 472 | 125 | 52 |
| Binary | 11000101 | 10000 | 10011010 | 0 | 1011100 | 10110 | 10111 | 100111010 | 1010101 | 101010 |
Color Harmonies of #C5109A
Complementary color
Monochromatic Colors of #C5109A
Black with #C5109A
Text Example
Text Example
White with #C5109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5109A; }
p { color: rgb(197,16,154); }
H1.HeaderClassName
{
color: #C5109A;
}
.AnyTagClassName
{
color: #C5109A;
}
</style>
background-color css
<style>
a { background-color: #C5109A; }
a { background-color: rgb(197,16,154); }
div.DivClassName
{
background-color: #C5109A;
}
.BgClassName
{
background-color: #C5109A;
}
</style>
border-color css
<style>
span { border-color: #C5109A; }
span { border-color: rgb(197,16,154); }
td.TdClassName
{
border-color: #C5109A;
}
.TagClassName
{
border-color: #C5109A;
}
</style>