Shades of Medium Violet Red #D0197E
Tints of Medium Violet Red #D0197E
RGB
CMYK
RGB Variations
Color information
#D0197E (or 0xD0197E) is known color: Medium Violet Red. HEX triplet: D0, 19 and 7E. RGB value is (208,25,126). Sum of RGB (Red+Green+Blue) = 208+25+126=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D0197E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0197E is #2FE681. Grayscale: #5B5B5B. Windows color (decimal): -3139202 or 8264144. OLE color: 8264144.
HSL color Cylindrical-coordinate representation of color #D0197E: hue angle of 326.89º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0197E is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 126 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.18 |
| HSL | 326.89º | 0.79% | 0.46% | - |
| HSV(B) | 326.89º | 0.88% | 0.82% | - |
| XYZ | 30.13 | 15.61 | 21.16 | - |
| YUV | 91.23 | 147.63 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 126 | 0 | 0.88 | 0.39 | 0.18 | 326.89 | 0.79 | 0.46 |
| Hex | D0 | 19 | 7E | 0 | 58 | 27 | 12 | 147 | 4F | 2E |
| Octal | 320 | 31 | 176 | 0 | 130 | 47 | 22 | 507 | 117 | 56 |
| Binary | 11010000 | 11001 | 1111110 | 0 | 1011000 | 100111 | 10010 | 101000111 | 1001111 | 101110 |
Color Harmonies of #D0197E
Complementary color
Monochromatic Colors of #D0197E
Black with #D0197E
Text Example
Text Example
White with #D0197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0197E; }
p { color: rgb(208,25,126); }
H1.HeaderClassName
{
color: #D0197E;
}
.AnyTagClassName
{
color: #D0197E;
}
</style>
background-color css
<style>
a { background-color: #D0197E; }
a { background-color: rgb(208,25,126); }
div.DivClassName
{
background-color: #D0197E;
}
.BgClassName
{
background-color: #D0197E;
}
</style>
border-color css
<style>
span { border-color: #D0197E; }
span { border-color: rgb(208,25,126); }
td.TdClassName
{
border-color: #D0197E;
}
.TagClassName
{
border-color: #D0197E;
}
</style>