Shades of Medium Violet Red #D30C95
Tints of Medium Violet Red #D30C95
RGB
CMYK
RGB Variations
Color information
#D30C95 (or 0xD30C95) is known color: Medium Violet Red. HEX triplet: D3, 0C and 95. RGB value is (211,12,149). Sum of RGB (Red+Green+Blue) = 211+12+149=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D30C95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30C95 is #2CF36A. Grayscale: #565656. Windows color (decimal): -2945899 or 9768147. OLE color: 9768147.
HSL color Cylindrical-coordinate representation of color #D30C95: hue angle of 318.69º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30C95 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 12 | 149 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.17 |
| HSL | 318.69º | 0.89% | 0.44% | - |
| HSV(B) | 318.69º | 0.94% | 0.83% | - |
| XYZ | 32.42 | 16.28 | 29.87 | - |
| YUV | 87.12 | 162.93 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 12 | 149 | 0 | 0.94 | 0.29 | 0.17 | 318.69 | 0.89 | 0.44 |
| Hex | D3 | C | 95 | 0 | 5E | 1D | 11 | 13F | 59 | 2C |
| Octal | 323 | 14 | 225 | 0 | 136 | 35 | 21 | 477 | 131 | 54 |
| Binary | 11010011 | 1100 | 10010101 | 0 | 1011110 | 11101 | 10001 | 100111111 | 1011001 | 101100 |
Color Harmonies of #D30C95
Complementary color
Monochromatic Colors of #D30C95
Black with #D30C95
Text Example
Text Example
White with #D30C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30C95; }
p { color: rgb(211,12,149); }
H1.HeaderClassName
{
color: #D30C95;
}
.AnyTagClassName
{
color: #D30C95;
}
</style>
background-color css
<style>
a { background-color: #D30C95; }
a { background-color: rgb(211,12,149); }
div.DivClassName
{
background-color: #D30C95;
}
.BgClassName
{
background-color: #D30C95;
}
</style>
border-color css
<style>
span { border-color: #D30C95; }
span { border-color: rgb(211,12,149); }
td.TdClassName
{
border-color: #D30C95;
}
.TagClassName
{
border-color: #D30C95;
}
</style>