Shades of Medium Violet Red #C4138E
Tints of Medium Violet Red #C4138E
RGB
CMYK
RGB Variations
Color information
#C4138E (or 0xC4138E) is known color: Medium Violet Red. HEX triplet: C4, 13 and 8E. RGB value is (196,19,142). Sum of RGB (Red+Green+Blue) = 196+19+142=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4138E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4138E is #3BEC71. Grayscale: #555555. Windows color (decimal): -3927154 or 9311172. OLE color: 9311172.
HSL color Cylindrical-coordinate representation of color #C4138E: hue angle of 318.31º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4138E is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 142 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.23 |
| HSL | 318.31º | 0.82% | 0.42% | - |
| HSV(B) | 318.31º | 0.9% | 0.77% | - |
| XYZ | 27.88 | 14.15 | 26.85 | - |
| YUV | 85.95 | 159.64 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 142 | 0 | 0.90 | 0.28 | 0.23 | 318.31 | 0.82 | 0.42 |
| Hex | C4 | 13 | 8E | 0 | 5A | 1C | 17 | 13E | 52 | 2A |
| Octal | 304 | 23 | 216 | 0 | 132 | 34 | 27 | 476 | 122 | 52 |
| Binary | 11000100 | 10011 | 10001110 | 0 | 1011010 | 11100 | 10111 | 100111110 | 1010010 | 101010 |
Color Harmonies of #C4138E
Complementary color
Monochromatic Colors of #C4138E
Black with #C4138E
Text Example
Text Example
White with #C4138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4138E; }
p { color: rgb(196,19,142); }
H1.HeaderClassName
{
color: #C4138E;
}
.AnyTagClassName
{
color: #C4138E;
}
</style>
background-color css
<style>
a { background-color: #C4138E; }
a { background-color: rgb(196,19,142); }
div.DivClassName
{
background-color: #C4138E;
}
.BgClassName
{
background-color: #C4138E;
}
</style>
border-color css
<style>
span { border-color: #C4138E; }
span { border-color: rgb(196,19,142); }
td.TdClassName
{
border-color: #C4138E;
}
.TagClassName
{
border-color: #C4138E;
}
</style>