Shades of Medium Violet Red #C4138B
Tints of Medium Violet Red #C4138B
RGB
CMYK
RGB Variations
Color information
#C4138B (or 0xC4138B) is known color: Medium Violet Red. HEX triplet: C4, 13 and 8B. RGB value is (196,19,139). Sum of RGB (Red+Green+Blue) = 196+19+139=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C4138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4138B is #3BEC74. Grayscale: #555555. Windows color (decimal): -3927157 or 9114564. OLE color: 9114564.
HSL color Cylindrical-coordinate representation of color #C4138B: hue angle of 319.32º 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 #C4138B is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 139 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.23 |
| HSL | 319.32º | 0.82% | 0.42% | - |
| HSV(B) | 319.32º | 0.9% | 0.77% | - |
| XYZ | 27.66 | 14.07 | 25.68 | - |
| YUV | 85.6 | 158.14 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 139 | 0 | 0.90 | 0.29 | 0.23 | 319.32 | 0.82 | 0.42 |
| Hex | C4 | 13 | 8B | 0 | 5A | 1D | 17 | 13F | 52 | 2A |
| Octal | 304 | 23 | 213 | 0 | 132 | 35 | 27 | 477 | 122 | 52 |
| Binary | 11000100 | 10011 | 10001011 | 0 | 1011010 | 11101 | 10111 | 100111111 | 1010010 | 101010 |
Color Harmonies of #C4138B
Complementary color
Monochromatic Colors of #C4138B
Black with #C4138B
Text Example
Text Example
White with #C4138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4138B; }
p { color: rgb(196,19,139); }
H1.HeaderClassName
{
color: #C4138B;
}
.AnyTagClassName
{
color: #C4138B;
}
</style>
background-color css
<style>
a { background-color: #C4138B; }
a { background-color: rgb(196,19,139); }
div.DivClassName
{
background-color: #C4138B;
}
.BgClassName
{
background-color: #C4138B;
}
</style>
border-color css
<style>
span { border-color: #C4138B; }
span { border-color: rgb(196,19,139); }
td.TdClassName
{
border-color: #C4138B;
}
.TagClassName
{
border-color: #C4138B;
}
</style>