Shades of Medium Violet Red #C4056D
Tints of Medium Violet Red #C4056D
RGB
CMYK
RGB Variations
Color information
#C4056D (or 0xC4056D) is known color: Medium Violet Red. HEX triplet: C4, 05 and 6D. RGB value is (196,5,109). Sum of RGB (Red+Green+Blue) = 196+5+109=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4056D is #3BFA92. Grayscale: #494949. Windows color (decimal): -3930771 or 7144900. OLE color: 7144900.
HSL color Cylindrical-coordinate representation of color #C4056D: hue angle of 327.33º 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 #C4056D is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 109 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.23 |
| HSL | 327.33º | 0.95% | 0.39% | - |
| HSV(B) | 327.33º | 0.97% | 0.77% | - |
| XYZ | 25.58 | 12.95 | 15.62 | - |
| YUV | 73.97 | 147.78 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 109 | 0 | 0.97 | 0.44 | 0.23 | 327.33 | 0.95 | 0.39 |
| Hex | C4 | 5 | 6D | 0 | 61 | 2C | 17 | 147 | 5F | 27 |
| Octal | 304 | 5 | 155 | 0 | 141 | 54 | 27 | 507 | 137 | 47 |
| Binary | 11000100 | 101 | 1101101 | 0 | 1100001 | 101100 | 10111 | 101000111 | 1011111 | 100111 |
Color Harmonies of #C4056D
Complementary color
Monochromatic Colors of #C4056D
Black with #C4056D
Text Example
Text Example
White with #C4056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4056D; }
p { color: rgb(196,5,109); }
H1.HeaderClassName
{
color: #C4056D;
}
.AnyTagClassName
{
color: #C4056D;
}
</style>
background-color css
<style>
a { background-color: #C4056D; }
a { background-color: rgb(196,5,109); }
div.DivClassName
{
background-color: #C4056D;
}
.BgClassName
{
background-color: #C4056D;
}
</style>
border-color css
<style>
span { border-color: #C4056D; }
span { border-color: rgb(196,5,109); }
td.TdClassName
{
border-color: #C4056D;
}
.TagClassName
{
border-color: #C4056D;
}
</style>