Shades of Medium Violet Red #D6197C
Tints of Medium Violet Red #D6197C
RGB
CMYK
RGB Variations
Color information
#D6197C (or 0xD6197C) is known color: Medium Violet Red. HEX triplet: D6, 19 and 7C. RGB value is (214,25,124). Sum of RGB (Red+Green+Blue) = 214+25+124=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D6197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6197C is #29E683. Grayscale: #5C5C5C. Windows color (decimal): -2745988 or 8133078. OLE color: 8133078.
HSL color Cylindrical-coordinate representation of color #D6197C: hue angle of 328.57º 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 #D6197C is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 124 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.16 |
| HSL | 328.57º | 0.79% | 0.47% | - |
| HSV(B) | 328.57º | 0.88% | 0.84% | - |
| XYZ | 31.72 | 16.45 | 20.57 | - |
| YUV | 92.8 | 145.62 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 124 | 0 | 0.88 | 0.42 | 0.16 | 328.57 | 0.79 | 0.47 |
| Hex | D6 | 19 | 7C | 0 | 58 | 2A | 10 | 149 | 4F | 2F |
| Octal | 326 | 31 | 174 | 0 | 130 | 52 | 20 | 511 | 117 | 57 |
| Binary | 11010110 | 11001 | 1111100 | 0 | 1011000 | 101010 | 10000 | 101001001 | 1001111 | 101111 |
Color Harmonies of #D6197C
Complementary color
Monochromatic Colors of #D6197C
Black with #D6197C
Text Example
Text Example
White with #D6197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6197C; }
p { color: rgb(214,25,124); }
H1.HeaderClassName
{
color: #D6197C;
}
.AnyTagClassName
{
color: #D6197C;
}
</style>
background-color css
<style>
a { background-color: #D6197C; }
a { background-color: rgb(214,25,124); }
div.DivClassName
{
background-color: #D6197C;
}
.BgClassName
{
background-color: #D6197C;
}
</style>
border-color css
<style>
span { border-color: #D6197C; }
span { border-color: rgb(214,25,124); }
td.TdClassName
{
border-color: #D6197C;
}
.TagClassName
{
border-color: #D6197C;
}
</style>