Shades of Medium Red Violet #C7397A
Tints of Medium Red Violet #C7397A
RGB
CMYK
RGB Variations
Color information
#C7397A (or 0xC7397A) is known color: Medium Red Violet. HEX triplet: C7, 39 and 7A. RGB value is (199,57,122). Sum of RGB (Red+Green+Blue) = 199+57+122=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7397A is #38C685. Grayscale: #6A6A6A. Windows color (decimal): -3720838 or 8010183. OLE color: 8010183.
HSL color Cylindrical-coordinate representation of color #C7397A: hue angle of 332.54º 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 #C7397A is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 122 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.22 |
| HSL | 332.54º | 0.56% | 0.5% | - |
| HSV(B) | 332.54º | 0.71% | 0.78% | - |
| XYZ | 28.53 | 16.47 | 20.09 | - |
| YUV | 106.87 | 136.54 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 122 | 0 | 0.71 | 0.39 | 0.22 | 332.54 | 0.56 | 0.5 |
| Hex | C7 | 39 | 7A | 0 | 47 | 27 | 16 | 14D | 38 | 32 |
| Octal | 307 | 71 | 172 | 0 | 107 | 47 | 26 | 515 | 70 | 62 |
| Binary | 11000111 | 111001 | 1111010 | 0 | 1000111 | 100111 | 10110 | 101001101 | 111000 | 110010 |
Color Harmonies of #C7397A
Complementary color
Monochromatic Colors of #C7397A
Black with #C7397A
Text Example
Text Example
White with #C7397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7397A; }
p { color: rgb(199,57,122); }
H1.HeaderClassName
{
color: #C7397A;
}
.AnyTagClassName
{
color: #C7397A;
}
</style>
background-color css
<style>
a { background-color: #C7397A; }
a { background-color: rgb(199,57,122); }
div.DivClassName
{
background-color: #C7397A;
}
.BgClassName
{
background-color: #C7397A;
}
</style>
border-color css
<style>
span { border-color: #C7397A; }
span { border-color: rgb(199,57,122); }
td.TdClassName
{
border-color: #C7397A;
}
.TagClassName
{
border-color: #C7397A;
}
</style>