Shades of Medium Violet Red #D60C75
Tints of Medium Violet Red #D60C75
RGB
CMYK
RGB Variations
Color information
#D60C75 (or 0xD60C75) is known color: Medium Violet Red. HEX triplet: D6, 0C and 75. RGB value is (214,12,117). Sum of RGB (Red+Green+Blue) = 214+12+117=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60C75 is #29F38A. Grayscale: #545454. Windows color (decimal): -2749323 or 7670998. OLE color: 7670998.
HSL color Cylindrical-coordinate representation of color #D60C75: hue angle of 328.81º 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 #D60C75 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 117 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.16 |
| HSL | 328.81º | 0.89% | 0.44% | - |
| HSV(B) | 328.81º | 0.94% | 0.84% | - |
| XYZ | 31.07 | 15.84 | 18.25 | - |
| YUV | 84.37 | 146.42 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 117 | 0 | 0.94 | 0.45 | 0.16 | 328.81 | 0.89 | 0.44 |
| Hex | D6 | C | 75 | 0 | 5E | 2D | 10 | 149 | 59 | 2C |
| Octal | 326 | 14 | 165 | 0 | 136 | 55 | 20 | 511 | 131 | 54 |
| Binary | 11010110 | 1100 | 1110101 | 0 | 1011110 | 101101 | 10000 | 101001001 | 1011001 | 101100 |
Color Harmonies of #D60C75
Complementary color
Monochromatic Colors of #D60C75
Black with #D60C75
Text Example
Text Example
White with #D60C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C75; }
p { color: rgb(214,12,117); }
H1.HeaderClassName
{
color: #D60C75;
}
.AnyTagClassName
{
color: #D60C75;
}
</style>
background-color css
<style>
a { background-color: #D60C75; }
a { background-color: rgb(214,12,117); }
div.DivClassName
{
background-color: #D60C75;
}
.BgClassName
{
background-color: #D60C75;
}
</style>
border-color css
<style>
span { border-color: #D60C75; }
span { border-color: rgb(214,12,117); }
td.TdClassName
{
border-color: #D60C75;
}
.TagClassName
{
border-color: #D60C75;
}
</style>