Shades of Medium Red Violet #C72995
Tints of Medium Red Violet #C72995
RGB
CMYK
RGB Variations
Color information
#C72995 (or 0xC72995) is known color: Medium Red Violet. HEX triplet: C7, 29 and 95. RGB value is (199,41,149). Sum of RGB (Red+Green+Blue) = 199+41+149=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C72995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72995 is #38D66A. Grayscale: #646464. Windows color (decimal): -3724907 or 9775559. OLE color: 9775559.
HSL color Cylindrical-coordinate representation of color #C72995: hue angle of 318.99º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72995 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 149 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.22 |
| HSL | 318.99º | 0.66% | 0.47% | - |
| HSV(B) | 318.99º | 0.79% | 0.78% | - |
| XYZ | 29.77 | 15.9 | 29.93 | - |
| YUV | 100.55 | 155.35 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 149 | 0 | 0.79 | 0.25 | 0.22 | 318.99 | 0.66 | 0.47 |
| Hex | C7 | 29 | 95 | 0 | 4F | 19 | 16 | 13F | 42 | 2F |
| Octal | 307 | 51 | 225 | 0 | 117 | 31 | 26 | 477 | 102 | 57 |
| Binary | 11000111 | 101001 | 10010101 | 0 | 1001111 | 11001 | 10110 | 100111111 | 1000010 | 101111 |
Color Harmonies of #C72995
Complementary color
Monochromatic Colors of #C72995
Black with #C72995
Text Example
Text Example
White with #C72995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72995; }
p { color: rgb(199,41,149); }
H1.HeaderClassName
{
color: #C72995;
}
.AnyTagClassName
{
color: #C72995;
}
</style>
background-color css
<style>
a { background-color: #C72995; }
a { background-color: rgb(199,41,149); }
div.DivClassName
{
background-color: #C72995;
}
.BgClassName
{
background-color: #C72995;
}
</style>
border-color css
<style>
span { border-color: #C72995; }
span { border-color: rgb(199,41,149); }
td.TdClassName
{
border-color: #C72995;
}
.TagClassName
{
border-color: #C72995;
}
</style>