Shades of Medium Violet Red #C7188B
Tints of Medium Violet Red #C7188B
RGB
CMYK
RGB Variations
Color information
#C7188B (or 0xC7188B) is known color: Medium Violet Red. HEX triplet: C7, 18 and 8B. RGB value is (199,24,139). Sum of RGB (Red+Green+Blue) = 199+24+139=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7188B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7188B is #38E774. Grayscale: #595959. Windows color (decimal): -3729269 or 9115847. OLE color: 9115847.
HSL color Cylindrical-coordinate representation of color #C7188B: hue angle of 320.57º 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 #C7188B is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 139 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.22 |
| HSL | 320.57º | 0.78% | 0.44% | - |
| HSV(B) | 320.57º | 0.88% | 0.78% | - |
| XYZ | 28.54 | 14.66 | 25.75 | - |
| YUV | 89.44 | 155.98 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 139 | 0 | 0.88 | 0.30 | 0.22 | 320.57 | 0.78 | 0.44 |
| Hex | C7 | 18 | 8B | 0 | 58 | 1E | 16 | 141 | 4E | 2C |
| Octal | 307 | 30 | 213 | 0 | 130 | 36 | 26 | 501 | 116 | 54 |
| Binary | 11000111 | 11000 | 10001011 | 0 | 1011000 | 11110 | 10110 | 101000001 | 1001110 | 101100 |
Color Harmonies of #C7188B
Complementary color
Monochromatic Colors of #C7188B
Black with #C7188B
Text Example
Text Example
White with #C7188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7188B; }
p { color: rgb(199,24,139); }
H1.HeaderClassName
{
color: #C7188B;
}
.AnyTagClassName
{
color: #C7188B;
}
</style>
background-color css
<style>
a { background-color: #C7188B; }
a { background-color: rgb(199,24,139); }
div.DivClassName
{
background-color: #C7188B;
}
.BgClassName
{
background-color: #C7188B;
}
</style>
border-color css
<style>
span { border-color: #C7188B; }
span { border-color: rgb(199,24,139); }
td.TdClassName
{
border-color: #C7188B;
}
.TagClassName
{
border-color: #C7188B;
}
</style>