Shades of Medium Violet Red #C7147E
Tints of Medium Violet Red #C7147E
RGB
CMYK
RGB Variations
Color information
#C7147E (or 0xC7147E) is known color: Medium Violet Red. HEX triplet: C7, 14 and 7E. RGB value is (199,20,126). Sum of RGB (Red+Green+Blue) = 199+20+126=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7147E is #38EB81. Grayscale: #555555. Windows color (decimal): -3730306 or 8262855. OLE color: 8262855.
HSL color Cylindrical-coordinate representation of color #C7147E: hue angle of 324.47º 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 #C7147E is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 126 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.22 |
| HSL | 324.47º | 0.82% | 0.43% | - |
| HSV(B) | 324.47º | 0.9% | 0.78% | - |
| XYZ | 27.57 | 14.15 | 21.02 | - |
| YUV | 85.61 | 150.8 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 126 | 0 | 0.90 | 0.37 | 0.22 | 324.47 | 0.82 | 0.43 |
| Hex | C7 | 14 | 7E | 0 | 5A | 25 | 16 | 144 | 52 | 2B |
| Octal | 307 | 24 | 176 | 0 | 132 | 45 | 26 | 504 | 122 | 53 |
| Binary | 11000111 | 10100 | 1111110 | 0 | 1011010 | 100101 | 10110 | 101000100 | 1010010 | 101011 |
Color Harmonies of #C7147E
Complementary color
Monochromatic Colors of #C7147E
Black with #C7147E
Text Example
Text Example
White with #C7147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7147E; }
p { color: rgb(199,20,126); }
H1.HeaderClassName
{
color: #C7147E;
}
.AnyTagClassName
{
color: #C7147E;
}
</style>
background-color css
<style>
a { background-color: #C7147E; }
a { background-color: rgb(199,20,126); }
div.DivClassName
{
background-color: #C7147E;
}
.BgClassName
{
background-color: #C7147E;
}
</style>
border-color css
<style>
span { border-color: #C7147E; }
span { border-color: rgb(199,20,126); }
td.TdClassName
{
border-color: #C7147E;
}
.TagClassName
{
border-color: #C7147E;
}
</style>