Shades of Medium Violet Red #C4156A
Tints of Medium Violet Red #C4156A
RGB
CMYK
RGB Variations
Color information
#C4156A (or 0xC4156A) is known color: Medium Violet Red. HEX triplet: C4, 15 and 6A. RGB value is (196,21,106). Sum of RGB (Red+Green+Blue) = 196+21+106=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C4156A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4156A is #3BEA95. Grayscale: #525252. Windows color (decimal): -3926678 or 6952388. OLE color: 6952388.
HSL color Cylindrical-coordinate representation of color #C4156A: hue angle of 330.86º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4156A is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 106 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.23 |
| HSL | 330.86º | 0.81% | 0.43% | - |
| HSV(B) | 330.86º | 0.89% | 0.77% | - |
| XYZ | 25.63 | 13.31 | 14.85 | - |
| YUV | 83.02 | 140.98 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 106 | 0 | 0.89 | 0.46 | 0.23 | 330.86 | 0.81 | 0.43 |
| Hex | C4 | 15 | 6A | 0 | 59 | 2E | 17 | 14B | 51 | 2B |
| Octal | 304 | 25 | 152 | 0 | 131 | 56 | 27 | 513 | 121 | 53 |
| Binary | 11000100 | 10101 | 1101010 | 0 | 1011001 | 101110 | 10111 | 101001011 | 1010001 | 101011 |
Color Harmonies of #C4156A
Complementary color
Monochromatic Colors of #C4156A
Black with #C4156A
Text Example
Text Example
White with #C4156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4156A; }
p { color: rgb(196,21,106); }
H1.HeaderClassName
{
color: #C4156A;
}
.AnyTagClassName
{
color: #C4156A;
}
</style>
background-color css
<style>
a { background-color: #C4156A; }
a { background-color: rgb(196,21,106); }
div.DivClassName
{
background-color: #C4156A;
}
.BgClassName
{
background-color: #C4156A;
}
</style>
border-color css
<style>
span { border-color: #C4156A; }
span { border-color: rgb(196,21,106); }
td.TdClassName
{
border-color: #C4156A;
}
.TagClassName
{
border-color: #C4156A;
}
</style>