Shades of Medium Violet Red #C7147C
Tints of Medium Violet Red #C7147C
RGB
CMYK
RGB Variations
Color information
#C7147C (or 0xC7147C) is known color: Medium Violet Red. HEX triplet: C7, 14 and 7C. RGB value is (199,20,124). Sum of RGB (Red+Green+Blue) = 199+20+124=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7147C is #38EB83. Grayscale: #555555. Windows color (decimal): -3730308 or 8131783. OLE color: 8131783.
HSL color Cylindrical-coordinate representation of color #C7147C: hue angle of 325.14º 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 #C7147C is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 124 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.22 |
| HSL | 325.14º | 0.82% | 0.43% | - |
| HSV(B) | 325.14º | 0.9% | 0.78% | - |
| XYZ | 27.44 | 14.1 | 20.34 | - |
| YUV | 85.38 | 149.8 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 124 | 0 | 0.90 | 0.38 | 0.22 | 325.14 | 0.82 | 0.43 |
| Hex | C7 | 14 | 7C | 0 | 5A | 26 | 16 | 145 | 52 | 2B |
| Octal | 307 | 24 | 174 | 0 | 132 | 46 | 26 | 505 | 122 | 53 |
| Binary | 11000111 | 10100 | 1111100 | 0 | 1011010 | 100110 | 10110 | 101000101 | 1010010 | 101011 |
Color Harmonies of #C7147C
Complementary color
Monochromatic Colors of #C7147C
Black with #C7147C
Text Example
Text Example
White with #C7147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7147C; }
p { color: rgb(199,20,124); }
H1.HeaderClassName
{
color: #C7147C;
}
.AnyTagClassName
{
color: #C7147C;
}
</style>
background-color css
<style>
a { background-color: #C7147C; }
a { background-color: rgb(199,20,124); }
div.DivClassName
{
background-color: #C7147C;
}
.BgClassName
{
background-color: #C7147C;
}
</style>
border-color css
<style>
span { border-color: #C7147C; }
span { border-color: rgb(199,20,124); }
td.TdClassName
{
border-color: #C7147C;
}
.TagClassName
{
border-color: #C7147C;
}
</style>