Shades of Medium Violet Red #C70393
Tints of Medium Violet Red #C70393
RGB
CMYK
RGB Variations
Color information
#C70393 (or 0xC70393) is known color: Medium Violet Red. HEX triplet: C7, 03 and 93. RGB value is (199,3,147). Sum of RGB (Red+Green+Blue) = 199+3+147=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C70393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70393 is #38FC6C. Grayscale: #4D4D4D. Windows color (decimal): -3734637 or 9634759. OLE color: 9634759.
HSL color Cylindrical-coordinate representation of color #C70393: hue angle of 315.92º 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 #C70393 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 147 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.22 |
| HSL | 315.92º | 0.97% | 0.4% | - |
| HSV(B) | 315.92º | 0.98% | 0.78% | - |
| XYZ | 28.85 | 14.31 | 28.85 | - |
| YUV | 78.02 | 166.93 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 147 | 0 | 0.98 | 0.26 | 0.22 | 315.92 | 0.97 | 0.4 |
| Hex | C7 | 3 | 93 | 0 | 62 | 1A | 16 | 13C | 61 | 28 |
| Octal | 307 | 3 | 223 | 0 | 142 | 32 | 26 | 474 | 141 | 50 |
| Binary | 11000111 | 11 | 10010011 | 0 | 1100010 | 11010 | 10110 | 100111100 | 1100001 | 101000 |
Color Harmonies of #C70393
Complementary color
Monochromatic Colors of #C70393
Black with #C70393
Text Example
Text Example
White with #C70393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70393; }
p { color: rgb(199,3,147); }
H1.HeaderClassName
{
color: #C70393;
}
.AnyTagClassName
{
color: #C70393;
}
</style>
background-color css
<style>
a { background-color: #C70393; }
a { background-color: rgb(199,3,147); }
div.DivClassName
{
background-color: #C70393;
}
.BgClassName
{
background-color: #C70393;
}
</style>
border-color css
<style>
span { border-color: #C70393; }
span { border-color: rgb(199,3,147); }
td.TdClassName
{
border-color: #C70393;
}
.TagClassName
{
border-color: #C70393;
}
</style>