Shades of Medium Violet Red #D00C80
Tints of Medium Violet Red #D00C80
RGB
CMYK
RGB Variations
Color information
#D00C80 (or 0xD00C80) is known color: Medium Violet Red. HEX triplet: D0, 0C and 80. RGB value is (208,12,128). Sum of RGB (Red+Green+Blue) = 208+12+128=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00C80 is #2FF37F. Grayscale: #535353. Windows color (decimal): -3142528 or 8391888. OLE color: 8391888.
HSL color Cylindrical-coordinate representation of color #D00C80: hue angle of 324.49º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00C80 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 128 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.18 |
| HSL | 324.49º | 0.89% | 0.43% | - |
| HSV(B) | 324.49º | 0.94% | 0.82% | - |
| XYZ | 30.04 | 15.23 | 21.78 | - |
| YUV | 83.83 | 152.93 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 128 | 0 | 0.94 | 0.38 | 0.18 | 324.49 | 0.89 | 0.43 |
| Hex | D0 | C | 80 | 0 | 5E | 26 | 12 | 144 | 59 | 2B |
| Octal | 320 | 14 | 200 | 0 | 136 | 46 | 22 | 504 | 131 | 53 |
| Binary | 11010000 | 1100 | 10000000 | 0 | 1011110 | 100110 | 10010 | 101000100 | 1011001 | 101011 |
Color Harmonies of #D00C80
Complementary color
Monochromatic Colors of #D00C80
Black with #D00C80
Text Example
Text Example
White with #D00C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00C80; }
p { color: rgb(208,12,128); }
H1.HeaderClassName
{
color: #D00C80;
}
.AnyTagClassName
{
color: #D00C80;
}
</style>
background-color css
<style>
a { background-color: #D00C80; }
a { background-color: rgb(208,12,128); }
div.DivClassName
{
background-color: #D00C80;
}
.BgClassName
{
background-color: #D00C80;
}
</style>
border-color css
<style>
span { border-color: #D00C80; }
span { border-color: rgb(208,12,128); }
td.TdClassName
{
border-color: #D00C80;
}
.TagClassName
{
border-color: #D00C80;
}
</style>