Shades of Medium Violet Red #C72094
Tints of Medium Violet Red #C72094
RGB
CMYK
RGB Variations
Color information
#C72094 (or 0xC72094) is known color: Medium Violet Red. HEX triplet: C7, 20 and 94. RGB value is (199,32,148). Sum of RGB (Red+Green+Blue) = 199+32+148=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C72094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72094 is #38DF6B. Grayscale: #5E5E5E. Windows color (decimal): -3727212 or 9707719. OLE color: 9707719.
HSL color Cylindrical-coordinate representation of color #C72094: hue angle of 318.32º 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 #C72094 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 148 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.22 |
| HSL | 318.32º | 0.72% | 0.45% | - |
| HSV(B) | 318.32º | 0.84% | 0.78% | - |
| XYZ | 29.42 | 15.31 | 29.42 | - |
| YUV | 95.16 | 157.83 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 148 | 0 | 0.84 | 0.26 | 0.22 | 318.32 | 0.72 | 0.45 |
| Hex | C7 | 20 | 94 | 0 | 54 | 1A | 16 | 13E | 48 | 2D |
| Octal | 307 | 40 | 224 | 0 | 124 | 32 | 26 | 476 | 110 | 55 |
| Binary | 11000111 | 100000 | 10010100 | 0 | 1010100 | 11010 | 10110 | 100111110 | 1001000 | 101101 |
Color Harmonies of #C72094
Complementary color
Monochromatic Colors of #C72094
Black with #C72094
Text Example
Text Example
White with #C72094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72094; }
p { color: rgb(199,32,148); }
H1.HeaderClassName
{
color: #C72094;
}
.AnyTagClassName
{
color: #C72094;
}
</style>
background-color css
<style>
a { background-color: #C72094; }
a { background-color: rgb(199,32,148); }
div.DivClassName
{
background-color: #C72094;
}
.BgClassName
{
background-color: #C72094;
}
</style>
border-color css
<style>
span { border-color: #C72094; }
span { border-color: rgb(199,32,148); }
td.TdClassName
{
border-color: #C72094;
}
.TagClassName
{
border-color: #C72094;
}
</style>