Shades of Medium Violet Red #C7189D
Tints of Medium Violet Red #C7189D
RGB
CMYK
RGB Variations
Color information
#C7189D (or 0xC7189D) is known color: Medium Violet Red. HEX triplet: C7, 18 and 9D. RGB value is (199,24,157). Sum of RGB (Red+Green+Blue) = 199+24+157=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C7189D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7189D is #38E762. Grayscale: #5B5B5B. Windows color (decimal): -3729251 or 10295495. OLE color: 10295495.
HSL color Cylindrical-coordinate representation of color #C7189D: hue angle of 314.4º 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 #C7189D is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 157 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.22 |
| HSL | 314.4º | 0.78% | 0.44% | - |
| HSV(B) | 314.4º | 0.88% | 0.78% | - |
| XYZ | 29.97 | 15.23 | 33.26 | - |
| YUV | 91.49 | 164.98 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 157 | 0 | 0.88 | 0.21 | 0.22 | 314.4 | 0.78 | 0.44 |
| Hex | C7 | 18 | 9D | 0 | 58 | 15 | 16 | 13A | 4E | 2C |
| Octal | 307 | 30 | 235 | 0 | 130 | 25 | 26 | 472 | 116 | 54 |
| Binary | 11000111 | 11000 | 10011101 | 0 | 1011000 | 10101 | 10110 | 100111010 | 1001110 | 101100 |
Color Harmonies of #C7189D
Complementary color
Monochromatic Colors of #C7189D
Black with #C7189D
Text Example
Text Example
White with #C7189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7189D; }
p { color: rgb(199,24,157); }
H1.HeaderClassName
{
color: #C7189D;
}
.AnyTagClassName
{
color: #C7189D;
}
</style>
background-color css
<style>
a { background-color: #C7189D; }
a { background-color: rgb(199,24,157); }
div.DivClassName
{
background-color: #C7189D;
}
.BgClassName
{
background-color: #C7189D;
}
</style>
border-color css
<style>
span { border-color: #C7189D; }
span { border-color: rgb(199,24,157); }
td.TdClassName
{
border-color: #C7189D;
}
.TagClassName
{
border-color: #C7189D;
}
</style>