Shades of Medium Violet Red #D60C8D
Tints of Medium Violet Red #D60C8D
RGB
CMYK
RGB Variations
Color information
#D60C8D (or 0xD60C8D) is known color: Medium Violet Red. HEX triplet: D6, 0C and 8D. RGB value is (214,12,141). Sum of RGB (Red+Green+Blue) = 214+12+141=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60C8D is #29F372. Grayscale: #565656. Windows color (decimal): -2749299 or 9243862. OLE color: 9243862.
HSL color Cylindrical-coordinate representation of color #D60C8D: hue angle of 321.68º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60C8D is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 141 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.16 |
| HSL | 321.68º | 0.89% | 0.44% | - |
| HSV(B) | 321.68º | 0.94% | 0.84% | - |
| XYZ | 32.67 | 16.48 | 26.66 | - |
| YUV | 87.1 | 158.42 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 141 | 0 | 0.94 | 0.34 | 0.16 | 321.68 | 0.89 | 0.44 |
| Hex | D6 | C | 8D | 0 | 5E | 22 | 10 | 142 | 59 | 2C |
| Octal | 326 | 14 | 215 | 0 | 136 | 42 | 20 | 502 | 131 | 54 |
| Binary | 11010110 | 1100 | 10001101 | 0 | 1011110 | 100010 | 10000 | 101000010 | 1011001 | 101100 |
Color Harmonies of #D60C8D
Complementary color
Monochromatic Colors of #D60C8D
Black with #D60C8D
Text Example
Text Example
White with #D60C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C8D; }
p { color: rgb(214,12,141); }
H1.HeaderClassName
{
color: #D60C8D;
}
.AnyTagClassName
{
color: #D60C8D;
}
</style>
background-color css
<style>
a { background-color: #D60C8D; }
a { background-color: rgb(214,12,141); }
div.DivClassName
{
background-color: #D60C8D;
}
.BgClassName
{
background-color: #D60C8D;
}
</style>
border-color css
<style>
span { border-color: #D60C8D; }
span { border-color: rgb(214,12,141); }
td.TdClassName
{
border-color: #D60C8D;
}
.TagClassName
{
border-color: #D60C8D;
}
</style>