Shades of Medium Violet Red #C4059B
Tints of Medium Violet Red #C4059B
RGB
CMYK
RGB Variations
Color information
#C4059B (or 0xC4059B) is known color: Medium Violet Red. HEX triplet: C4, 05 and 9B. RGB value is (196,5,155). Sum of RGB (Red+Green+Blue) = 196+5+155=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4059B is #3BFA64. Grayscale: #4E4E4E. Windows color (decimal): -3930725 or 10159556. OLE color: 10159556.
HSL color Cylindrical-coordinate representation of color #C4059B: hue angle of 312.88º 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 #C4059B is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 155 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.23 |
| HSL | 312.88º | 0.95% | 0.39% | - |
| HSV(B) | 312.88º | 0.97% | 0.77% | - |
| XYZ | 28.74 | 14.21 | 32.24 | - |
| YUV | 79.21 | 170.78 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 155 | 0 | 0.97 | 0.21 | 0.23 | 312.88 | 0.95 | 0.39 |
| Hex | C4 | 5 | 9B | 0 | 61 | 15 | 17 | 139 | 5F | 27 |
| Octal | 304 | 5 | 233 | 0 | 141 | 25 | 27 | 471 | 137 | 47 |
| Binary | 11000100 | 101 | 10011011 | 0 | 1100001 | 10101 | 10111 | 100111001 | 1011111 | 100111 |
Color Harmonies of #C4059B
Complementary color
Monochromatic Colors of #C4059B
Black with #C4059B
Text Example
Text Example
White with #C4059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4059B; }
p { color: rgb(196,5,155); }
H1.HeaderClassName
{
color: #C4059B;
}
.AnyTagClassName
{
color: #C4059B;
}
</style>
background-color css
<style>
a { background-color: #C4059B; }
a { background-color: rgb(196,5,155); }
div.DivClassName
{
background-color: #C4059B;
}
.BgClassName
{
background-color: #C4059B;
}
</style>
border-color css
<style>
span { border-color: #C4059B; }
span { border-color: rgb(196,5,155); }
td.TdClassName
{
border-color: #C4059B;
}
.TagClassName
{
border-color: #C4059B;
}
</style>