Shades of Medium Violet Red #D0129C
Tints of Medium Violet Red #D0129C
RGB
CMYK
RGB Variations
Color information
#D0129C (or 0xD0129C) is known color: Medium Violet Red. HEX triplet: D0, 12 and 9C. RGB value is (208,18,156). Sum of RGB (Red+Green+Blue) = 208+18+156=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0129C is #2FED63. Grayscale: #5A5A5A. Windows color (decimal): -3140964 or 10228432. OLE color: 10228432.
HSL color Cylindrical-coordinate representation of color #D0129C: hue angle of 316.42º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0129C is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 156 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.18 |
| HSL | 316.42º | 0.84% | 0.44% | - |
| HSV(B) | 316.42º | 0.91% | 0.82% | - |
| XYZ | 32.23 | 16.24 | 32.89 | - |
| YUV | 90.54 | 164.95 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 156 | 0 | 0.91 | 0.25 | 0.18 | 316.42 | 0.84 | 0.44 |
| Hex | D0 | 12 | 9C | 0 | 5B | 19 | 12 | 13C | 54 | 2C |
| Octal | 320 | 22 | 234 | 0 | 133 | 31 | 22 | 474 | 124 | 54 |
| Binary | 11010000 | 10010 | 10011100 | 0 | 1011011 | 11001 | 10010 | 100111100 | 1010100 | 101100 |
Color Harmonies of #D0129C
Complementary color
Monochromatic Colors of #D0129C
Black with #D0129C
Text Example
Text Example
White with #D0129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0129C; }
p { color: rgb(208,18,156); }
H1.HeaderClassName
{
color: #D0129C;
}
.AnyTagClassName
{
color: #D0129C;
}
</style>
background-color css
<style>
a { background-color: #D0129C; }
a { background-color: rgb(208,18,156); }
div.DivClassName
{
background-color: #D0129C;
}
.BgClassName
{
background-color: #D0129C;
}
</style>
border-color css
<style>
span { border-color: #D0129C; }
span { border-color: rgb(208,18,156); }
td.TdClassName
{
border-color: #D0129C;
}
.TagClassName
{
border-color: #D0129C;
}
</style>