Shades of Medium Violet Red #D30C9C
Tints of Medium Violet Red #D30C9C
RGB
CMYK
RGB Variations
Color information
#D30C9C (or 0xD30C9C) is known color: Medium Violet Red. HEX triplet: D3, 0C and 9C. RGB value is (211,12,156). Sum of RGB (Red+Green+Blue) = 211+12+156=379 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.67% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 211 - color contains mainly: red. Hex color #D30C9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30C9C is #2CF363. Grayscale: #575757. Windows color (decimal): -2945892 or 10226899. OLE color: 10226899.
HSL color Cylindrical-coordinate representation of color #D30C9C: hue angle of 316.58º 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 #D30C9C is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 12 | 156 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.17 |
| HSL | 316.58º | 0.89% | 0.44% | - |
| HSV(B) | 316.58º | 0.94% | 0.83% | - |
| XYZ | 33 | 16.51 | 32.9 | - |
| YUV | 87.92 | 166.43 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 12 | 156 | 0 | 0.94 | 0.26 | 0.17 | 316.58 | 0.89 | 0.44 |
| Hex | D3 | C | 9C | 0 | 5E | 1A | 11 | 13D | 59 | 2C |
| Octal | 323 | 14 | 234 | 0 | 136 | 32 | 21 | 475 | 131 | 54 |
| Binary | 11010011 | 1100 | 10011100 | 0 | 1011110 | 11010 | 10001 | 100111101 | 1011001 | 101100 |
Color Harmonies of #D30C9C
Complementary color
Monochromatic Colors of #D30C9C
Black with #D30C9C
Text Example
Text Example
White with #D30C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30C9C; }
p { color: rgb(211,12,156); }
H1.HeaderClassName
{
color: #D30C9C;
}
.AnyTagClassName
{
color: #D30C9C;
}
</style>
background-color css
<style>
a { background-color: #D30C9C; }
a { background-color: rgb(211,12,156); }
div.DivClassName
{
background-color: #D30C9C;
}
.BgClassName
{
background-color: #D30C9C;
}
</style>
border-color css
<style>
span { border-color: #D30C9C; }
span { border-color: rgb(211,12,156); }
td.TdClassName
{
border-color: #D30C9C;
}
.TagClassName
{
border-color: #D30C9C;
}
</style>