Shades of Medium Violet Red #C70593
Tints of Medium Violet Red #C70593
RGB
CMYK
RGB Variations
Color information
#C70593 (or 0xC70593) is known color: Medium Violet Red. HEX triplet: C7, 05 and 93. RGB value is (199,5,147). Sum of RGB (Red+Green+Blue) = 199+5+147=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C70593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70593 is #38FA6C. Grayscale: #4E4E4E. Windows color (decimal): -3734125 or 9635271. OLE color: 9635271.
HSL color Cylindrical-coordinate representation of color #C70593: hue angle of 316.08º 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 #C70593 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 147 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.22 |
| HSL | 316.08º | 0.95% | 0.4% | - |
| HSV(B) | 316.08º | 0.97% | 0.78% | - |
| XYZ | 28.87 | 14.36 | 28.85 | - |
| YUV | 79.19 | 166.27 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 147 | 0 | 0.97 | 0.26 | 0.22 | 316.08 | 0.95 | 0.4 |
| Hex | C7 | 5 | 93 | 0 | 61 | 1A | 16 | 13C | 5F | 28 |
| Octal | 307 | 5 | 223 | 0 | 141 | 32 | 26 | 474 | 137 | 50 |
| Binary | 11000111 | 101 | 10010011 | 0 | 1100001 | 11010 | 10110 | 100111100 | 1011111 | 101000 |
Color Harmonies of #C70593
Complementary color
Monochromatic Colors of #C70593
Black with #C70593
Text Example
Text Example
White with #C70593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70593; }
p { color: rgb(199,5,147); }
H1.HeaderClassName
{
color: #C70593;
}
.AnyTagClassName
{
color: #C70593;
}
</style>
background-color css
<style>
a { background-color: #C70593; }
a { background-color: rgb(199,5,147); }
div.DivClassName
{
background-color: #C70593;
}
.BgClassName
{
background-color: #C70593;
}
</style>
border-color css
<style>
span { border-color: #C70593; }
span { border-color: rgb(199,5,147); }
td.TdClassName
{
border-color: #C70593;
}
.TagClassName
{
border-color: #C70593;
}
</style>