Shades of Medium Violet Red #D60C83
Tints of Medium Violet Red #D60C83
RGB
CMYK
RGB Variations
Color information
#D60C83 (or 0xD60C83) is known color: Medium Violet Red. HEX triplet: D6, 0C and 83. RGB value is (214,12,131). Sum of RGB (Red+Green+Blue) = 214+12+131=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60C83 is #29F37C. Grayscale: #555555. Windows color (decimal): -2749309 or 8588502. OLE color: 8588502.
HSL color Cylindrical-coordinate representation of color #D60C83: hue angle of 324.65º 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 #D60C83 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 131 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.16 |
| HSL | 324.65º | 0.89% | 0.44% | - |
| HSV(B) | 324.65º | 0.94% | 0.84% | - |
| XYZ | 31.96 | 16.2 | 22.91 | - |
| YUV | 85.96 | 153.42 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 131 | 0 | 0.94 | 0.39 | 0.16 | 324.65 | 0.89 | 0.44 |
| Hex | D6 | C | 83 | 0 | 5E | 27 | 10 | 145 | 59 | 2C |
| Octal | 326 | 14 | 203 | 0 | 136 | 47 | 20 | 505 | 131 | 54 |
| Binary | 11010110 | 1100 | 10000011 | 0 | 1011110 | 100111 | 10000 | 101000101 | 1011001 | 101100 |
Color Harmonies of #D60C83
Complementary color
Monochromatic Colors of #D60C83
Black with #D60C83
Text Example
Text Example
White with #D60C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C83; }
p { color: rgb(214,12,131); }
H1.HeaderClassName
{
color: #D60C83;
}
.AnyTagClassName
{
color: #D60C83;
}
</style>
background-color css
<style>
a { background-color: #D60C83; }
a { background-color: rgb(214,12,131); }
div.DivClassName
{
background-color: #D60C83;
}
.BgClassName
{
background-color: #D60C83;
}
</style>
border-color css
<style>
span { border-color: #D60C83; }
span { border-color: rgb(214,12,131); }
td.TdClassName
{
border-color: #D60C83;
}
.TagClassName
{
border-color: #D60C83;
}
</style>