Shades of Medium Violet Red #D7199C
Tints of Medium Violet Red #D7199C
RGB
CMYK
RGB Variations
Color information
#D7199C (or 0xD7199C) is known color: Medium Violet Red. HEX triplet: D7, 19 and 9C. RGB value is (215,25,156). Sum of RGB (Red+Green+Blue) = 215+25+156=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D7199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7199C is #28E663. Grayscale: #606060. Windows color (decimal): -2680420 or 10230231. OLE color: 10230231.
HSL color Cylindrical-coordinate representation of color #D7199C: hue angle of 318.63º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7199C is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 25 | 156 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.16 |
| HSL | 318.63º | 0.79% | 0.47% | - |
| HSV(B) | 318.63º | 0.88% | 0.84% | - |
| XYZ | 34.37 | 17.54 | 33.03 | - |
| YUV | 96.74 | 161.45 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 25 | 156 | 0 | 0.88 | 0.27 | 0.16 | 318.63 | 0.79 | 0.47 |
| Hex | D7 | 19 | 9C | 0 | 58 | 1B | 10 | 13F | 4F | 2F |
| Octal | 327 | 31 | 234 | 0 | 130 | 33 | 20 | 477 | 117 | 57 |
| Binary | 11010111 | 11001 | 10011100 | 0 | 1011000 | 11011 | 10000 | 100111111 | 1001111 | 101111 |
Color Harmonies of #D7199C
Complementary color
Monochromatic Colors of #D7199C
Black with #D7199C
Text Example
Text Example
White with #D7199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7199C; }
p { color: rgb(215,25,156); }
H1.HeaderClassName
{
color: #D7199C;
}
.AnyTagClassName
{
color: #D7199C;
}
</style>
background-color css
<style>
a { background-color: #D7199C; }
a { background-color: rgb(215,25,156); }
div.DivClassName
{
background-color: #D7199C;
}
.BgClassName
{
background-color: #D7199C;
}
</style>
border-color css
<style>
span { border-color: #D7199C; }
span { border-color: rgb(215,25,156); }
td.TdClassName
{
border-color: #D7199C;
}
.TagClassName
{
border-color: #D7199C;
}
</style>