Shades of Medium Violet Red #C4138D
Tints of Medium Violet Red #C4138D
RGB
CMYK
RGB Variations
Color information
#C4138D (or 0xC4138D) is known color: Medium Violet Red. HEX triplet: C4, 13 and 8D. RGB value is (196,19,141). Sum of RGB (Red+Green+Blue) = 196+19+141=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4138D is #3BEC72. Grayscale: #555555. Windows color (decimal): -3927155 or 9245636. OLE color: 9245636.
HSL color Cylindrical-coordinate representation of color #C4138D: hue angle of 318.64º 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 #C4138D is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 141 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.23 |
| HSL | 318.64º | 0.82% | 0.42% | - |
| HSV(B) | 318.64º | 0.9% | 0.77% | - |
| XYZ | 27.81 | 14.12 | 26.46 | - |
| YUV | 85.83 | 159.14 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 141 | 0 | 0.90 | 0.28 | 0.23 | 318.64 | 0.82 | 0.42 |
| Hex | C4 | 13 | 8D | 0 | 5A | 1C | 17 | 13F | 52 | 2A |
| Octal | 304 | 23 | 215 | 0 | 132 | 34 | 27 | 477 | 122 | 52 |
| Binary | 11000100 | 10011 | 10001101 | 0 | 1011010 | 11100 | 10111 | 100111111 | 1010010 | 101010 |
Color Harmonies of #C4138D
Complementary color
Monochromatic Colors of #C4138D
Black with #C4138D
Text Example
Text Example
White with #C4138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4138D; }
p { color: rgb(196,19,141); }
H1.HeaderClassName
{
color: #C4138D;
}
.AnyTagClassName
{
color: #C4138D;
}
</style>
background-color css
<style>
a { background-color: #C4138D; }
a { background-color: rgb(196,19,141); }
div.DivClassName
{
background-color: #C4138D;
}
.BgClassName
{
background-color: #C4138D;
}
</style>
border-color css
<style>
span { border-color: #C4138D; }
span { border-color: rgb(196,19,141); }
td.TdClassName
{
border-color: #C4138D;
}
.TagClassName
{
border-color: #C4138D;
}
</style>