Shades of Medium Violet Red #C7128B
Tints of Medium Violet Red #C7128B
RGB
CMYK
RGB Variations
Color information
#C7128B (or 0xC7128B) is known color: Medium Violet Red. HEX triplet: C7, 12 and 8B. RGB value is (199,18,139). Sum of RGB (Red+Green+Blue) = 199+18+139=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C7128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7128B is #38ED74. Grayscale: #555555. Windows color (decimal): -3730805 or 9114311. OLE color: 9114311.
HSL color Cylindrical-coordinate representation of color #C7128B: hue angle of 319.89º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7128B is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 139 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.22 |
| HSL | 319.89º | 0.83% | 0.43% | - |
| HSV(B) | 319.89º | 0.91% | 0.78% | - |
| XYZ | 28.43 | 14.44 | 25.71 | - |
| YUV | 85.91 | 157.97 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 139 | 0 | 0.91 | 0.30 | 0.22 | 319.89 | 0.83 | 0.43 |
| Hex | C7 | 12 | 8B | 0 | 5B | 1E | 16 | 140 | 53 | 2B |
| Octal | 307 | 22 | 213 | 0 | 133 | 36 | 26 | 500 | 123 | 53 |
| Binary | 11000111 | 10010 | 10001011 | 0 | 1011011 | 11110 | 10110 | 101000000 | 1010011 | 101011 |
Color Harmonies of #C7128B
Complementary color
Monochromatic Colors of #C7128B
Black with #C7128B
Text Example
Text Example
White with #C7128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7128B; }
p { color: rgb(199,18,139); }
H1.HeaderClassName
{
color: #C7128B;
}
.AnyTagClassName
{
color: #C7128B;
}
</style>
background-color css
<style>
a { background-color: #C7128B; }
a { background-color: rgb(199,18,139); }
div.DivClassName
{
background-color: #C7128B;
}
.BgClassName
{
background-color: #C7128B;
}
</style>
border-color css
<style>
span { border-color: #C7128B; }
span { border-color: rgb(199,18,139); }
td.TdClassName
{
border-color: #C7128B;
}
.TagClassName
{
border-color: #C7128B;
}
</style>