Shades of Medium Violet Red #C4129E
Tints of Medium Violet Red #C4129E
RGB
CMYK
RGB Variations
Color information
#C4129E (or 0xC4129E) is known color: Medium Violet Red. HEX triplet: C4, 12 and 9E. RGB value is (196,18,158). Sum of RGB (Red+Green+Blue) = 196+18+158=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4129E is #3BED61. Grayscale: #565656. Windows color (decimal): -3927394 or 10359492. OLE color: 10359492.
HSL color Cylindrical-coordinate representation of color #C4129E: hue angle of 312.81º 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 #C4129E is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 158 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.23 |
| HSL | 312.81º | 0.83% | 0.42% | - |
| HSV(B) | 312.81º | 0.91% | 0.77% | - |
| XYZ | 29.15 | 14.64 | 33.64 | - |
| YUV | 87.18 | 167.97 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 158 | 0 | 0.91 | 0.19 | 0.23 | 312.81 | 0.83 | 0.42 |
| Hex | C4 | 12 | 9E | 0 | 5B | 13 | 17 | 139 | 53 | 2A |
| Octal | 304 | 22 | 236 | 0 | 133 | 23 | 27 | 471 | 123 | 52 |
| Binary | 11000100 | 10010 | 10011110 | 0 | 1011011 | 10011 | 10111 | 100111001 | 1010011 | 101010 |
Color Harmonies of #C4129E
Complementary color
Monochromatic Colors of #C4129E
Black with #C4129E
Text Example
Text Example
White with #C4129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4129E; }
p { color: rgb(196,18,158); }
H1.HeaderClassName
{
color: #C4129E;
}
.AnyTagClassName
{
color: #C4129E;
}
</style>
background-color css
<style>
a { background-color: #C4129E; }
a { background-color: rgb(196,18,158); }
div.DivClassName
{
background-color: #C4129E;
}
.BgClassName
{
background-color: #C4129E;
}
</style>
border-color css
<style>
span { border-color: #C4129E; }
span { border-color: rgb(196,18,158); }
td.TdClassName
{
border-color: #C4129E;
}
.TagClassName
{
border-color: #C4129E;
}
</style>