Shades of Medium Violet Red #C7147F
Tints of Medium Violet Red #C7147F
RGB
CMYK
RGB Variations
Color information
#C7147F (or 0xC7147F) is known color: Medium Violet Red. HEX triplet: C7, 14 and 7F. RGB value is (199,20,127). Sum of RGB (Red+Green+Blue) = 199+20+127=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7147F is #38EB80. Grayscale: #555555. Windows color (decimal): -3730305 or 8328391. OLE color: 8328391.
HSL color Cylindrical-coordinate representation of color #C7147F: hue angle of 324.13º 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 #C7147F is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 127 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.22 |
| HSL | 324.13º | 0.82% | 0.43% | - |
| HSV(B) | 324.13º | 0.9% | 0.78% | - |
| XYZ | 27.63 | 14.17 | 21.36 | - |
| YUV | 85.72 | 151.3 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 127 | 0 | 0.90 | 0.36 | 0.22 | 324.13 | 0.82 | 0.43 |
| Hex | C7 | 14 | 7F | 0 | 5A | 24 | 16 | 144 | 52 | 2B |
| Octal | 307 | 24 | 177 | 0 | 132 | 44 | 26 | 504 | 122 | 53 |
| Binary | 11000111 | 10100 | 1111111 | 0 | 1011010 | 100100 | 10110 | 101000100 | 1010010 | 101011 |
Color Harmonies of #C7147F
Complementary color
Monochromatic Colors of #C7147F
Black with #C7147F
Text Example
Text Example
White with #C7147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7147F; }
p { color: rgb(199,20,127); }
H1.HeaderClassName
{
color: #C7147F;
}
.AnyTagClassName
{
color: #C7147F;
}
</style>
background-color css
<style>
a { background-color: #C7147F; }
a { background-color: rgb(199,20,127); }
div.DivClassName
{
background-color: #C7147F;
}
.BgClassName
{
background-color: #C7147F;
}
</style>
border-color css
<style>
span { border-color: #C7147F; }
span { border-color: rgb(199,20,127); }
td.TdClassName
{
border-color: #C7147F;
}
.TagClassName
{
border-color: #C7147F;
}
</style>