Shades of Medium Violet Red #D0128C
Tints of Medium Violet Red #D0128C
RGB
CMYK
RGB Variations
Color information
#D0128C (or 0xD0128C) is known color: Medium Violet Red. HEX triplet: D0, 12 and 8C. RGB value is (208,18,140). Sum of RGB (Red+Green+Blue) = 208+18+140=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D0128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0128C is #2FED73. Grayscale: #585858. Windows color (decimal): -3140980 or 9179856. OLE color: 9179856.
HSL color Cylindrical-coordinate representation of color #D0128C: hue angle of 321.47º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0128C is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 140 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.18 |
| HSL | 321.47º | 0.84% | 0.44% | - |
| HSV(B) | 321.47º | 0.91% | 0.82% | - |
| XYZ | 30.96 | 15.74 | 26.22 | - |
| YUV | 88.72 | 156.95 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 140 | 0 | 0.91 | 0.33 | 0.18 | 321.47 | 0.84 | 0.44 |
| Hex | D0 | 12 | 8C | 0 | 5B | 21 | 12 | 141 | 54 | 2C |
| Octal | 320 | 22 | 214 | 0 | 133 | 41 | 22 | 501 | 124 | 54 |
| Binary | 11010000 | 10010 | 10001100 | 0 | 1011011 | 100001 | 10010 | 101000001 | 1010100 | 101100 |
Color Harmonies of #D0128C
Complementary color
Monochromatic Colors of #D0128C
Black with #D0128C
Text Example
Text Example
White with #D0128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0128C; }
p { color: rgb(208,18,140); }
H1.HeaderClassName
{
color: #D0128C;
}
.AnyTagClassName
{
color: #D0128C;
}
</style>
background-color css
<style>
a { background-color: #D0128C; }
a { background-color: rgb(208,18,140); }
div.DivClassName
{
background-color: #D0128C;
}
.BgClassName
{
background-color: #D0128C;
}
</style>
border-color css
<style>
span { border-color: #D0128C; }
span { border-color: rgb(208,18,140); }
td.TdClassName
{
border-color: #D0128C;
}
.TagClassName
{
border-color: #D0128C;
}
</style>