Shades of Medium Red Violet #C7309D
Tints of Medium Red Violet #C7309D
RGB
CMYK
RGB Variations
Color information
#C7309D (or 0xC7309D) is known color: Medium Red Violet. HEX triplet: C7, 30 and 9D. RGB value is (199,48,157). Sum of RGB (Red+Green+Blue) = 199+48+157=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7309D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7309D is #38CF62. Grayscale: #696969. Windows color (decimal): -3723107 or 10301639. OLE color: 10301639.
HSL color Cylindrical-coordinate representation of color #C7309D: hue angle of 316.69º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7309D is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 157 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.22 |
| HSL | 316.69º | 0.61% | 0.48% | - |
| HSV(B) | 316.69º | 0.76% | 0.78% | - |
| XYZ | 30.7 | 16.69 | 33.5 | - |
| YUV | 105.58 | 157.03 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 157 | 0 | 0.76 | 0.21 | 0.22 | 316.69 | 0.61 | 0.48 |
| Hex | C7 | 30 | 9D | 0 | 4C | 15 | 16 | 13D | 3D | 30 |
| Octal | 307 | 60 | 235 | 0 | 114 | 25 | 26 | 475 | 75 | 60 |
| Binary | 11000111 | 110000 | 10011101 | 0 | 1001100 | 10101 | 10110 | 100111101 | 111101 | 110000 |
Color Harmonies of #C7309D
Complementary color
Monochromatic Colors of #C7309D
Black with #C7309D
Text Example
Text Example
White with #C7309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7309D; }
p { color: rgb(199,48,157); }
H1.HeaderClassName
{
color: #C7309D;
}
.AnyTagClassName
{
color: #C7309D;
}
</style>
background-color css
<style>
a { background-color: #C7309D; }
a { background-color: rgb(199,48,157); }
div.DivClassName
{
background-color: #C7309D;
}
.BgClassName
{
background-color: #C7309D;
}
</style>
border-color css
<style>
span { border-color: #C7309D; }
span { border-color: rgb(199,48,157); }
td.TdClassName
{
border-color: #C7309D;
}
.TagClassName
{
border-color: #C7309D;
}
</style>