Shades of Medium Violet Red #D40194
Tints of Medium Violet Red #D40194
RGB
CMYK
RGB Variations
Color information
#D40194 (or 0xD40194) is known color: Medium Violet Red. HEX triplet: D4, 01 and 94. RGB value is (212,1,148). Sum of RGB (Red+Green+Blue) = 212+1+148=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D40194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40194 is #2BFE6B. Grayscale: #505050. Windows color (decimal): -2883180 or 9699796. OLE color: 9699796.
HSL color Cylindrical-coordinate representation of color #D40194: hue angle of 318.2º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40194 is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 148 | - |
| CMYK | 0 | 1.00 | 0.30 | 0.17 |
| HSL | 318.2º | 0.99% | 0.42% | - |
| HSV(B) | 318.2º | 1% | 0.83% | - |
| XYZ | 32.51 | 16.16 | 29.42 | - |
| YUV | 80.85 | 165.9 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 148 | 0 | 1.00 | 0.30 | 0.17 | 318.2 | 0.99 | 0.42 |
| Hex | D4 | 1 | 94 | 0 | 64 | 1E | 11 | 13E | 63 | 2A |
| Octal | 324 | 1 | 224 | 0 | 144 | 36 | 21 | 476 | 143 | 52 |
| Binary | 11010100 | 1 | 10010100 | 0 | 1100100 | 11110 | 10001 | 100111110 | 1100011 | 101010 |
Color Harmonies of #D40194
Complementary color
Monochromatic Colors of #D40194
Black with #D40194
Text Example
Text Example
White with #D40194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40194; }
p { color: rgb(212,1,148); }
H1.HeaderClassName
{
color: #D40194;
}
.AnyTagClassName
{
color: #D40194;
}
</style>
background-color css
<style>
a { background-color: #D40194; }
a { background-color: rgb(212,1,148); }
div.DivClassName
{
background-color: #D40194;
}
.BgClassName
{
background-color: #D40194;
}
</style>
border-color css
<style>
span { border-color: #D40194; }
span { border-color: rgb(212,1,148); }
td.TdClassName
{
border-color: #D40194;
}
.TagClassName
{
border-color: #D40194;
}
</style>