Shades of Medium Violet Red #D50CA1
Tints of Medium Violet Red #D50CA1
RGB
CMYK
RGB Variations
Color information
#D50CA1 (or 0xD50CA1) is known color: Medium Violet Red. HEX triplet: D5, 0C and A1. RGB value is (213,12,161). Sum of RGB (Red+Green+Blue) = 213+12+161=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50CA1 is #2AF35E. Grayscale: #585858. Windows color (decimal): -2814815 or 10554581. OLE color: 10554581.
HSL color Cylindrical-coordinate representation of color #D50CA1: hue angle of 315.52º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50CA1 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 161 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.16 |
| HSL | 315.52º | 0.89% | 0.44% | - |
| HSV(B) | 315.52º | 0.94% | 0.84% | - |
| XYZ | 34.01 | 16.98 | 35.2 | - |
| YUV | 89.09 | 168.59 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 161 | 0 | 0.94 | 0.24 | 0.16 | 315.52 | 0.89 | 0.44 |
| Hex | D5 | C | A1 | 0 | 5E | 18 | 10 | 13C | 59 | 2C |
| Octal | 325 | 14 | 241 | 0 | 136 | 30 | 20 | 474 | 131 | 54 |
| Binary | 11010101 | 1100 | 10100001 | 0 | 1011110 | 11000 | 10000 | 100111100 | 1011001 | 101100 |
Color Harmonies of #D50CA1
Complementary color
Monochromatic Colors of #D50CA1
Black with #D50CA1
Text Example
Text Example
White with #D50CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CA1; }
p { color: rgb(213,12,161); }
H1.HeaderClassName
{
color: #D50CA1;
}
.AnyTagClassName
{
color: #D50CA1;
}
</style>
background-color css
<style>
a { background-color: #D50CA1; }
a { background-color: rgb(213,12,161); }
div.DivClassName
{
background-color: #D50CA1;
}
.BgClassName
{
background-color: #D50CA1;
}
</style>
border-color css
<style>
span { border-color: #D50CA1; }
span { border-color: rgb(213,12,161); }
td.TdClassName
{
border-color: #D50CA1;
}
.TagClassName
{
border-color: #D50CA1;
}
</style>