Shades of Medium Violet Red #C7126C
Tints of Medium Violet Red #C7126C
RGB
CMYK
RGB Variations
Color information
#C7126C (or 0xC7126C) is known color: Medium Violet Red. HEX triplet: C7, 12 and 6C. RGB value is (199,18,108). Sum of RGB (Red+Green+Blue) = 199+18+108=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C7126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7126C is #38ED93. Grayscale: #525252. Windows color (decimal): -3730836 or 7082695. OLE color: 7082695.
HSL color Cylindrical-coordinate representation of color #C7126C: hue angle of 330.17º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7126C is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 108 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.22 |
| HSL | 330.17º | 0.83% | 0.43% | - |
| HSV(B) | 330.17º | 0.91% | 0.78% | - |
| XYZ | 26.48 | 13.66 | 15.43 | - |
| YUV | 82.38 | 142.47 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 108 | 0 | 0.91 | 0.46 | 0.22 | 330.17 | 0.83 | 0.43 |
| Hex | C7 | 12 | 6C | 0 | 5B | 2E | 16 | 14A | 53 | 2B |
| Octal | 307 | 22 | 154 | 0 | 133 | 56 | 26 | 512 | 123 | 53 |
| Binary | 11000111 | 10010 | 1101100 | 0 | 1011011 | 101110 | 10110 | 101001010 | 1010011 | 101011 |
Color Harmonies of #C7126C
Complementary color
Monochromatic Colors of #C7126C
Black with #C7126C
Text Example
Text Example
White with #C7126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7126C; }
p { color: rgb(199,18,108); }
H1.HeaderClassName
{
color: #C7126C;
}
.AnyTagClassName
{
color: #C7126C;
}
</style>
background-color css
<style>
a { background-color: #C7126C; }
a { background-color: rgb(199,18,108); }
div.DivClassName
{
background-color: #C7126C;
}
.BgClassName
{
background-color: #C7126C;
}
</style>
border-color css
<style>
span { border-color: #C7126C; }
span { border-color: rgb(199,18,108); }
td.TdClassName
{
border-color: #C7126C;
}
.TagClassName
{
border-color: #C7126C;
}
</style>