Shades of Medium Violet Red #D41C7B
Tints of Medium Violet Red #D41C7B
RGB
CMYK
RGB Variations
Color information
#D41C7B (or 0xD41C7B) is known color: Medium Violet Red. HEX triplet: D4, 1C and 7B. RGB value is (212,28,123). Sum of RGB (Red+Green+Blue) = 212+28+123=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D41C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41C7B is #2BE384. Grayscale: #5D5D5D. Windows color (decimal): -2876293 or 8068308. OLE color: 8068308.
HSL color Cylindrical-coordinate representation of color #D41C7B: hue angle of 329.02º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41C7B is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 28 | 123 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.17 |
| HSL | 329.02º | 0.77% | 0.47% | - |
| HSV(B) | 329.02º | 0.87% | 0.83% | - |
| XYZ | 31.14 | 16.26 | 20.24 | - |
| YUV | 93.85 | 144.46 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 28 | 123 | 0 | 0.87 | 0.42 | 0.17 | 329.02 | 0.77 | 0.47 |
| Hex | D4 | 1C | 7B | 0 | 57 | 2A | 11 | 149 | 4D | 2F |
| Octal | 324 | 34 | 173 | 0 | 127 | 52 | 21 | 511 | 115 | 57 |
| Binary | 11010100 | 11100 | 1111011 | 0 | 1010111 | 101010 | 10001 | 101001001 | 1001101 | 101111 |
Color Harmonies of #D41C7B
Complementary color
Monochromatic Colors of #D41C7B
Black with #D41C7B
Text Example
Text Example
White with #D41C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41C7B; }
p { color: rgb(212,28,123); }
H1.HeaderClassName
{
color: #D41C7B;
}
.AnyTagClassName
{
color: #D41C7B;
}
</style>
background-color css
<style>
a { background-color: #D41C7B; }
a { background-color: rgb(212,28,123); }
div.DivClassName
{
background-color: #D41C7B;
}
.BgClassName
{
background-color: #D41C7B;
}
</style>
border-color css
<style>
span { border-color: #D41C7B; }
span { border-color: rgb(212,28,123); }
td.TdClassName
{
border-color: #D41C7B;
}
.TagClassName
{
border-color: #D41C7B;
}
</style>