Shades of Medium Violet Red #C7149F
Tints of Medium Violet Red #C7149F
RGB
CMYK
RGB Variations
Color information
#C7149F (or 0xC7149F) is known color: Medium Violet Red. HEX triplet: C7, 14 and 9F. RGB value is (199,20,159). Sum of RGB (Red+Green+Blue) = 199+20+159=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7149F is #38EB60. Grayscale: #585858. Windows color (decimal): -3730273 or 10425543. OLE color: 10425543.
HSL color Cylindrical-coordinate representation of color #C7149F: hue angle of 313.41º 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 #C7149F is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 159 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.22 |
| HSL | 313.41º | 0.82% | 0.43% | - |
| HSV(B) | 313.41º | 0.9% | 0.78% | - |
| XYZ | 30.06 | 15.15 | 34.14 | - |
| YUV | 89.37 | 167.3 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 159 | 0 | 0.90 | 0.20 | 0.22 | 313.41 | 0.82 | 0.43 |
| Hex | C7 | 14 | 9F | 0 | 5A | 14 | 16 | 139 | 52 | 2B |
| Octal | 307 | 24 | 237 | 0 | 132 | 24 | 26 | 471 | 122 | 53 |
| Binary | 11000111 | 10100 | 10011111 | 0 | 1011010 | 10100 | 10110 | 100111001 | 1010010 | 101011 |
Color Harmonies of #C7149F
Complementary color
Monochromatic Colors of #C7149F
Black with #C7149F
Text Example
Text Example
White with #C7149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7149F; }
p { color: rgb(199,20,159); }
H1.HeaderClassName
{
color: #C7149F;
}
.AnyTagClassName
{
color: #C7149F;
}
</style>
background-color css
<style>
a { background-color: #C7149F; }
a { background-color: rgb(199,20,159); }
div.DivClassName
{
background-color: #C7149F;
}
.BgClassName
{
background-color: #C7149F;
}
</style>
border-color css
<style>
span { border-color: #C7149F; }
span { border-color: rgb(199,20,159); }
td.TdClassName
{
border-color: #C7149F;
}
.TagClassName
{
border-color: #C7149F;
}
</style>