Shades of Medium Violet Red #C7157B
Tints of Medium Violet Red #C7157B
RGB
CMYK
RGB Variations
Color information
#C7157B (or 0xC7157B) is known color: Medium Violet Red. HEX triplet: C7, 15 and 7B. RGB value is (199,21,123). Sum of RGB (Red+Green+Blue) = 199+21+123=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7157B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7157B is #38EA84. Grayscale: #555555. Windows color (decimal): -3730053 or 8066503. OLE color: 8066503.
HSL color Cylindrical-coordinate representation of color #C7157B: hue angle of 325.62º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7157B is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 123 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.22 |
| HSL | 325.62º | 0.81% | 0.43% | - |
| HSV(B) | 325.62º | 0.89% | 0.78% | - |
| XYZ | 27.4 | 14.11 | 20.02 | - |
| YUV | 85.85 | 148.97 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 123 | 0 | 0.89 | 0.38 | 0.22 | 325.62 | 0.81 | 0.43 |
| Hex | C7 | 15 | 7B | 0 | 59 | 26 | 16 | 146 | 51 | 2B |
| Octal | 307 | 25 | 173 | 0 | 131 | 46 | 26 | 506 | 121 | 53 |
| Binary | 11000111 | 10101 | 1111011 | 0 | 1011001 | 100110 | 10110 | 101000110 | 1010001 | 101011 |
Color Harmonies of #C7157B
Complementary color
Monochromatic Colors of #C7157B
Black with #C7157B
Text Example
Text Example
White with #C7157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7157B; }
p { color: rgb(199,21,123); }
H1.HeaderClassName
{
color: #C7157B;
}
.AnyTagClassName
{
color: #C7157B;
}
</style>
background-color css
<style>
a { background-color: #C7157B; }
a { background-color: rgb(199,21,123); }
div.DivClassName
{
background-color: #C7157B;
}
.BgClassName
{
background-color: #C7157B;
}
</style>
border-color css
<style>
span { border-color: #C7157B; }
span { border-color: rgb(199,21,123); }
td.TdClassName
{
border-color: #C7157B;
}
.TagClassName
{
border-color: #C7157B;
}
</style>