Shades of Medium Violet Red #C70598
Tints of Medium Violet Red #C70598
RGB
CMYK
RGB Variations
Color information
#C70598 (or 0xC70598) is known color: Medium Violet Red. HEX triplet: C7, 05 and 98. RGB value is (199,5,152). Sum of RGB (Red+Green+Blue) = 199+5+152=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C70598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70598 is #38FA67. Grayscale: #4F4F4F. Windows color (decimal): -3734120 or 9962951. OLE color: 9962951.
HSL color Cylindrical-coordinate representation of color #C70598: hue angle of 314.54º 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 #C70598 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 152 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.22 |
| HSL | 314.54º | 0.95% | 0.4% | - |
| HSV(B) | 314.54º | 0.97% | 0.78% | - |
| XYZ | 29.27 | 14.52 | 30.96 | - |
| YUV | 79.76 | 168.77 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 152 | 0 | 0.97 | 0.24 | 0.22 | 314.54 | 0.95 | 0.4 |
| Hex | C7 | 5 | 98 | 0 | 61 | 18 | 16 | 13B | 5F | 28 |
| Octal | 307 | 5 | 230 | 0 | 141 | 30 | 26 | 473 | 137 | 50 |
| Binary | 11000111 | 101 | 10011000 | 0 | 1100001 | 11000 | 10110 | 100111011 | 1011111 | 101000 |
Color Harmonies of #C70598
Complementary color
Monochromatic Colors of #C70598
Black with #C70598
Text Example
Text Example
White with #C70598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70598; }
p { color: rgb(199,5,152); }
H1.HeaderClassName
{
color: #C70598;
}
.AnyTagClassName
{
color: #C70598;
}
</style>
background-color css
<style>
a { background-color: #C70598; }
a { background-color: rgb(199,5,152); }
div.DivClassName
{
background-color: #C70598;
}
.BgClassName
{
background-color: #C70598;
}
</style>
border-color css
<style>
span { border-color: #C70598; }
span { border-color: rgb(199,5,152); }
td.TdClassName
{
border-color: #C70598;
}
.TagClassName
{
border-color: #C70598;
}
</style>