Shades of Medium Violet Red #C7237E
Tints of Medium Violet Red #C7237E
RGB
CMYK
RGB Variations
Color information
#C7237E (or 0xC7237E) is known color: Medium Violet Red. HEX triplet: C7, 23 and 7E. RGB value is (199,35,126). Sum of RGB (Red+Green+Blue) = 199+35+126=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7237E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7237E is #38DC81. Grayscale: #5E5E5E. Windows color (decimal): -3726466 or 8266695. OLE color: 8266695.
HSL color Cylindrical-coordinate representation of color #C7237E: hue angle of 326.71º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7237E is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 126 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.22 |
| HSL | 326.71º | 0.7% | 0.46% | - |
| HSV(B) | 326.71º | 0.82% | 0.78% | - |
| XYZ | 27.92 | 14.85 | 21.13 | - |
| YUV | 94.41 | 145.83 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 126 | 0 | 0.82 | 0.37 | 0.22 | 326.71 | 0.7 | 0.46 |
| Hex | C7 | 23 | 7E | 0 | 52 | 25 | 16 | 147 | 46 | 2E |
| Octal | 307 | 43 | 176 | 0 | 122 | 45 | 26 | 507 | 106 | 56 |
| Binary | 11000111 | 100011 | 1111110 | 0 | 1010010 | 100101 | 10110 | 101000111 | 1000110 | 101110 |
Color Harmonies of #C7237E
Complementary color
Monochromatic Colors of #C7237E
Black with #C7237E
Text Example
Text Example
White with #C7237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7237E; }
p { color: rgb(199,35,126); }
H1.HeaderClassName
{
color: #C7237E;
}
.AnyTagClassName
{
color: #C7237E;
}
</style>
background-color css
<style>
a { background-color: #C7237E; }
a { background-color: rgb(199,35,126); }
div.DivClassName
{
background-color: #C7237E;
}
.BgClassName
{
background-color: #C7237E;
}
</style>
border-color css
<style>
span { border-color: #C7237E; }
span { border-color: rgb(199,35,126); }
td.TdClassName
{
border-color: #C7237E;
}
.TagClassName
{
border-color: #C7237E;
}
</style>