Shades of Medium Violet Red #C7149E
Tints of Medium Violet Red #C7149E
RGB
CMYK
RGB Variations
Color information
#C7149E (or 0xC7149E) is known color: Medium Violet Red. HEX triplet: C7, 14 and 9E. RGB value is (199,20,158). Sum of RGB (Red+Green+Blue) = 199+20+158=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7149E is #38EB61. Grayscale: #585858. Windows color (decimal): -3730274 or 10360007. OLE color: 10360007.
HSL color Cylindrical-coordinate representation of color #C7149E: hue angle of 313.74º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7149E is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 158 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.22 |
| HSL | 313.74º | 0.82% | 0.43% | - |
| HSV(B) | 313.74º | 0.9% | 0.78% | - |
| XYZ | 29.97 | 15.11 | 33.68 | - |
| YUV | 89.25 | 166.8 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 158 | 0 | 0.90 | 0.21 | 0.22 | 313.74 | 0.82 | 0.43 |
| Hex | C7 | 14 | 9E | 0 | 5A | 15 | 16 | 13A | 52 | 2B |
| Octal | 307 | 24 | 236 | 0 | 132 | 25 | 26 | 472 | 122 | 53 |
| Binary | 11000111 | 10100 | 10011110 | 0 | 1011010 | 10101 | 10110 | 100111010 | 1010010 | 101011 |
Color Harmonies of #C7149E
Complementary color
Monochromatic Colors of #C7149E
Black with #C7149E
Text Example
Text Example
White with #C7149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7149E; }
p { color: rgb(199,20,158); }
H1.HeaderClassName
{
color: #C7149E;
}
.AnyTagClassName
{
color: #C7149E;
}
</style>
background-color css
<style>
a { background-color: #C7149E; }
a { background-color: rgb(199,20,158); }
div.DivClassName
{
background-color: #C7149E;
}
.BgClassName
{
background-color: #C7149E;
}
</style>
border-color css
<style>
span { border-color: #C7149E; }
span { border-color: rgb(199,20,158); }
td.TdClassName
{
border-color: #C7149E;
}
.TagClassName
{
border-color: #C7149E;
}
</style>