Shades of Medium Violet Red #C4137B
Tints of Medium Violet Red #C4137B
RGB
CMYK
RGB Variations
Color information
#C4137B (or 0xC4137B) is known color: Medium Violet Red. HEX triplet: C4, 13 and 7B. RGB value is (196,19,123). Sum of RGB (Red+Green+Blue) = 196+19+123=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C4137B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4137B is #3BEC84. Grayscale: #535353. Windows color (decimal): -3927173 or 8065988. OLE color: 8065988.
HSL color Cylindrical-coordinate representation of color #C4137B: hue angle of 324.75º 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 #C4137B is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 123 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.23 |
| HSL | 324.75º | 0.82% | 0.42% | - |
| HSV(B) | 324.75º | 0.9% | 0.77% | - |
| XYZ | 26.57 | 13.63 | 19.97 | - |
| YUV | 83.78 | 150.14 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 123 | 0 | 0.90 | 0.37 | 0.23 | 324.75 | 0.82 | 0.42 |
| Hex | C4 | 13 | 7B | 0 | 5A | 25 | 17 | 145 | 52 | 2A |
| Octal | 304 | 23 | 173 | 0 | 132 | 45 | 27 | 505 | 122 | 52 |
| Binary | 11000100 | 10011 | 1111011 | 0 | 1011010 | 100101 | 10111 | 101000101 | 1010010 | 101010 |
Color Harmonies of #C4137B
Complementary color
Monochromatic Colors of #C4137B
Black with #C4137B
Text Example
Text Example
White with #C4137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4137B; }
p { color: rgb(196,19,123); }
H1.HeaderClassName
{
color: #C4137B;
}
.AnyTagClassName
{
color: #C4137B;
}
</style>
background-color css
<style>
a { background-color: #C4137B; }
a { background-color: rgb(196,19,123); }
div.DivClassName
{
background-color: #C4137B;
}
.BgClassName
{
background-color: #C4137B;
}
</style>
border-color css
<style>
span { border-color: #C4137B; }
span { border-color: rgb(196,19,123); }
td.TdClassName
{
border-color: #C4137B;
}
.TagClassName
{
border-color: #C4137B;
}
</style>