Shades of Medium Violet Red #C70491
Tints of Medium Violet Red #C70491
RGB
CMYK
RGB Variations
Color information
#C70491 (or 0xC70491) is known color: Medium Violet Red. HEX triplet: C7, 04 and 91. RGB value is (199,4,145). Sum of RGB (Red+Green+Blue) = 199+4+145=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C70491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70491 is #38FB6E. Grayscale: #4E4E4E. Windows color (decimal): -3734383 or 9503943. OLE color: 9503943.
HSL color Cylindrical-coordinate representation of color #C70491: hue angle of 316.62º degrees, saturation: 0.96, 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 #C70491 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 4 | 145 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.22 |
| HSL | 316.62º | 0.96% | 0.4% | - |
| HSV(B) | 316.62º | 0.98% | 0.78% | - |
| XYZ | 28.71 | 14.27 | 28.03 | - |
| YUV | 78.38 | 165.6 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 145 | 0 | 0.98 | 0.27 | 0.22 | 316.62 | 0.96 | 0.4 |
| Hex | C7 | 4 | 91 | 0 | 62 | 1B | 16 | 13D | 60 | 28 |
| Octal | 307 | 4 | 221 | 0 | 142 | 33 | 26 | 475 | 140 | 50 |
| Binary | 11000111 | 100 | 10010001 | 0 | 1100010 | 11011 | 10110 | 100111101 | 1100000 | 101000 |
Color Harmonies of #C70491
Complementary color
Monochromatic Colors of #C70491
Black with #C70491
Text Example
Text Example
White with #C70491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70491; }
p { color: rgb(199,4,145); }
H1.HeaderClassName
{
color: #C70491;
}
.AnyTagClassName
{
color: #C70491;
}
</style>
background-color css
<style>
a { background-color: #C70491; }
a { background-color: rgb(199,4,145); }
div.DivClassName
{
background-color: #C70491;
}
.BgClassName
{
background-color: #C70491;
}
</style>
border-color css
<style>
span { border-color: #C70491; }
span { border-color: rgb(199,4,145); }
td.TdClassName
{
border-color: #C70491;
}
.TagClassName
{
border-color: #C70491;
}
</style>