Shades of Medium Red Violet #C7399A
Tints of Medium Red Violet #C7399A
RGB
CMYK
RGB Variations
Color information
#C7399A (or 0xC7399A) is known color: Medium Red Violet. HEX triplet: C7, 39 and 9A. RGB value is (199,57,154). Sum of RGB (Red+Green+Blue) = 199+57+154=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7399A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7399A is #38C665. Grayscale: #6E6E6E. Windows color (decimal): -3720806 or 10107335. OLE color: 10107335.
HSL color Cylindrical-coordinate representation of color #C7399A: hue angle of 319.01º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7399A is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 154 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.22 |
| HSL | 319.01º | 0.56% | 0.5% | - |
| HSV(B) | 319.01º | 0.71% | 0.78% | - |
| XYZ | 30.85 | 17.4 | 32.3 | - |
| YUV | 110.52 | 152.54 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 154 | 0 | 0.71 | 0.23 | 0.22 | 319.01 | 0.56 | 0.5 |
| Hex | C7 | 39 | 9A | 0 | 47 | 17 | 16 | 13F | 38 | 32 |
| Octal | 307 | 71 | 232 | 0 | 107 | 27 | 26 | 477 | 70 | 62 |
| Binary | 11000111 | 111001 | 10011010 | 0 | 1000111 | 10111 | 10110 | 100111111 | 111000 | 110010 |
Color Harmonies of #C7399A
Complementary color
Monochromatic Colors of #C7399A
Black with #C7399A
Text Example
Text Example
White with #C7399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7399A; }
p { color: rgb(199,57,154); }
H1.HeaderClassName
{
color: #C7399A;
}
.AnyTagClassName
{
color: #C7399A;
}
</style>
background-color css
<style>
a { background-color: #C7399A; }
a { background-color: rgb(199,57,154); }
div.DivClassName
{
background-color: #C7399A;
}
.BgClassName
{
background-color: #C7399A;
}
</style>
border-color css
<style>
span { border-color: #C7399A; }
span { border-color: rgb(199,57,154); }
td.TdClassName
{
border-color: #C7399A;
}
.TagClassName
{
border-color: #C7399A;
}
</style>