Shades of Medium Violet Red #D50C98
Tints of Medium Violet Red #D50C98
RGB
CMYK
RGB Variations
Color information
#D50C98 (or 0xD50C98) is known color: Medium Violet Red. HEX triplet: D5, 0C and 98. RGB value is (213,12,152). Sum of RGB (Red+Green+Blue) = 213+12+152=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50C98 is #2AF367. Grayscale: #575757. Windows color (decimal): -2814824 or 9964757. OLE color: 9964757.
HSL color Cylindrical-coordinate representation of color #D50C98: hue angle of 318.21º 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 #D50C98 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 152 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.16 |
| HSL | 318.21º | 0.89% | 0.44% | - |
| HSV(B) | 318.21º | 0.94% | 0.84% | - |
| XYZ | 33.24 | 16.68 | 31.17 | - |
| YUV | 88.06 | 164.09 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 152 | 0 | 0.94 | 0.29 | 0.16 | 318.21 | 0.89 | 0.44 |
| Hex | D5 | C | 98 | 0 | 5E | 1D | 10 | 13E | 59 | 2C |
| Octal | 325 | 14 | 230 | 0 | 136 | 35 | 20 | 476 | 131 | 54 |
| Binary | 11010101 | 1100 | 10011000 | 0 | 1011110 | 11101 | 10000 | 100111110 | 1011001 | 101100 |
Color Harmonies of #D50C98
Complementary color
Monochromatic Colors of #D50C98
Black with #D50C98
Text Example
Text Example
White with #D50C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C98; }
p { color: rgb(213,12,152); }
H1.HeaderClassName
{
color: #D50C98;
}
.AnyTagClassName
{
color: #D50C98;
}
</style>
background-color css
<style>
a { background-color: #D50C98; }
a { background-color: rgb(213,12,152); }
div.DivClassName
{
background-color: #D50C98;
}
.BgClassName
{
background-color: #D50C98;
}
</style>
border-color css
<style>
span { border-color: #D50C98; }
span { border-color: rgb(213,12,152); }
td.TdClassName
{
border-color: #D50C98;
}
.TagClassName
{
border-color: #D50C98;
}
</style>