Shades of Medium Violet Red #D4058C
Tints of Medium Violet Red #D4058C
RGB
CMYK
RGB Variations
Color information
#D4058C (or 0xD4058C) is known color: Medium Violet Red. HEX triplet: D4, 05 and 8C. RGB value is (212,5,140). Sum of RGB (Red+Green+Blue) = 212+5+140=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D4058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4058C is #2BFA73. Grayscale: #515151. Windows color (decimal): -2882164 or 9176532. OLE color: 9176532.
HSL color Cylindrical-coordinate representation of color #D4058C: hue angle of 320.87º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4058C is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.17 |
| HSL | 320.87º | 0.95% | 0.43% | - |
| HSV(B) | 320.87º | 0.98% | 0.83% | - |
| XYZ | 31.94 | 16 | 26.22 | - |
| YUV | 82.28 | 160.58 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 140 | 0 | 0.98 | 0.34 | 0.17 | 320.87 | 0.95 | 0.43 |
| Hex | D4 | 5 | 8C | 0 | 62 | 22 | 11 | 141 | 5F | 2B |
| Octal | 324 | 5 | 214 | 0 | 142 | 42 | 21 | 501 | 137 | 53 |
| Binary | 11010100 | 101 | 10001100 | 0 | 1100010 | 100010 | 10001 | 101000001 | 1011111 | 101011 |
Color Harmonies of #D4058C
Complementary color
Monochromatic Colors of #D4058C
Black with #D4058C
Text Example
Text Example
White with #D4058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4058C; }
p { color: rgb(212,5,140); }
H1.HeaderClassName
{
color: #D4058C;
}
.AnyTagClassName
{
color: #D4058C;
}
</style>
background-color css
<style>
a { background-color: #D4058C; }
a { background-color: rgb(212,5,140); }
div.DivClassName
{
background-color: #D4058C;
}
.BgClassName
{
background-color: #D4058C;
}
</style>
border-color css
<style>
span { border-color: #D4058C; }
span { border-color: rgb(212,5,140); }
td.TdClassName
{
border-color: #D4058C;
}
.TagClassName
{
border-color: #D4058C;
}
</style>