Shades of Medium Violet Red #D01C92
Tints of Medium Violet Red #D01C92
RGB
CMYK
RGB Variations
Color information
#D01C92 (or 0xD01C92) is known color: Medium Violet Red. HEX triplet: D0, 1C and 92. RGB value is (208,28,146). Sum of RGB (Red+Green+Blue) = 208+28+146=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01C92 is #2FE36D. Grayscale: #5E5E5E. Windows color (decimal): -3138414 or 9575632. OLE color: 9575632.
HSL color Cylindrical-coordinate representation of color #D01C92: hue angle of 320.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 #D01C92 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 146 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.18 |
| HSL | 320.67º | 0.76% | 0.46% | - |
| HSV(B) | 320.67º | 0.87% | 0.82% | - |
| XYZ | 31.62 | 16.32 | 28.68 | - |
| YUV | 95.27 | 156.63 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 146 | 0 | 0.87 | 0.30 | 0.18 | 320.67 | 0.76 | 0.46 |
| Hex | D0 | 1C | 92 | 0 | 57 | 1E | 12 | 141 | 4C | 2E |
| Octal | 320 | 34 | 222 | 0 | 127 | 36 | 22 | 501 | 114 | 56 |
| Binary | 11010000 | 11100 | 10010010 | 0 | 1010111 | 11110 | 10010 | 101000001 | 1001100 | 101110 |
Color Harmonies of #D01C92
Complementary color
Monochromatic Colors of #D01C92
Black with #D01C92
Text Example
Text Example
White with #D01C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C92; }
p { color: rgb(208,28,146); }
H1.HeaderClassName
{
color: #D01C92;
}
.AnyTagClassName
{
color: #D01C92;
}
</style>
background-color css
<style>
a { background-color: #D01C92; }
a { background-color: rgb(208,28,146); }
div.DivClassName
{
background-color: #D01C92;
}
.BgClassName
{
background-color: #D01C92;
}
</style>
border-color css
<style>
span { border-color: #D01C92; }
span { border-color: rgb(208,28,146); }
td.TdClassName
{
border-color: #D01C92;
}
.TagClassName
{
border-color: #D01C92;
}
</style>