Shades of Medium Violet Red #C70588
Tints of Medium Violet Red #C70588
RGB
CMYK
RGB Variations
Color information
#C70588 (or 0xC70588) is known color: Medium Violet Red. HEX triplet: C7, 05 and 88. RGB value is (199,5,136). Sum of RGB (Red+Green+Blue) = 199+5+136=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C70588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70588 is #38FA77. Grayscale: #4D4D4D. Windows color (decimal): -3734136 or 8914375. OLE color: 8914375.
HSL color Cylindrical-coordinate representation of color #C70588: hue angle of 319.48º 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 #C70588 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 136 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.22 |
| HSL | 319.48º | 0.95% | 0.4% | - |
| HSV(B) | 319.48º | 0.97% | 0.78% | - |
| XYZ | 28.05 | 14.03 | 24.52 | - |
| YUV | 77.94 | 160.77 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 136 | 0 | 0.97 | 0.32 | 0.22 | 319.48 | 0.95 | 0.4 |
| Hex | C7 | 5 | 88 | 0 | 61 | 20 | 16 | 13F | 5F | 28 |
| Octal | 307 | 5 | 210 | 0 | 141 | 40 | 26 | 477 | 137 | 50 |
| Binary | 11000111 | 101 | 10001000 | 0 | 1100001 | 100000 | 10110 | 100111111 | 1011111 | 101000 |
Color Harmonies of #C70588
Complementary color
Monochromatic Colors of #C70588
Black with #C70588
Text Example
Text Example
White with #C70588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70588; }
p { color: rgb(199,5,136); }
H1.HeaderClassName
{
color: #C70588;
}
.AnyTagClassName
{
color: #C70588;
}
</style>
background-color css
<style>
a { background-color: #C70588; }
a { background-color: rgb(199,5,136); }
div.DivClassName
{
background-color: #C70588;
}
.BgClassName
{
background-color: #C70588;
}
</style>
border-color css
<style>
span { border-color: #C70588; }
span { border-color: rgb(199,5,136); }
td.TdClassName
{
border-color: #C70588;
}
.TagClassName
{
border-color: #C70588;
}
</style>