Shades of Medium Violet Red #C5126D
Tints of Medium Violet Red #C5126D
RGB
CMYK
RGB Variations
Color information
#C5126D (or 0xC5126D) is known color: Medium Violet Red. HEX triplet: C5, 12 and 6D. RGB value is (197,18,109). Sum of RGB (Red+Green+Blue) = 197+18+109=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5126D is #3AED92. Grayscale: #515151. Windows color (decimal): -3861907 or 7148229. OLE color: 7148229.
HSL color Cylindrical-coordinate representation of color #C5126D: hue angle of 329.5º 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 #C5126D is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 109 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.23 |
| HSL | 329.5º | 0.83% | 0.42% | - |
| HSV(B) | 329.5º | 0.91% | 0.77% | - |
| XYZ | 26 | 13.41 | 15.69 | - |
| YUV | 81.9 | 143.3 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 109 | 0 | 0.91 | 0.45 | 0.23 | 329.5 | 0.83 | 0.42 |
| Hex | C5 | 12 | 6D | 0 | 5B | 2D | 17 | 149 | 53 | 2A |
| Octal | 305 | 22 | 155 | 0 | 133 | 55 | 27 | 511 | 123 | 52 |
| Binary | 11000101 | 10010 | 1101101 | 0 | 1011011 | 101101 | 10111 | 101001001 | 1010011 | 101010 |
Color Harmonies of #C5126D
Complementary color
Monochromatic Colors of #C5126D
Black with #C5126D
Text Example
Text Example
White with #C5126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5126D; }
p { color: rgb(197,18,109); }
H1.HeaderClassName
{
color: #C5126D;
}
.AnyTagClassName
{
color: #C5126D;
}
</style>
background-color css
<style>
a { background-color: #C5126D; }
a { background-color: rgb(197,18,109); }
div.DivClassName
{
background-color: #C5126D;
}
.BgClassName
{
background-color: #C5126D;
}
</style>
border-color css
<style>
span { border-color: #C5126D; }
span { border-color: rgb(197,18,109); }
td.TdClassName
{
border-color: #C5126D;
}
.TagClassName
{
border-color: #C5126D;
}
</style>