Shades of Medium Violet Red #C5109C
Tints of Medium Violet Red #C5109C
RGB
CMYK
RGB Variations
Color information
#C5109C (or 0xC5109C) is known color: Medium Violet Red. HEX triplet: C5, 10 and 9C. RGB value is (197,16,156). Sum of RGB (Red+Green+Blue) = 197+16+156=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C5109C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5109C is #3AEF63. Grayscale: #555555. Windows color (decimal): -3862372 or 10227909. OLE color: 10227909.
HSL color Cylindrical-coordinate representation of color #C5109C: hue angle of 313.59º 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 #C5109C is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 156 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.23 |
| HSL | 313.59º | 0.85% | 0.42% | - |
| HSV(B) | 313.59º | 0.92% | 0.77% | - |
| XYZ | 29.21 | 14.64 | 32.74 | - |
| YUV | 86.08 | 167.47 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 156 | 0 | 0.92 | 0.21 | 0.23 | 313.59 | 0.85 | 0.42 |
| Hex | C5 | 10 | 9C | 0 | 5C | 15 | 17 | 13A | 55 | 2A |
| Octal | 305 | 20 | 234 | 0 | 134 | 25 | 27 | 472 | 125 | 52 |
| Binary | 11000101 | 10000 | 10011100 | 0 | 1011100 | 10101 | 10111 | 100111010 | 1010101 | 101010 |
Color Harmonies of #C5109C
Complementary color
Monochromatic Colors of #C5109C
Black with #C5109C
Text Example
Text Example
White with #C5109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5109C; }
p { color: rgb(197,16,156); }
H1.HeaderClassName
{
color: #C5109C;
}
.AnyTagClassName
{
color: #C5109C;
}
</style>
background-color css
<style>
a { background-color: #C5109C; }
a { background-color: rgb(197,16,156); }
div.DivClassName
{
background-color: #C5109C;
}
.BgClassName
{
background-color: #C5109C;
}
</style>
border-color css
<style>
span { border-color: #C5109C; }
span { border-color: rgb(197,16,156); }
td.TdClassName
{
border-color: #C5109C;
}
.TagClassName
{
border-color: #C5109C;
}
</style>