Shades of Medium Red Violet #C7357C
Tints of Medium Red Violet #C7357C
RGB
CMYK
RGB Variations
Color information
#C7357C (or 0xC7357C) is known color: Medium Red Violet. HEX triplet: C7, 35 and 7C. RGB value is (199,53,124). Sum of RGB (Red+Green+Blue) = 199+53+124=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7357C is #38CA83. Grayscale: #686868. Windows color (decimal): -3721860 or 8140231. OLE color: 8140231.
HSL color Cylindrical-coordinate representation of color #C7357C: hue angle of 330.82º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7357C is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 124 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.22 |
| HSL | 330.82º | 0.58% | 0.49% | - |
| HSV(B) | 330.82º | 0.73% | 0.78% | - |
| XYZ | 28.46 | 16.14 | 20.68 | - |
| YUV | 104.75 | 138.87 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 124 | 0 | 0.73 | 0.38 | 0.22 | 330.82 | 0.58 | 0.49 |
| Hex | C7 | 35 | 7C | 0 | 49 | 26 | 16 | 14B | 3A | 31 |
| Octal | 307 | 65 | 174 | 0 | 111 | 46 | 26 | 513 | 72 | 61 |
| Binary | 11000111 | 110101 | 1111100 | 0 | 1001001 | 100110 | 10110 | 101001011 | 111010 | 110001 |
Color Harmonies of #C7357C
Complementary color
Monochromatic Colors of #C7357C
Black with #C7357C
Text Example
Text Example
White with #C7357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7357C; }
p { color: rgb(199,53,124); }
H1.HeaderClassName
{
color: #C7357C;
}
.AnyTagClassName
{
color: #C7357C;
}
</style>
background-color css
<style>
a { background-color: #C7357C; }
a { background-color: rgb(199,53,124); }
div.DivClassName
{
background-color: #C7357C;
}
.BgClassName
{
background-color: #C7357C;
}
</style>
border-color css
<style>
span { border-color: #C7357C; }
span { border-color: rgb(199,53,124); }
td.TdClassName
{
border-color: #C7357C;
}
.TagClassName
{
border-color: #C7357C;
}
</style>