Shades of Medium Violet Red #D01C8F
Tints of Medium Violet Red #D01C8F
RGB
CMYK
RGB Variations
Color information
#D01C8F (or 0xD01C8F) is known color: Medium Violet Red. HEX triplet: D0, 1C and 8F. RGB value is (208,28,143). Sum of RGB (Red+Green+Blue) = 208+28+143=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01C8F is #2FE370. Grayscale: #5E5E5E. Windows color (decimal): -3138417 or 9379024. OLE color: 9379024.
HSL color Cylindrical-coordinate representation of color #D01C8F: hue angle of 321.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 #D01C8F is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 143 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.18 |
| HSL | 321.67º | 0.76% | 0.46% | - |
| HSV(B) | 321.67º | 0.87% | 0.82% | - |
| XYZ | 31.39 | 16.22 | 27.46 | - |
| YUV | 94.93 | 155.13 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 143 | 0 | 0.87 | 0.31 | 0.18 | 321.67 | 0.76 | 0.46 |
| Hex | D0 | 1C | 8F | 0 | 57 | 1F | 12 | 142 | 4C | 2E |
| Octal | 320 | 34 | 217 | 0 | 127 | 37 | 22 | 502 | 114 | 56 |
| Binary | 11010000 | 11100 | 10001111 | 0 | 1010111 | 11111 | 10010 | 101000010 | 1001100 | 101110 |
Color Harmonies of #D01C8F
Complementary color
Monochromatic Colors of #D01C8F
Black with #D01C8F
Text Example
Text Example
White with #D01C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C8F; }
p { color: rgb(208,28,143); }
H1.HeaderClassName
{
color: #D01C8F;
}
.AnyTagClassName
{
color: #D01C8F;
}
</style>
background-color css
<style>
a { background-color: #D01C8F; }
a { background-color: rgb(208,28,143); }
div.DivClassName
{
background-color: #D01C8F;
}
.BgClassName
{
background-color: #D01C8F;
}
</style>
border-color css
<style>
span { border-color: #D01C8F; }
span { border-color: rgb(208,28,143); }
td.TdClassName
{
border-color: #D01C8F;
}
.TagClassName
{
border-color: #D01C8F;
}
</style>