represents a dark magenta color in graphics or style specifications.
DarkMagenta
represents a dark magenta color in graphics or style specifications.
Details
- DarkMagenta is equivalent to RGBColor[0.49,0.11,0.49].
Examples
open all close allBasic Examples (3)
Graphics[{DarkMagenta, EdgeForm[Black], Disk[]}]Make a plot with dark magenta plot style:
Plot[Sin[x], {x, 0, 2Pi}, PlotStyle -> DarkMagenta]Display a grid of numbers with dark magenta background:
Grid[{{1, 2}, {3, 4}}, Frame -> All, Background -> DarkMagenta, BaseStyle -> White]Possible Issues (1)
In light mode, the default tick and axes colors make them hard to read with a DarkMagenta background:
LightModePane[Plot[Sin[x], {x, 0, 2Pi}, Background -> DarkMagenta]]Use DarkModePane to force dark mode coloring:
DarkModePane[Plot[Sin[x], {x, 0, 2Pi}, Background -> DarkMagenta]]StandardMagenta contrasts with both light and dark mode coloring:
g = Plot[Sin[x], {x, 0, 2Pi}, Background -> StandardMagenta];
{LightModePane[g], DarkModePane[g]}See Also
Magenta StandardMagenta LightMagenta ColorData Lighter Darker Hue RGBColor Style
Entity Types: Color
Related Guides
-
▪
- Colors
History
Text
Wolfram Research (2025), DarkMagenta, Wolfram Language function, https://reference.wolfram.com/language/ref/DarkMagenta.html.
CMS
Wolfram Language. 2025. "DarkMagenta." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DarkMagenta.html.
APA
Wolfram Language. (2025). DarkMagenta. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DarkMagenta.html
BibTeX
@misc{reference.wolfram_2026_darkmagenta, author="Wolfram Research", title="{DarkMagenta}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/DarkMagenta.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_darkmagenta, organization={Wolfram Research}, title={DarkMagenta}, year={2025}, url={https://reference.wolfram.com/language/ref/DarkMagenta.html}, note=[Accessed: 12-June-2026]}