Shades of Medium Red Violet #C7319A
Tints of Medium Red Violet #C7319A
RGB
CMYK
RGB Variations
Color information
#C7319A (or 0xC7319A) is known color: Medium Red Violet. HEX triplet: C7, 31 and 9A. RGB value is (199,49,154). Sum of RGB (Red+Green+Blue) = 199+49+154=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C7319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7319A is #38CE65. Grayscale: #696969. Windows color (decimal): -3722854 or 10105287. OLE color: 10105287.
HSL color Cylindrical-coordinate representation of color #C7319A: hue angle of 318º 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 #C7319A is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 154 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.22 |
| HSL | 318º | 0.6% | 0.49% | - |
| HSV(B) | 318º | 0.75% | 0.78% | - |
| XYZ | 30.48 | 16.67 | 32.18 | - |
| YUV | 105.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 154 | 0 | 0.75 | 0.23 | 0.22 | 318 | 0.6 | 0.49 |
| Hex | C7 | 31 | 9A | 0 | 4B | 17 | 16 | 13E | 3C | 31 |
| Octal | 307 | 61 | 232 | 0 | 113 | 27 | 26 | 476 | 74 | 61 |
| Binary | 11000111 | 110001 | 10011010 | 0 | 1001011 | 10111 | 10110 | 100111110 | 111100 | 110001 |
Color Harmonies of #C7319A
Complementary color
Monochromatic Colors of #C7319A
Black with #C7319A
Text Example
Text Example
White with #C7319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7319A; }
p { color: rgb(199,49,154); }
H1.HeaderClassName
{
color: #C7319A;
}
.AnyTagClassName
{
color: #C7319A;
}
</style>
background-color css
<style>
a { background-color: #C7319A; }
a { background-color: rgb(199,49,154); }
div.DivClassName
{
background-color: #C7319A;
}
.BgClassName
{
background-color: #C7319A;
}
</style>
border-color css
<style>
span { border-color: #C7319A; }
span { border-color: rgb(199,49,154); }
td.TdClassName
{
border-color: #C7319A;
}
.TagClassName
{
border-color: #C7319A;
}
</style>