Shades of Medium Violet Red #C5129C
Tints of Medium Violet Red #C5129C
RGB
CMYK
RGB Variations
Color information
#C5129C (or 0xC5129C) is known color: Medium Violet Red. HEX triplet: C5, 12 and 9C. RGB value is (197,18,156). Sum of RGB (Red+Green+Blue) = 197+18+156=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5129C is #3AED63. Grayscale: #565656. Windows color (decimal): -3861860 or 10228421. OLE color: 10228421.
HSL color Cylindrical-coordinate representation of color #C5129C: hue angle of 313.74º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5129C is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 156 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.23 |
| HSL | 313.74º | 0.83% | 0.42% | - |
| HSV(B) | 313.74º | 0.91% | 0.77% | - |
| XYZ | 29.24 | 14.7 | 32.75 | - |
| YUV | 87.25 | 166.8 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 156 | 0 | 0.91 | 0.21 | 0.23 | 313.74 | 0.83 | 0.42 |
| Hex | C5 | 12 | 9C | 0 | 5B | 15 | 17 | 13A | 53 | 2A |
| Octal | 305 | 22 | 234 | 0 | 133 | 25 | 27 | 472 | 123 | 52 |
| Binary | 11000101 | 10010 | 10011100 | 0 | 1011011 | 10101 | 10111 | 100111010 | 1010011 | 101010 |
Color Harmonies of #C5129C
Complementary color
Monochromatic Colors of #C5129C
Black with #C5129C
Text Example
Text Example
White with #C5129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5129C; }
p { color: rgb(197,18,156); }
H1.HeaderClassName
{
color: #C5129C;
}
.AnyTagClassName
{
color: #C5129C;
}
</style>
background-color css
<style>
a { background-color: #C5129C; }
a { background-color: rgb(197,18,156); }
div.DivClassName
{
background-color: #C5129C;
}
.BgClassName
{
background-color: #C5129C;
}
</style>
border-color css
<style>
span { border-color: #C5129C; }
span { border-color: rgb(197,18,156); }
td.TdClassName
{
border-color: #C5129C;
}
.TagClassName
{
border-color: #C5129C;
}
</style>