-
See Also
- Magenta
- LightMagenta
- DarkMagenta
- ColorData
- Lighter
- Darker
- Hue
- RGBColor
- Style
-
- Entity Types
- Color
- Related Guides
represents an aesthetically appealing version of magenta in graphics or style specifications.
StandardMagenta
represents an aesthetically appealing version of magenta in graphics or style specifications.
Details
- StandardMagenta is currently equivalent to RGBColor[0.95,0.43,0.96].
- StandardMagenta is a curated color intended to be suitable for a wide array of uses in light and dark themes.
Examples
Basic Examples (4)
Display a standard magenta disk:
Graphics[{StandardMagenta, Disk[]}]Make a plot with standard magenta plot style:
Plot[Sin[x], {x, 0, 10}, PlotStyle -> StandardMagenta]StandardMagenta contrasts with both light and dark mode coloring:
g = Plot[Sin[x], {x, 0, 2Pi}, Background -> StandardMagenta];
{LightModePane[g], DarkModePane[g]}Show a sphere with standard magenta coloring:
Graphics3D[{StandardMagenta, Sphere[]}]See Also
Magenta LightMagenta DarkMagenta ColorData Lighter Darker Hue RGBColor Style
Entity Types: Color
Related Guides
-
▪
- Colors
History
Text
Wolfram Research (2025), StandardMagenta, Wolfram Language function, https://reference.wolfram.com/language/ref/StandardMagenta.html.
CMS
Wolfram Language. 2025. "StandardMagenta." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/StandardMagenta.html.
APA
Wolfram Language. (2025). StandardMagenta. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/StandardMagenta.html
BibTeX
@misc{reference.wolfram_2026_standardmagenta, author="Wolfram Research", title="{StandardMagenta}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/StandardMagenta.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_standardmagenta, organization={Wolfram Research}, title={StandardMagenta}, year={2025}, url={https://reference.wolfram.com/language/ref/StandardMagenta.html}, note=[Accessed: 13-June-2026]}