Shades of Medium Violet Red #C4159B
Tints of Medium Violet Red #C4159B
RGB
CMYK
RGB Variations
Color information
#C4159B (or 0xC4159B) is known color: Medium Violet Red. HEX triplet: C4, 15 and 9B. RGB value is (196,21,155). Sum of RGB (Red+Green+Blue) = 196+21+155=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4159B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4159B is #3BEA64. Grayscale: #585858. Windows color (decimal): -3926629 or 10163652. OLE color: 10163652.
HSL color Cylindrical-coordinate representation of color #C4159B: hue angle of 314.06º 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 #C4159B is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 155 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.23 |
| HSL | 314.06º | 0.81% | 0.43% | - |
| HSV(B) | 314.06º | 0.89% | 0.77% | - |
| XYZ | 28.95 | 14.64 | 32.31 | - |
| YUV | 88.6 | 165.48 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 155 | 0 | 0.89 | 0.21 | 0.23 | 314.06 | 0.81 | 0.43 |
| Hex | C4 | 15 | 9B | 0 | 59 | 15 | 17 | 13A | 51 | 2B |
| Octal | 304 | 25 | 233 | 0 | 131 | 25 | 27 | 472 | 121 | 53 |
| Binary | 11000100 | 10101 | 10011011 | 0 | 1011001 | 10101 | 10111 | 100111010 | 1010001 | 101011 |
Color Harmonies of #C4159B
Complementary color
Monochromatic Colors of #C4159B
Black with #C4159B
Text Example
Text Example
White with #C4159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4159B; }
p { color: rgb(196,21,155); }
H1.HeaderClassName
{
color: #C4159B;
}
.AnyTagClassName
{
color: #C4159B;
}
</style>
background-color css
<style>
a { background-color: #C4159B; }
a { background-color: rgb(196,21,155); }
div.DivClassName
{
background-color: #C4159B;
}
.BgClassName
{
background-color: #C4159B;
}
</style>
border-color css
<style>
span { border-color: #C4159B; }
span { border-color: rgb(196,21,155); }
td.TdClassName
{
border-color: #C4159B;
}
.TagClassName
{
border-color: #C4159B;
}
</style>