Shades of Medium Violet Red #D60C7F
Tints of Medium Violet Red #D60C7F
RGB
CMYK
RGB Variations
Color information
#D60C7F (or 0xD60C7F) is known color: Medium Violet Red. HEX triplet: D6, 0C and 7F. RGB value is (214,12,127). Sum of RGB (Red+Green+Blue) = 214+12+127=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60C7F is #29F380. Grayscale: #555555. Windows color (decimal): -2749313 or 8326358. OLE color: 8326358.
HSL color Cylindrical-coordinate representation of color #D60C7F: hue angle of 325.84º 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 #D60C7F is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 127 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.16 |
| HSL | 325.84º | 0.89% | 0.44% | - |
| HSV(B) | 325.84º | 0.94% | 0.84% | - |
| XYZ | 31.69 | 16.09 | 21.51 | - |
| YUV | 85.51 | 151.42 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 127 | 0 | 0.94 | 0.41 | 0.16 | 325.84 | 0.89 | 0.44 |
| Hex | D6 | C | 7F | 0 | 5E | 29 | 10 | 146 | 59 | 2C |
| Octal | 326 | 14 | 177 | 0 | 136 | 51 | 20 | 506 | 131 | 54 |
| Binary | 11010110 | 1100 | 1111111 | 0 | 1011110 | 101001 | 10000 | 101000110 | 1011001 | 101100 |
Color Harmonies of #D60C7F
Complementary color
Monochromatic Colors of #D60C7F
Black with #D60C7F
Text Example
Text Example
White with #D60C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C7F; }
p { color: rgb(214,12,127); }
H1.HeaderClassName
{
color: #D60C7F;
}
.AnyTagClassName
{
color: #D60C7F;
}
</style>
background-color css
<style>
a { background-color: #D60C7F; }
a { background-color: rgb(214,12,127); }
div.DivClassName
{
background-color: #D60C7F;
}
.BgClassName
{
background-color: #D60C7F;
}
</style>
border-color css
<style>
span { border-color: #D60C7F; }
span { border-color: rgb(214,12,127); }
td.TdClassName
{
border-color: #D60C7F;
}
.TagClassName
{
border-color: #D60C7F;
}
</style>