Shades of Medium Violet Red #D4138C
Tints of Medium Violet Red #D4138C
RGB
CMYK
RGB Variations
Color information
#D4138C (or 0xD4138C) is known color: Medium Violet Red. HEX triplet: D4, 13 and 8C. RGB value is (212,19,140). Sum of RGB (Red+Green+Blue) = 212+19+140=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4138C is #2BEC73. Grayscale: #5A5A5A. Windows color (decimal): -2878580 or 9180116. OLE color: 9180116.
HSL color Cylindrical-coordinate representation of color #D4138C: hue angle of 322.38º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4138C is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 140 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.17 |
| HSL | 322.38º | 0.84% | 0.45% | - |
| HSV(B) | 322.38º | 0.91% | 0.83% | - |
| XYZ | 32.12 | 16.36 | 26.28 | - |
| YUV | 90.5 | 155.94 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 140 | 0 | 0.91 | 0.34 | 0.17 | 322.38 | 0.84 | 0.45 |
| Hex | D4 | 13 | 8C | 0 | 5B | 22 | 11 | 142 | 54 | 2D |
| Octal | 324 | 23 | 214 | 0 | 133 | 42 | 21 | 502 | 124 | 55 |
| Binary | 11010100 | 10011 | 10001100 | 0 | 1011011 | 100010 | 10001 | 101000010 | 1010100 | 101101 |
Color Harmonies of #D4138C
Complementary color
Monochromatic Colors of #D4138C
Black with #D4138C
Text Example
Text Example
White with #D4138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4138C; }
p { color: rgb(212,19,140); }
H1.HeaderClassName
{
color: #D4138C;
}
.AnyTagClassName
{
color: #D4138C;
}
</style>
background-color css
<style>
a { background-color: #D4138C; }
a { background-color: rgb(212,19,140); }
div.DivClassName
{
background-color: #D4138C;
}
.BgClassName
{
background-color: #D4138C;
}
</style>
border-color css
<style>
span { border-color: #D4138C; }
span { border-color: rgb(212,19,140); }
td.TdClassName
{
border-color: #D4138C;
}
.TagClassName
{
border-color: #D4138C;
}
</style>