Shades of Medium Violet Red #C7139B
Tints of Medium Violet Red #C7139B
RGB
CMYK
RGB Variations
Color information
#C7139B (or 0xC7139B) is known color: Medium Violet Red. HEX triplet: C7, 13 and 9B. RGB value is (199,19,155). Sum of RGB (Red+Green+Blue) = 199+19+155=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7139B is #38EC64. Grayscale: #575757. Windows color (decimal): -3730533 or 10163143. OLE color: 10163143.
HSL color Cylindrical-coordinate representation of color #C7139B: hue angle of 314.67º degrees, saturation: 0.83, 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 #C7139B is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 155 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.22 |
| HSL | 314.67º | 0.83% | 0.43% | - |
| HSV(B) | 314.67º | 0.9% | 0.78% | - |
| XYZ | 29.7 | 14.97 | 32.34 | - |
| YUV | 88.32 | 165.63 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 155 | 0 | 0.90 | 0.22 | 0.22 | 314.67 | 0.83 | 0.43 |
| Hex | C7 | 13 | 9B | 0 | 5A | 16 | 16 | 13B | 53 | 2B |
| Octal | 307 | 23 | 233 | 0 | 132 | 26 | 26 | 473 | 123 | 53 |
| Binary | 11000111 | 10011 | 10011011 | 0 | 1011010 | 10110 | 10110 | 100111011 | 1010011 | 101011 |
Color Harmonies of #C7139B
Complementary color
Monochromatic Colors of #C7139B
Black with #C7139B
Text Example
Text Example
White with #C7139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7139B; }
p { color: rgb(199,19,155); }
H1.HeaderClassName
{
color: #C7139B;
}
.AnyTagClassName
{
color: #C7139B;
}
</style>
background-color css
<style>
a { background-color: #C7139B; }
a { background-color: rgb(199,19,155); }
div.DivClassName
{
background-color: #C7139B;
}
.BgClassName
{
background-color: #C7139B;
}
</style>
border-color css
<style>
span { border-color: #C7139B; }
span { border-color: rgb(199,19,155); }
td.TdClassName
{
border-color: #C7139B;
}
.TagClassName
{
border-color: #C7139B;
}
</style>