Shades of Medium Violet Red #D4057C
Tints of Medium Violet Red #D4057C
RGB
CMYK
RGB Variations
Color information
#D4057C (or 0xD4057C) is known color: Medium Violet Red. HEX triplet: D4, 05 and 7C. RGB value is (212,5,124). Sum of RGB (Red+Green+Blue) = 212+5+124=341 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.17% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 212 - color contains mainly: red. Hex color #D4057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4057C is #2BFA83. Grayscale: #505050. Windows color (decimal): -2882180 or 8127956. OLE color: 8127956.
HSL color Cylindrical-coordinate representation of color #D4057C: hue angle of 325.51º 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 #D4057C is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 124 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.17 |
| HSL | 325.51º | 0.95% | 0.43% | - |
| HSV(B) | 325.51º | 0.98% | 0.83% | - |
| XYZ | 30.84 | 15.56 | 20.45 | - |
| YUV | 80.46 | 152.58 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 124 | 0 | 0.98 | 0.42 | 0.17 | 325.51 | 0.95 | 0.43 |
| Hex | D4 | 5 | 7C | 0 | 62 | 2A | 11 | 146 | 5F | 2B |
| Octal | 324 | 5 | 174 | 0 | 142 | 52 | 21 | 506 | 137 | 53 |
| Binary | 11010100 | 101 | 1111100 | 0 | 1100010 | 101010 | 10001 | 101000110 | 1011111 | 101011 |
Color Harmonies of #D4057C
Complementary color
Monochromatic Colors of #D4057C
Black with #D4057C
Text Example
Text Example
White with #D4057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4057C; }
p { color: rgb(212,5,124); }
H1.HeaderClassName
{
color: #D4057C;
}
.AnyTagClassName
{
color: #D4057C;
}
</style>
background-color css
<style>
a { background-color: #D4057C; }
a { background-color: rgb(212,5,124); }
div.DivClassName
{
background-color: #D4057C;
}
.BgClassName
{
background-color: #D4057C;
}
</style>
border-color css
<style>
span { border-color: #D4057C; }
span { border-color: rgb(212,5,124); }
td.TdClassName
{
border-color: #D4057C;
}
.TagClassName
{
border-color: #D4057C;
}
</style>