Shades of Medium Violet Red #C70195
Tints of Medium Violet Red #C70195
RGB
CMYK
RGB Variations
Color information
#C70195 (or 0xC70195) is known color: Medium Violet Red. HEX triplet: C7, 01 and 95. RGB value is (199,1,149). Sum of RGB (Red+Green+Blue) = 199+1+149=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C70195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70195 is #38FE6A. Grayscale: #4C4C4C. Windows color (decimal): -3735147 or 9765319. OLE color: 9765319.
HSL color Cylindrical-coordinate representation of color #C70195: hue angle of 315.15º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C70195 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 149 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.22 |
| HSL | 315.15º | 0.99% | 0.39% | - |
| HSV(B) | 315.15º | 0.99% | 0.78% | - |
| XYZ | 28.99 | 14.33 | 29.67 | - |
| YUV | 77.07 | 168.6 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 149 | 0 | 0.99 | 0.25 | 0.22 | 315.15 | 0.99 | 0.39 |
| Hex | C7 | 1 | 95 | 0 | 63 | 19 | 16 | 13B | 63 | 27 |
| Octal | 307 | 1 | 225 | 0 | 143 | 31 | 26 | 473 | 143 | 47 |
| Binary | 11000111 | 1 | 10010101 | 0 | 1100011 | 11001 | 10110 | 100111011 | 1100011 | 100111 |
Color Harmonies of #C70195
Complementary color
Monochromatic Colors of #C70195
Black with #C70195
Text Example
Text Example
White with #C70195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70195; }
p { color: rgb(199,1,149); }
H1.HeaderClassName
{
color: #C70195;
}
.AnyTagClassName
{
color: #C70195;
}
</style>
background-color css
<style>
a { background-color: #C70195; }
a { background-color: rgb(199,1,149); }
div.DivClassName
{
background-color: #C70195;
}
.BgClassName
{
background-color: #C70195;
}
</style>
border-color css
<style>
span { border-color: #C70195; }
span { border-color: rgb(199,1,149); }
td.TdClassName
{
border-color: #C70195;
}
.TagClassName
{
border-color: #C70195;
}
</style>