Shades of Medium Violet Red #C72495
Tints of Medium Violet Red #C72495
RGB
CMYK
RGB Variations
Color information
#C72495 (or 0xC72495) is known color: Medium Violet Red. HEX triplet: C7, 24 and 95. RGB value is (199,36,149). Sum of RGB (Red+Green+Blue) = 199+36+149=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 36 (14.45% from 255 or 9.38% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C72495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72495 is #38DB6A. Grayscale: #616161. Windows color (decimal): -3726187 or 9774279. OLE color: 9774279.
HSL color Cylindrical-coordinate representation of color #C72495: hue angle of 318.4º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72495 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 149 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.22 |
| HSL | 318.4º | 0.69% | 0.46% | - |
| HSV(B) | 318.4º | 0.82% | 0.78% | - |
| XYZ | 29.61 | 15.57 | 29.88 | - |
| YUV | 97.62 | 157 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 149 | 0 | 0.82 | 0.25 | 0.22 | 318.4 | 0.69 | 0.46 |
| Hex | C7 | 24 | 95 | 0 | 52 | 19 | 16 | 13E | 45 | 2E |
| Octal | 307 | 44 | 225 | 0 | 122 | 31 | 26 | 476 | 105 | 56 |
| Binary | 11000111 | 100100 | 10010101 | 0 | 1010010 | 11001 | 10110 | 100111110 | 1000101 | 101110 |
Color Harmonies of #C72495
Complementary color
Monochromatic Colors of #C72495
Black with #C72495
Text Example
Text Example
White with #C72495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72495; }
p { color: rgb(199,36,149); }
H1.HeaderClassName
{
color: #C72495;
}
.AnyTagClassName
{
color: #C72495;
}
</style>
background-color css
<style>
a { background-color: #C72495; }
a { background-color: rgb(199,36,149); }
div.DivClassName
{
background-color: #C72495;
}
.BgClassName
{
background-color: #C72495;
}
</style>
border-color css
<style>
span { border-color: #C72495; }
span { border-color: rgb(199,36,149); }
td.TdClassName
{
border-color: #C72495;
}
.TagClassName
{
border-color: #C72495;
}
</style>