Shades of Medium Violet Red #C7059D
Tints of Medium Violet Red #C7059D
RGB
CMYK
RGB Variations
Color information
#C7059D (or 0xC7059D) is known color: Medium Violet Red. HEX triplet: C7, 05 and 9D. RGB value is (199,5,157). Sum of RGB (Red+Green+Blue) = 199+5+157=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7059D is #38FA62. Grayscale: #4F4F4F. Windows color (decimal): -3734115 or 10290631. OLE color: 10290631.
HSL color Cylindrical-coordinate representation of color #C7059D: hue angle of 312.99º 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 #C7059D is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 157 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.22 |
| HSL | 312.99º | 0.95% | 0.4% | - |
| HSV(B) | 312.99º | 0.97% | 0.78% | - |
| XYZ | 29.69 | 14.68 | 33.17 | - |
| YUV | 80.33 | 171.27 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 157 | 0 | 0.97 | 0.21 | 0.22 | 312.99 | 0.95 | 0.4 |
| Hex | C7 | 5 | 9D | 0 | 61 | 15 | 16 | 139 | 5F | 28 |
| Octal | 307 | 5 | 235 | 0 | 141 | 25 | 26 | 471 | 137 | 50 |
| Binary | 11000111 | 101 | 10011101 | 0 | 1100001 | 10101 | 10110 | 100111001 | 1011111 | 101000 |
Color Harmonies of #C7059D
Complementary color
Monochromatic Colors of #C7059D
Black with #C7059D
Text Example
Text Example
White with #C7059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7059D; }
p { color: rgb(199,5,157); }
H1.HeaderClassName
{
color: #C7059D;
}
.AnyTagClassName
{
color: #C7059D;
}
</style>
background-color css
<style>
a { background-color: #C7059D; }
a { background-color: rgb(199,5,157); }
div.DivClassName
{
background-color: #C7059D;
}
.BgClassName
{
background-color: #C7059D;
}
</style>
border-color css
<style>
span { border-color: #C7059D; }
span { border-color: rgb(199,5,157); }
td.TdClassName
{
border-color: #C7059D;
}
.TagClassName
{
border-color: #C7059D;
}
</style>