Shades of Medium Violet Red #C72074
Tints of Medium Violet Red #C72074
RGB
CMYK
RGB Variations
Color information
#C72074 (or 0xC72074) is known color: Medium Violet Red. HEX triplet: C7, 20 and 74. RGB value is (199,32,116). Sum of RGB (Red+Green+Blue) = 199+32+116=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C72074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72074 is #38DF8B. Grayscale: #5B5B5B. Windows color (decimal): -3727244 or 7610567. OLE color: 7610567.
HSL color Cylindrical-coordinate representation of color #C72074: hue angle of 329.82º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C72074 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 116 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.22 |
| HSL | 329.82º | 0.72% | 0.45% | - |
| HSV(B) | 329.82º | 0.84% | 0.78% | - |
| XYZ | 27.22 | 14.44 | 17.87 | - |
| YUV | 91.51 | 141.83 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 116 | 0 | 0.84 | 0.42 | 0.22 | 329.82 | 0.72 | 0.45 |
| Hex | C7 | 20 | 74 | 0 | 54 | 2A | 16 | 14A | 48 | 2D |
| Octal | 307 | 40 | 164 | 0 | 124 | 52 | 26 | 512 | 110 | 55 |
| Binary | 11000111 | 100000 | 1110100 | 0 | 1010100 | 101010 | 10110 | 101001010 | 1001000 | 101101 |
Color Harmonies of #C72074
Complementary color
Monochromatic Colors of #C72074
Black with #C72074
Text Example
Text Example
White with #C72074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72074; }
p { color: rgb(199,32,116); }
H1.HeaderClassName
{
color: #C72074;
}
.AnyTagClassName
{
color: #C72074;
}
</style>
background-color css
<style>
a { background-color: #C72074; }
a { background-color: rgb(199,32,116); }
div.DivClassName
{
background-color: #C72074;
}
.BgClassName
{
background-color: #C72074;
}
</style>
border-color css
<style>
span { border-color: #C72074; }
span { border-color: rgb(199,32,116); }
td.TdClassName
{
border-color: #C72074;
}
.TagClassName
{
border-color: #C72074;
}
</style>