Shades of Medium Violet Red #D60C8F
Tints of Medium Violet Red #D60C8F
RGB
CMYK
RGB Variations
Color information
#D60C8F (or 0xD60C8F) is known color: Medium Violet Red. HEX triplet: D6, 0C and 8F. RGB value is (214,12,143). Sum of RGB (Red+Green+Blue) = 214+12+143=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60C8F is #29F370. Grayscale: #575757. Windows color (decimal): -2749297 or 9374934. OLE color: 9374934.
HSL color Cylindrical-coordinate representation of color #D60C8F: hue angle of 321.09º 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 #D60C8F is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 143 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.16 |
| HSL | 321.09º | 0.89% | 0.44% | - |
| HSV(B) | 321.09º | 0.94% | 0.84% | - |
| XYZ | 32.82 | 16.54 | 27.45 | - |
| YUV | 87.33 | 159.42 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 143 | 0 | 0.94 | 0.33 | 0.16 | 321.09 | 0.89 | 0.44 |
| Hex | D6 | C | 8F | 0 | 5E | 21 | 10 | 141 | 59 | 2C |
| Octal | 326 | 14 | 217 | 0 | 136 | 41 | 20 | 501 | 131 | 54 |
| Binary | 11010110 | 1100 | 10001111 | 0 | 1011110 | 100001 | 10000 | 101000001 | 1011001 | 101100 |
Color Harmonies of #D60C8F
Complementary color
Monochromatic Colors of #D60C8F
Black with #D60C8F
Text Example
Text Example
White with #D60C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C8F; }
p { color: rgb(214,12,143); }
H1.HeaderClassName
{
color: #D60C8F;
}
.AnyTagClassName
{
color: #D60C8F;
}
</style>
background-color css
<style>
a { background-color: #D60C8F; }
a { background-color: rgb(214,12,143); }
div.DivClassName
{
background-color: #D60C8F;
}
.BgClassName
{
background-color: #D60C8F;
}
</style>
border-color css
<style>
span { border-color: #D60C8F; }
span { border-color: rgb(214,12,143); }
td.TdClassName
{
border-color: #D60C8F;
}
.TagClassName
{
border-color: #D60C8F;
}
</style>