Shades of Medium Red Violet #C72973
Tints of Medium Red Violet #C72973
RGB
CMYK
RGB Variations
Color information
#C72973 (or 0xC72973) is known color: Medium Red Violet. HEX triplet: C7, 29 and 73. RGB value is (199,41,115). Sum of RGB (Red+Green+Blue) = 199+41+115=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C72973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72973 is #38D68C. Grayscale: #606060. Windows color (decimal): -3724941 or 7547335. OLE color: 7547335.
HSL color Cylindrical-coordinate representation of color #C72973: hue angle of 331.9º 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 #C72973 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 115 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.22 |
| HSL | 331.9º | 0.66% | 0.47% | - |
| HSV(B) | 331.9º | 0.79% | 0.78% | - |
| XYZ | 27.44 | 14.97 | 17.66 | - |
| YUV | 96.68 | 138.35 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 115 | 0 | 0.79 | 0.42 | 0.22 | 331.9 | 0.66 | 0.47 |
| Hex | C7 | 29 | 73 | 0 | 4F | 2A | 16 | 14C | 42 | 2F |
| Octal | 307 | 51 | 163 | 0 | 117 | 52 | 26 | 514 | 102 | 57 |
| Binary | 11000111 | 101001 | 1110011 | 0 | 1001111 | 101010 | 10110 | 101001100 | 1000010 | 101111 |
Color Harmonies of #C72973
Complementary color
Monochromatic Colors of #C72973
Black with #C72973
Text Example
Text Example
White with #C72973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72973; }
p { color: rgb(199,41,115); }
H1.HeaderClassName
{
color: #C72973;
}
.AnyTagClassName
{
color: #C72973;
}
</style>
background-color css
<style>
a { background-color: #C72973; }
a { background-color: rgb(199,41,115); }
div.DivClassName
{
background-color: #C72973;
}
.BgClassName
{
background-color: #C72973;
}
</style>
border-color css
<style>
span { border-color: #C72973; }
span { border-color: rgb(199,41,115); }
td.TdClassName
{
border-color: #C72973;
}
.TagClassName
{
border-color: #C72973;
}
</style>