Shades of Medium Violet Red #D01C7F
Tints of Medium Violet Red #D01C7F
RGB
CMYK
RGB Variations
Color information
#D01C7F (or 0xD01C7F) is known color: Medium Violet Red. HEX triplet: D0, 1C and 7F. RGB value is (208,28,127). Sum of RGB (Red+Green+Blue) = 208+28+127=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01C7F is #2FE380. Grayscale: #5C5C5C. Windows color (decimal): -3138433 or 8330448. OLE color: 8330448.
HSL color Cylindrical-coordinate representation of color #D01C7F: hue angle of 327º 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 #D01C7F is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 127 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.18 |
| HSL | 327º | 0.76% | 0.46% | - |
| HSV(B) | 327º | 0.87% | 0.82% | - |
| XYZ | 30.26 | 15.77 | 21.53 | - |
| YUV | 93.11 | 147.13 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 127 | 0 | 0.87 | 0.39 | 0.18 | 327 | 0.76 | 0.46 |
| Hex | D0 | 1C | 7F | 0 | 57 | 27 | 12 | 147 | 4C | 2E |
| Octal | 320 | 34 | 177 | 0 | 127 | 47 | 22 | 507 | 114 | 56 |
| Binary | 11010000 | 11100 | 1111111 | 0 | 1010111 | 100111 | 10010 | 101000111 | 1001100 | 101110 |
Color Harmonies of #D01C7F
Complementary color
Monochromatic Colors of #D01C7F
Black with #D01C7F
Text Example
Text Example
White with #D01C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C7F; }
p { color: rgb(208,28,127); }
H1.HeaderClassName
{
color: #D01C7F;
}
.AnyTagClassName
{
color: #D01C7F;
}
</style>
background-color css
<style>
a { background-color: #D01C7F; }
a { background-color: rgb(208,28,127); }
div.DivClassName
{
background-color: #D01C7F;
}
.BgClassName
{
background-color: #D01C7F;
}
</style>
border-color css
<style>
span { border-color: #D01C7F; }
span { border-color: rgb(208,28,127); }
td.TdClassName
{
border-color: #D01C7F;
}
.TagClassName
{
border-color: #D01C7F;
}
</style>