Shades of Medium Violet Red #C7059C
Tints of Medium Violet Red #C7059C
RGB
CMYK
RGB Variations
Color information
#C7059C (or 0xC7059C) is known color: Medium Violet Red. HEX triplet: C7, 05 and 9C. RGB value is (199,5,156). Sum of RGB (Red+Green+Blue) = 199+5+156=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7059C is #38FA63. Grayscale: #4F4F4F. Windows color (decimal): -3734116 or 10225095. OLE color: 10225095.
HSL color Cylindrical-coordinate representation of color #C7059C: hue angle of 313.3º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7059C is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 156 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.22 |
| HSL | 313.3º | 0.95% | 0.4% | - |
| HSV(B) | 313.3º | 0.97% | 0.78% | - |
| XYZ | 29.61 | 14.65 | 32.72 | - |
| YUV | 80.22 | 170.77 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 156 | 0 | 0.97 | 0.22 | 0.22 | 313.3 | 0.95 | 0.4 |
| Hex | C7 | 5 | 9C | 0 | 61 | 16 | 16 | 139 | 5F | 28 |
| Octal | 307 | 5 | 234 | 0 | 141 | 26 | 26 | 471 | 137 | 50 |
| Binary | 11000111 | 101 | 10011100 | 0 | 1100001 | 10110 | 10110 | 100111001 | 1011111 | 101000 |
Color Harmonies of #C7059C
Complementary color
Monochromatic Colors of #C7059C
Black with #C7059C
Text Example
Text Example
White with #C7059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7059C; }
p { color: rgb(199,5,156); }
H1.HeaderClassName
{
color: #C7059C;
}
.AnyTagClassName
{
color: #C7059C;
}
</style>
background-color css
<style>
a { background-color: #C7059C; }
a { background-color: rgb(199,5,156); }
div.DivClassName
{
background-color: #C7059C;
}
.BgClassName
{
background-color: #C7059C;
}
</style>
border-color css
<style>
span { border-color: #C7059C; }
span { border-color: rgb(199,5,156); }
td.TdClassName
{
border-color: #C7059C;
}
.TagClassName
{
border-color: #C7059C;
}
</style>