Shades of Medium Violet Red #C4128A
Tints of Medium Violet Red #C4128A
RGB
CMYK
RGB Variations
Color information
#C4128A (or 0xC4128A) is known color: Medium Violet Red. HEX triplet: C4, 12 and 8A. RGB value is (196,18,138). Sum of RGB (Red+Green+Blue) = 196+18+138=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C4128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4128A is #3BED75. Grayscale: #545454. Windows color (decimal): -3927414 or 9048772. OLE color: 9048772.
HSL color Cylindrical-coordinate representation of color #C4128A: hue angle of 319.55º 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 #C4128A is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 138 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.23 |
| HSL | 319.55º | 0.83% | 0.42% | - |
| HSV(B) | 319.55º | 0.91% | 0.77% | - |
| XYZ | 27.57 | 14 | 25.29 | - |
| YUV | 84.9 | 157.97 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 138 | 0 | 0.91 | 0.30 | 0.23 | 319.55 | 0.83 | 0.42 |
| Hex | C4 | 12 | 8A | 0 | 5B | 1E | 17 | 140 | 53 | 2A |
| Octal | 304 | 22 | 212 | 0 | 133 | 36 | 27 | 500 | 123 | 52 |
| Binary | 11000100 | 10010 | 10001010 | 0 | 1011011 | 11110 | 10111 | 101000000 | 1010011 | 101010 |
Color Harmonies of #C4128A
Complementary color
Monochromatic Colors of #C4128A
Black with #C4128A
Text Example
Text Example
White with #C4128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4128A; }
p { color: rgb(196,18,138); }
H1.HeaderClassName
{
color: #C4128A;
}
.AnyTagClassName
{
color: #C4128A;
}
</style>
background-color css
<style>
a { background-color: #C4128A; }
a { background-color: rgb(196,18,138); }
div.DivClassName
{
background-color: #C4128A;
}
.BgClassName
{
background-color: #C4128A;
}
</style>
border-color css
<style>
span { border-color: #C4128A; }
span { border-color: rgb(196,18,138); }
td.TdClassName
{
border-color: #C4128A;
}
.TagClassName
{
border-color: #C4128A;
}
</style>