Shades of Medium Violet Red #D01C8C
Tints of Medium Violet Red #D01C8C
RGB
CMYK
RGB Variations
Color information
#D01C8C (or 0xD01C8C) is known color: Medium Violet Red. HEX triplet: D0, 1C and 8C. RGB value is (208,28,140). Sum of RGB (Red+Green+Blue) = 208+28+140=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01C8C is #2FE373. Grayscale: #5E5E5E. Windows color (decimal): -3138420 or 9182416. OLE color: 9182416.
HSL color Cylindrical-coordinate representation of color #D01C8C: hue angle of 322.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01C8C is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 140 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.18 |
| HSL | 322.67º | 0.76% | 0.46% | - |
| HSV(B) | 322.67º | 0.87% | 0.82% | - |
| XYZ | 31.16 | 16.13 | 26.28 | - |
| YUV | 94.59 | 153.63 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 140 | 0 | 0.87 | 0.33 | 0.18 | 322.67 | 0.76 | 0.46 |
| Hex | D0 | 1C | 8C | 0 | 57 | 21 | 12 | 143 | 4C | 2E |
| Octal | 320 | 34 | 214 | 0 | 127 | 41 | 22 | 503 | 114 | 56 |
| Binary | 11010000 | 11100 | 10001100 | 0 | 1010111 | 100001 | 10010 | 101000011 | 1001100 | 101110 |
Color Harmonies of #D01C8C
Complementary color
Monochromatic Colors of #D01C8C
Black with #D01C8C
Text Example
Text Example
White with #D01C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C8C; }
p { color: rgb(208,28,140); }
H1.HeaderClassName
{
color: #D01C8C;
}
.AnyTagClassName
{
color: #D01C8C;
}
</style>
background-color css
<style>
a { background-color: #D01C8C; }
a { background-color: rgb(208,28,140); }
div.DivClassName
{
background-color: #D01C8C;
}
.BgClassName
{
background-color: #D01C8C;
}
</style>
border-color css
<style>
span { border-color: #D01C8C; }
span { border-color: rgb(208,28,140); }
td.TdClassName
{
border-color: #D01C8C;
}
.TagClassName
{
border-color: #D01C8C;
}
</style>