Shades of Medium Violet Red #C70394
Tints of Medium Violet Red #C70394
RGB
CMYK
RGB Variations
Color information
#C70394 (or 0xC70394) is known color: Medium Violet Red. HEX triplet: C7, 03 and 94. RGB value is (199,3,148). Sum of RGB (Red+Green+Blue) = 199+3+148=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C70394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70394 is #38FC6B. Grayscale: #4D4D4D. Windows color (decimal): -3734636 or 9700295. OLE color: 9700295.
HSL color Cylindrical-coordinate representation of color #C70394: hue angle of 315.61º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70394 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 148 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.22 |
| HSL | 315.61º | 0.97% | 0.4% | - |
| HSV(B) | 315.61º | 0.98% | 0.78% | - |
| XYZ | 28.93 | 14.35 | 29.26 | - |
| YUV | 78.13 | 167.43 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 148 | 0 | 0.98 | 0.26 | 0.22 | 315.61 | 0.97 | 0.4 |
| Hex | C7 | 3 | 94 | 0 | 62 | 1A | 16 | 13C | 61 | 28 |
| Octal | 307 | 3 | 224 | 0 | 142 | 32 | 26 | 474 | 141 | 50 |
| Binary | 11000111 | 11 | 10010100 | 0 | 1100010 | 11010 | 10110 | 100111100 | 1100001 | 101000 |
Color Harmonies of #C70394
Complementary color
Monochromatic Colors of #C70394
Black with #C70394
Text Example
Text Example
White with #C70394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70394; }
p { color: rgb(199,3,148); }
H1.HeaderClassName
{
color: #C70394;
}
.AnyTagClassName
{
color: #C70394;
}
</style>
background-color css
<style>
a { background-color: #C70394; }
a { background-color: rgb(199,3,148); }
div.DivClassName
{
background-color: #C70394;
}
.BgClassName
{
background-color: #C70394;
}
</style>
border-color css
<style>
span { border-color: #C70394; }
span { border-color: rgb(199,3,148); }
td.TdClassName
{
border-color: #C70394;
}
.TagClassName
{
border-color: #C70394;
}
</style>