Shades of Medium Violet Red #C7146F
Tints of Medium Violet Red #C7146F
RGB
CMYK
RGB Variations
Color information
#C7146F (or 0xC7146F) is known color: Medium Violet Red. HEX triplet: C7, 14 and 6F. RGB value is (199,20,111). Sum of RGB (Red+Green+Blue) = 199+20+111=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7146F is #38EB90. Grayscale: #535353. Windows color (decimal): -3730321 or 7279815. OLE color: 7279815.
HSL color Cylindrical-coordinate representation of color #C7146F: hue angle of 329.5º 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 #C7146F is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 111 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.22 |
| HSL | 329.5º | 0.82% | 0.43% | - |
| HSV(B) | 329.5º | 0.9% | 0.78% | - |
| XYZ | 26.67 | 13.79 | 16.29 | - |
| YUV | 83.9 | 143.3 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 111 | 0 | 0.90 | 0.44 | 0.22 | 329.5 | 0.82 | 0.43 |
| Hex | C7 | 14 | 6F | 0 | 5A | 2C | 16 | 149 | 52 | 2B |
| Octal | 307 | 24 | 157 | 0 | 132 | 54 | 26 | 511 | 122 | 53 |
| Binary | 11000111 | 10100 | 1101111 | 0 | 1011010 | 101100 | 10110 | 101001001 | 1010010 | 101011 |
Color Harmonies of #C7146F
Complementary color
Monochromatic Colors of #C7146F
Black with #C7146F
Text Example
Text Example
White with #C7146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7146F; }
p { color: rgb(199,20,111); }
H1.HeaderClassName
{
color: #C7146F;
}
.AnyTagClassName
{
color: #C7146F;
}
</style>
background-color css
<style>
a { background-color: #C7146F; }
a { background-color: rgb(199,20,111); }
div.DivClassName
{
background-color: #C7146F;
}
.BgClassName
{
background-color: #C7146F;
}
</style>
border-color css
<style>
span { border-color: #C7146F; }
span { border-color: rgb(199,20,111); }
td.TdClassName
{
border-color: #C7146F;
}
.TagClassName
{
border-color: #C7146F;
}
</style>