Shades of Medium Violet Red #D60196
Tints of Medium Violet Red #D60196
RGB
CMYK
RGB Variations
Color information
#D60196 (or 0xD60196) is known color: Medium Violet Red. HEX triplet: D6, 01 and 96. RGB value is (214,1,150). Sum of RGB (Red+Green+Blue) = 214+1+150=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D60196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60196 is #29FE69. Grayscale: #515151. Windows color (decimal): -2752106 or 9830870. OLE color: 9830870.
HSL color Cylindrical-coordinate representation of color #D60196: hue angle of 318.03º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60196 is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 150 | - |
| CMYK | 0 | 1.00 | 0.30 | 0.16 |
| HSL | 318.03º | 0.99% | 0.42% | - |
| HSV(B) | 318.03º | 1% | 0.84% | - |
| XYZ | 33.25 | 16.52 | 30.29 | - |
| YUV | 81.67 | 166.57 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 150 | 0 | 1.00 | 0.30 | 0.16 | 318.03 | 0.99 | 0.42 |
| Hex | D6 | 1 | 96 | 0 | 64 | 1E | 10 | 13E | 63 | 2A |
| Octal | 326 | 1 | 226 | 0 | 144 | 36 | 20 | 476 | 143 | 52 |
| Binary | 11010110 | 1 | 10010110 | 0 | 1100100 | 11110 | 10000 | 100111110 | 1100011 | 101010 |
Color Harmonies of #D60196
Complementary color
Monochromatic Colors of #D60196
Black with #D60196
Text Example
Text Example
White with #D60196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60196; }
p { color: rgb(214,1,150); }
H1.HeaderClassName
{
color: #D60196;
}
.AnyTagClassName
{
color: #D60196;
}
</style>
background-color css
<style>
a { background-color: #D60196; }
a { background-color: rgb(214,1,150); }
div.DivClassName
{
background-color: #D60196;
}
.BgClassName
{
background-color: #D60196;
}
</style>
border-color css
<style>
span { border-color: #D60196; }
span { border-color: rgb(214,1,150); }
td.TdClassName
{
border-color: #D60196;
}
.TagClassName
{
border-color: #D60196;
}
</style>