Shades of Medium Violet Red #C4126D
Tints of Medium Violet Red #C4126D
RGB
CMYK
RGB Variations
Color information
#C4126D (or 0xC4126D) is known color: Medium Violet Red. HEX triplet: C4, 12 and 6D. RGB value is (196,18,109). Sum of RGB (Red+Green+Blue) = 196+18+109=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C4126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4126D is #3BED92. Grayscale: #515151. Windows color (decimal): -3927443 or 7148228. OLE color: 7148228.
HSL color Cylindrical-coordinate representation of color #C4126D: hue angle of 329.33º 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 #C4126D is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 109 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.23 |
| HSL | 329.33º | 0.83% | 0.42% | - |
| HSV(B) | 329.33º | 0.91% | 0.77% | - |
| XYZ | 25.74 | 13.27 | 15.67 | - |
| YUV | 81.6 | 143.47 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 109 | 0 | 0.91 | 0.44 | 0.23 | 329.33 | 0.83 | 0.42 |
| Hex | C4 | 12 | 6D | 0 | 5B | 2C | 17 | 149 | 53 | 2A |
| Octal | 304 | 22 | 155 | 0 | 133 | 54 | 27 | 511 | 123 | 52 |
| Binary | 11000100 | 10010 | 1101101 | 0 | 1011011 | 101100 | 10111 | 101001001 | 1010011 | 101010 |
Color Harmonies of #C4126D
Complementary color
Monochromatic Colors of #C4126D
Black with #C4126D
Text Example
Text Example
White with #C4126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4126D; }
p { color: rgb(196,18,109); }
H1.HeaderClassName
{
color: #C4126D;
}
.AnyTagClassName
{
color: #C4126D;
}
</style>
background-color css
<style>
a { background-color: #C4126D; }
a { background-color: rgb(196,18,109); }
div.DivClassName
{
background-color: #C4126D;
}
.BgClassName
{
background-color: #C4126D;
}
</style>
border-color css
<style>
span { border-color: #C4126D; }
span { border-color: rgb(196,18,109); }
td.TdClassName
{
border-color: #C4126D;
}
.TagClassName
{
border-color: #C4126D;
}
</style>