Shades of Medium Violet Red #C7188A
Tints of Medium Violet Red #C7188A
RGB
CMYK
RGB Variations
Color information
#C7188A (or 0xC7188A) is known color: Medium Violet Red. HEX triplet: C7, 18 and 8A. RGB value is (199,24,138). Sum of RGB (Red+Green+Blue) = 199+24+138=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7188A is #38E775. Grayscale: #595959. Windows color (decimal): -3729270 or 9050311. OLE color: 9050311.
HSL color Cylindrical-coordinate representation of color #C7188A: hue angle of 320.91º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7188A is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 138 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.22 |
| HSL | 320.91º | 0.78% | 0.44% | - |
| HSV(B) | 320.91º | 0.88% | 0.78% | - |
| XYZ | 28.47 | 14.63 | 25.37 | - |
| YUV | 89.32 | 155.48 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 138 | 0 | 0.88 | 0.31 | 0.22 | 320.91 | 0.78 | 0.44 |
| Hex | C7 | 18 | 8A | 0 | 58 | 1F | 16 | 141 | 4E | 2C |
| Octal | 307 | 30 | 212 | 0 | 130 | 37 | 26 | 501 | 116 | 54 |
| Binary | 11000111 | 11000 | 10001010 | 0 | 1011000 | 11111 | 10110 | 101000001 | 1001110 | 101100 |
Color Harmonies of #C7188A
Complementary color
Monochromatic Colors of #C7188A
Black with #C7188A
Text Example
Text Example
White with #C7188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7188A; }
p { color: rgb(199,24,138); }
H1.HeaderClassName
{
color: #C7188A;
}
.AnyTagClassName
{
color: #C7188A;
}
</style>
background-color css
<style>
a { background-color: #C7188A; }
a { background-color: rgb(199,24,138); }
div.DivClassName
{
background-color: #C7188A;
}
.BgClassName
{
background-color: #C7188A;
}
</style>
border-color css
<style>
span { border-color: #C7188A; }
span { border-color: rgb(199,24,138); }
td.TdClassName
{
border-color: #C7188A;
}
.TagClassName
{
border-color: #C7188A;
}
</style>