Shades of Medium Violet Red #C4056B
Tints of Medium Violet Red #C4056B
RGB
CMYK
RGB Variations
Color information
#C4056B (or 0xC4056B) is known color: Medium Violet Red. HEX triplet: C4, 05 and 6B. RGB value is (196,5,107). Sum of RGB (Red+Green+Blue) = 196+5+107=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C4056B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4056B is #3BFA94. Grayscale: #494949. Windows color (decimal): -3930773 or 7013828. OLE color: 7013828.
HSL color Cylindrical-coordinate representation of color #C4056B: hue angle of 327.96º 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 #C4056B is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 107 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.23 |
| HSL | 327.96º | 0.95% | 0.39% | - |
| HSV(B) | 327.96º | 0.97% | 0.77% | - |
| XYZ | 25.47 | 12.91 | 15.06 | - |
| YUV | 73.74 | 146.78 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 107 | 0 | 0.97 | 0.45 | 0.23 | 327.96 | 0.95 | 0.39 |
| Hex | C4 | 5 | 6B | 0 | 61 | 2D | 17 | 148 | 5F | 27 |
| Octal | 304 | 5 | 153 | 0 | 141 | 55 | 27 | 510 | 137 | 47 |
| Binary | 11000100 | 101 | 1101011 | 0 | 1100001 | 101101 | 10111 | 101001000 | 1011111 | 100111 |
Color Harmonies of #C4056B
Complementary color
Monochromatic Colors of #C4056B
Black with #C4056B
Text Example
Text Example
White with #C4056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4056B; }
p { color: rgb(196,5,107); }
H1.HeaderClassName
{
color: #C4056B;
}
.AnyTagClassName
{
color: #C4056B;
}
</style>
background-color css
<style>
a { background-color: #C4056B; }
a { background-color: rgb(196,5,107); }
div.DivClassName
{
background-color: #C4056B;
}
.BgClassName
{
background-color: #C4056B;
}
</style>
border-color css
<style>
span { border-color: #C4056B; }
span { border-color: rgb(196,5,107); }
td.TdClassName
{
border-color: #C4056B;
}
.TagClassName
{
border-color: #C4056B;
}
</style>