Shades of Medium Violet Red #C4059C
Tints of Medium Violet Red #C4059C
RGB
CMYK
RGB Variations
Color information
#C4059C (or 0xC4059C) is known color: Medium Violet Red. HEX triplet: C4, 05 and 9C. RGB value is (196,5,156). Sum of RGB (Red+Green+Blue) = 196+5+156=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4059C is #3BFA63. Grayscale: #4E4E4E. Windows color (decimal): -3930724 or 10225092. OLE color: 10225092.
HSL color Cylindrical-coordinate representation of color #C4059C: hue angle of 312.57º 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 #C4059C is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 156 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.23 |
| HSL | 312.57º | 0.95% | 0.39% | - |
| HSV(B) | 312.57º | 0.97% | 0.77% | - |
| XYZ | 28.82 | 14.24 | 32.68 | - |
| YUV | 79.32 | 171.28 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 156 | 0 | 0.97 | 0.20 | 0.23 | 312.57 | 0.95 | 0.39 |
| Hex | C4 | 5 | 9C | 0 | 61 | 14 | 17 | 139 | 5F | 27 |
| Octal | 304 | 5 | 234 | 0 | 141 | 24 | 27 | 471 | 137 | 47 |
| Binary | 11000100 | 101 | 10011100 | 0 | 1100001 | 10100 | 10111 | 100111001 | 1011111 | 100111 |
Color Harmonies of #C4059C
Complementary color
Monochromatic Colors of #C4059C
Black with #C4059C
Text Example
Text Example
White with #C4059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4059C; }
p { color: rgb(196,5,156); }
H1.HeaderClassName
{
color: #C4059C;
}
.AnyTagClassName
{
color: #C4059C;
}
</style>
background-color css
<style>
a { background-color: #C4059C; }
a { background-color: rgb(196,5,156); }
div.DivClassName
{
background-color: #C4059C;
}
.BgClassName
{
background-color: #C4059C;
}
</style>
border-color css
<style>
span { border-color: #C4059C; }
span { border-color: rgb(196,5,156); }
td.TdClassName
{
border-color: #C4059C;
}
.TagClassName
{
border-color: #C4059C;
}
</style>