Shades of Medium Violet Red #C5126F
Tints of Medium Violet Red #C5126F
RGB
CMYK
RGB Variations
Color information
#C5126F (or 0xC5126F) is known color: Medium Violet Red. HEX triplet: C5, 12 and 6F. RGB value is (197,18,111). Sum of RGB (Red+Green+Blue) = 197+18+111=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5126F is #3AED90. Grayscale: #515151. Windows color (decimal): -3861905 or 7279301. OLE color: 7279301.
HSL color Cylindrical-coordinate representation of color #C5126F: hue angle of 328.83º 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 #C5126F is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 111 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.23 |
| HSL | 328.83º | 0.83% | 0.42% | - |
| HSV(B) | 328.83º | 0.91% | 0.77% | - |
| XYZ | 26.11 | 13.45 | 16.26 | - |
| YUV | 82.12 | 144.3 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 111 | 0 | 0.91 | 0.44 | 0.23 | 328.83 | 0.83 | 0.42 |
| Hex | C5 | 12 | 6F | 0 | 5B | 2C | 17 | 149 | 53 | 2A |
| Octal | 305 | 22 | 157 | 0 | 133 | 54 | 27 | 511 | 123 | 52 |
| Binary | 11000101 | 10010 | 1101111 | 0 | 1011011 | 101100 | 10111 | 101001001 | 1010011 | 101010 |
Color Harmonies of #C5126F
Complementary color
Monochromatic Colors of #C5126F
Black with #C5126F
Text Example
Text Example
White with #C5126F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5126F; }
p { color: rgb(197,18,111); }
H1.HeaderClassName
{
color: #C5126F;
}
.AnyTagClassName
{
color: #C5126F;
}
</style>
background-color css
<style>
a { background-color: #C5126F; }
a { background-color: rgb(197,18,111); }
div.DivClassName
{
background-color: #C5126F;
}
.BgClassName
{
background-color: #C5126F;
}
</style>
border-color css
<style>
span { border-color: #C5126F; }
span { border-color: rgb(197,18,111); }
td.TdClassName
{
border-color: #C5126F;
}
.TagClassName
{
border-color: #C5126F;
}
</style>