Shades of Medium Violet Red #D01C9C
Tints of Medium Violet Red #D01C9C
RGB
CMYK
RGB Variations
Color information
#D01C9C (or 0xD01C9C) is known color: Medium Violet Red. HEX triplet: D0, 1C and 9C. RGB value is (208,28,156). Sum of RGB (Red+Green+Blue) = 208+28+156=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01C9C is #2FE363. Grayscale: #606060. Windows color (decimal): -3138404 or 10230992. OLE color: 10230992.
HSL color Cylindrical-coordinate representation of color #D01C9C: hue angle of 317.33º 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 #D01C9C is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 156 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.18 |
| HSL | 317.33º | 0.76% | 0.46% | - |
| HSV(B) | 317.33º | 0.87% | 0.82% | - |
| XYZ | 32.43 | 16.64 | 32.96 | - |
| YUV | 96.41 | 161.63 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 156 | 0 | 0.87 | 0.25 | 0.18 | 317.33 | 0.76 | 0.46 |
| Hex | D0 | 1C | 9C | 0 | 57 | 19 | 12 | 13D | 4C | 2E |
| Octal | 320 | 34 | 234 | 0 | 127 | 31 | 22 | 475 | 114 | 56 |
| Binary | 11010000 | 11100 | 10011100 | 0 | 1010111 | 11001 | 10010 | 100111101 | 1001100 | 101110 |
Color Harmonies of #D01C9C
Complementary color
Monochromatic Colors of #D01C9C
Black with #D01C9C
Text Example
Text Example
White with #D01C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C9C; }
p { color: rgb(208,28,156); }
H1.HeaderClassName
{
color: #D01C9C;
}
.AnyTagClassName
{
color: #D01C9C;
}
</style>
background-color css
<style>
a { background-color: #D01C9C; }
a { background-color: rgb(208,28,156); }
div.DivClassName
{
background-color: #D01C9C;
}
.BgClassName
{
background-color: #D01C9C;
}
</style>
border-color css
<style>
span { border-color: #D01C9C; }
span { border-color: rgb(208,28,156); }
td.TdClassName
{
border-color: #D01C9C;
}
.TagClassName
{
border-color: #D01C9C;
}
</style>