Shades of Medium Red Violet #C7309C
Tints of Medium Red Violet #C7309C
RGB
CMYK
RGB Variations
Color information
#C7309C (or 0xC7309C) is known color: Medium Red Violet. HEX triplet: C7, 30 and 9C. RGB value is (199,48,156). Sum of RGB (Red+Green+Blue) = 199+48+156=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C7309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7309C is #38CF63. Grayscale: #696969. Windows color (decimal): -3723108 or 10236103. OLE color: 10236103.
HSL color Cylindrical-coordinate representation of color #C7309C: hue angle of 317.09º 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 #C7309C is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 156 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.22 |
| HSL | 317.09º | 0.61% | 0.48% | - |
| HSV(B) | 317.09º | 0.76% | 0.78% | - |
| XYZ | 30.61 | 16.66 | 33.05 | - |
| YUV | 105.46 | 156.53 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 156 | 0 | 0.76 | 0.22 | 0.22 | 317.09 | 0.61 | 0.48 |
| Hex | C7 | 30 | 9C | 0 | 4C | 16 | 16 | 13D | 3D | 30 |
| Octal | 307 | 60 | 234 | 0 | 114 | 26 | 26 | 475 | 75 | 60 |
| Binary | 11000111 | 110000 | 10011100 | 0 | 1001100 | 10110 | 10110 | 100111101 | 111101 | 110000 |
Color Harmonies of #C7309C
Complementary color
Monochromatic Colors of #C7309C
Black with #C7309C
Text Example
Text Example
White with #C7309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7309C; }
p { color: rgb(199,48,156); }
H1.HeaderClassName
{
color: #C7309C;
}
.AnyTagClassName
{
color: #C7309C;
}
</style>
background-color css
<style>
a { background-color: #C7309C; }
a { background-color: rgb(199,48,156); }
div.DivClassName
{
background-color: #C7309C;
}
.BgClassName
{
background-color: #C7309C;
}
</style>
border-color css
<style>
span { border-color: #C7309C; }
span { border-color: rgb(199,48,156); }
td.TdClassName
{
border-color: #C7309C;
}
.TagClassName
{
border-color: #C7309C;
}
</style>