Shades of Medium Violet Red #DC1293
Tints of Medium Violet Red #DC1293
RGB
CMYK
RGB Variations
Color information
#DC1293 (or 0xDC1293) is known color: Medium Violet Red. HEX triplet: DC, 12 and 93. RGB value is (220,18,147). Sum of RGB (Red+Green+Blue) = 220+18+147=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1293 is #23ED6C. Grayscale: #5C5C5C. Windows color (decimal): -2354541 or 9638620. OLE color: 9638620.
HSL color Cylindrical-coordinate representation of color #DC1293: hue angle of 321.68º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1293 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 147 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.14 |
| HSL | 321.68º | 0.85% | 0.47% | - |
| HSV(B) | 321.68º | 0.92% | 0.86% | - |
| XYZ | 35 | 17.75 | 29.19 | - |
| YUV | 93.1 | 158.42 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 147 | 0 | 0.92 | 0.33 | 0.14 | 321.68 | 0.85 | 0.47 |
| Hex | DC | 12 | 93 | 0 | 5C | 21 | E | 142 | 55 | 2F |
| Octal | 334 | 22 | 223 | 0 | 134 | 41 | 16 | 502 | 125 | 57 |
| Binary | 11011100 | 10010 | 10010011 | 0 | 1011100 | 100001 | 1110 | 101000010 | 1010101 | 101111 |
Color Harmonies of #DC1293
Complementary color
Monochromatic Colors of #DC1293
Black with #DC1293
Text Example
Text Example
White with #DC1293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1293; }
p { color: rgb(220,18,147); }
H1.HeaderClassName
{
color: #DC1293;
}
.AnyTagClassName
{
color: #DC1293;
}
</style>
background-color css
<style>
a { background-color: #DC1293; }
a { background-color: rgb(220,18,147); }
div.DivClassName
{
background-color: #DC1293;
}
.BgClassName
{
background-color: #DC1293;
}
</style>
border-color css
<style>
span { border-color: #DC1293; }
span { border-color: rgb(220,18,147); }
td.TdClassName
{
border-color: #DC1293;
}
.TagClassName
{
border-color: #DC1293;
}
</style>