Shades of Medium Red Violet #C7397B
Tints of Medium Red Violet #C7397B
RGB
CMYK
RGB Variations
Color information
#C7397B (or 0xC7397B) is known color: Medium Red Violet. HEX triplet: C7, 39 and 7B. RGB value is (199,57,123). Sum of RGB (Red+Green+Blue) = 199+57+123=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7397B is #38C684. Grayscale: #6A6A6A. Windows color (decimal): -3720837 or 8075719. OLE color: 8075719.
HSL color Cylindrical-coordinate representation of color #C7397B: hue angle of 332.11º 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 #C7397B is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 123 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.22 |
| HSL | 332.11º | 0.56% | 0.5% | - |
| HSV(B) | 332.11º | 0.71% | 0.78% | - |
| XYZ | 28.59 | 16.5 | 20.42 | - |
| YUV | 106.98 | 137.04 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 123 | 0 | 0.71 | 0.38 | 0.22 | 332.11 | 0.56 | 0.5 |
| Hex | C7 | 39 | 7B | 0 | 47 | 26 | 16 | 14C | 38 | 32 |
| Octal | 307 | 71 | 173 | 0 | 107 | 46 | 26 | 514 | 70 | 62 |
| Binary | 11000111 | 111001 | 1111011 | 0 | 1000111 | 100110 | 10110 | 101001100 | 111000 | 110010 |
Color Harmonies of #C7397B
Complementary color
Monochromatic Colors of #C7397B
Black with #C7397B
Text Example
Text Example
White with #C7397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7397B; }
p { color: rgb(199,57,123); }
H1.HeaderClassName
{
color: #C7397B;
}
.AnyTagClassName
{
color: #C7397B;
}
</style>
background-color css
<style>
a { background-color: #C7397B; }
a { background-color: rgb(199,57,123); }
div.DivClassName
{
background-color: #C7397B;
}
.BgClassName
{
background-color: #C7397B;
}
</style>
border-color css
<style>
span { border-color: #C7397B; }
span { border-color: rgb(199,57,123); }
td.TdClassName
{
border-color: #C7397B;
}
.TagClassName
{
border-color: #C7397B;
}
</style>