Shades of Medium Violet Red #C4059F
Tints of Medium Violet Red #C4059F
RGB
CMYK
RGB Variations
Color information
#C4059F (or 0xC4059F) is known color: Medium Violet Red. HEX triplet: C4, 05 and 9F. RGB value is (196,5,159). Sum of RGB (Red+Green+Blue) = 196+5+159=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C4059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4059F is #3BFA60. Grayscale: #4F4F4F. Windows color (decimal): -3930721 or 10421700. OLE color: 10421700.
HSL color Cylindrical-coordinate representation of color #C4059F: hue angle of 311.62º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4059F is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 159 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.23 |
| HSL | 311.62º | 0.95% | 0.39% | - |
| HSV(B) | 311.62º | 0.97% | 0.77% | - |
| XYZ | 29.08 | 14.35 | 34.04 | - |
| YUV | 79.67 | 172.78 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 159 | 0 | 0.97 | 0.19 | 0.23 | 311.62 | 0.95 | 0.39 |
| Hex | C4 | 5 | 9F | 0 | 61 | 13 | 17 | 138 | 5F | 27 |
| Octal | 304 | 5 | 237 | 0 | 141 | 23 | 27 | 470 | 137 | 47 |
| Binary | 11000100 | 101 | 10011111 | 0 | 1100001 | 10011 | 10111 | 100111000 | 1011111 | 100111 |
Color Harmonies of #C4059F
Complementary color
Monochromatic Colors of #C4059F
Black with #C4059F
Text Example
Text Example
White with #C4059F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4059F; }
p { color: rgb(196,5,159); }
H1.HeaderClassName
{
color: #C4059F;
}
.AnyTagClassName
{
color: #C4059F;
}
</style>
background-color css
<style>
a { background-color: #C4059F; }
a { background-color: rgb(196,5,159); }
div.DivClassName
{
background-color: #C4059F;
}
.BgClassName
{
background-color: #C4059F;
}
</style>
border-color css
<style>
span { border-color: #C4059F; }
span { border-color: rgb(196,5,159); }
td.TdClassName
{
border-color: #C4059F;
}
.TagClassName
{
border-color: #C4059F;
}
</style>