Shades of Medium Violet Red #C70074
Tints of Medium Violet Red #C70074
RGB
CMYK
RGB Variations
Color information
#C70074 (or 0xC70074) is known color: Medium Violet Red. HEX triplet: C7, 00 and 74. RGB value is (199,0,116). Sum of RGB (Red+Green+Blue) = 199+0+116=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C70074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70074 is #38FF8B. Grayscale: #484848. Windows color (decimal): -3735436 or 7602375. OLE color: 7602375.
HSL color Cylindrical-coordinate representation of color #C70074: hue angle of 325.03º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C70074 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.42 | 0.22 |
| HSL | 325.03º | 1% | 0.39% | - |
| HSV(B) | 325.03º | 1% | 0.78% | - |
| XYZ | 26.71 | 13.4 | 17.7 | - |
| YUV | 72.73 | 152.43 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 116 | 0 | 1 | 0.42 | 0.22 | 325.03 | 1 | 0.39 |
| Hex | C7 | 0 | 74 | 0 | 64 | 2A | 16 | 145 | 64 | 27 |
| Octal | 307 | 0 | 164 | 0 | 144 | 52 | 26 | 505 | 144 | 47 |
| Binary | 11000111 | 0 | 1110100 | 0 | 1100100 | 101010 | 10110 | 101000101 | 1100100 | 100111 |
Color Harmonies of #C70074
Complementary color
Monochromatic Colors of #C70074
Black with #C70074
Text Example
Text Example
White with #C70074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70074; }
p { color: rgb(199,0,116); }
H1.HeaderClassName
{
color: #C70074;
}
.AnyTagClassName
{
color: #C70074;
}
</style>
background-color css
<style>
a { background-color: #C70074; }
a { background-color: rgb(199,0,116); }
div.DivClassName
{
background-color: #C70074;
}
.BgClassName
{
background-color: #C70074;
}
</style>
border-color css
<style>
span { border-color: #C70074; }
span { border-color: rgb(199,0,116); }
td.TdClassName
{
border-color: #C70074;
}
.TagClassName
{
border-color: #C70074;
}
</style>