Shades of Medium Violet Red #C7246E
Tints of Medium Violet Red #C7246E
RGB
CMYK
RGB Variations
Color information
#C7246E (or 0xC7246E) is known color: Medium Violet Red. HEX triplet: C7, 24 and 6E. RGB value is (199,36,110). Sum of RGB (Red+Green+Blue) = 199+36+110=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7246E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7246E is #38DB91. Grayscale: #5D5D5D. Windows color (decimal): -3726226 or 7218375. OLE color: 7218375.
HSL color Cylindrical-coordinate representation of color #C7246E: hue angle of 332.76º degrees, saturation: 0.69, 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 #C7246E is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 110 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.22 |
| HSL | 332.76º | 0.69% | 0.46% | - |
| HSV(B) | 332.76º | 0.82% | 0.78% | - |
| XYZ | 27 | 14.53 | 16.13 | - |
| YUV | 93.17 | 137.5 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 110 | 0 | 0.82 | 0.45 | 0.22 | 332.76 | 0.69 | 0.46 |
| Hex | C7 | 24 | 6E | 0 | 52 | 2D | 16 | 14D | 45 | 2E |
| Octal | 307 | 44 | 156 | 0 | 122 | 55 | 26 | 515 | 105 | 56 |
| Binary | 11000111 | 100100 | 1101110 | 0 | 1010010 | 101101 | 10110 | 101001101 | 1000101 | 101110 |
Color Harmonies of #C7246E
Complementary color
Monochromatic Colors of #C7246E
Black with #C7246E
Text Example
Text Example
White with #C7246E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7246E; }
p { color: rgb(199,36,110); }
H1.HeaderClassName
{
color: #C7246E;
}
.AnyTagClassName
{
color: #C7246E;
}
</style>
background-color css
<style>
a { background-color: #C7246E; }
a { background-color: rgb(199,36,110); }
div.DivClassName
{
background-color: #C7246E;
}
.BgClassName
{
background-color: #C7246E;
}
</style>
border-color css
<style>
span { border-color: #C7246E; }
span { border-color: rgb(199,36,110); }
td.TdClassName
{
border-color: #C7246E;
}
.TagClassName
{
border-color: #C7246E;
}
</style>