Shades of Medium Red Violet #C7319B
Tints of Medium Red Violet #C7319B
RGB
CMYK
RGB Variations
Color information
#C7319B (or 0xC7319B) is known color: Medium Red Violet. HEX triplet: C7, 31 and 9B. RGB value is (199,49,155). Sum of RGB (Red+Green+Blue) = 199+49+155=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C7319B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7319B is #38CE64. Grayscale: #696969. Windows color (decimal): -3722853 or 10170823. OLE color: 10170823.
HSL color Cylindrical-coordinate representation of color #C7319B: hue angle of 317.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7319B is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 155 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.22 |
| HSL | 317.6º | 0.6% | 0.49% | - |
| HSV(B) | 317.6º | 0.75% | 0.78% | - |
| XYZ | 30.57 | 16.71 | 32.62 | - |
| YUV | 105.93 | 155.7 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 155 | 0 | 0.75 | 0.22 | 0.22 | 317.6 | 0.6 | 0.49 |
| Hex | C7 | 31 | 9B | 0 | 4B | 16 | 16 | 13E | 3C | 31 |
| Octal | 307 | 61 | 233 | 0 | 113 | 26 | 26 | 476 | 74 | 61 |
| Binary | 11000111 | 110001 | 10011011 | 0 | 1001011 | 10110 | 10110 | 100111110 | 111100 | 110001 |
Color Harmonies of #C7319B
Complementary color
Monochromatic Colors of #C7319B
Black with #C7319B
Text Example
Text Example
White with #C7319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7319B; }
p { color: rgb(199,49,155); }
H1.HeaderClassName
{
color: #C7319B;
}
.AnyTagClassName
{
color: #C7319B;
}
</style>
background-color css
<style>
a { background-color: #C7319B; }
a { background-color: rgb(199,49,155); }
div.DivClassName
{
background-color: #C7319B;
}
.BgClassName
{
background-color: #C7319B;
}
</style>
border-color css
<style>
span { border-color: #C7319B; }
span { border-color: rgb(199,49,155); }
td.TdClassName
{
border-color: #C7319B;
}
.TagClassName
{
border-color: #C7319B;
}
</style>