#ff00ff
Magenta Color Codes
Code | Value |
---|---|
HEX | #ff00ff |
RGB | rgb(255,0,255) |
HSL | |
CMYK |
Shades of Magenta (#ff00ff)
Tints of Magenta (#ff00ff)
Magenta (#ff00ff) Preview
Text with hexademical color #ff00ff
This text has a font color of #ff00ff
<span style="color: #ff00ff;"h1>Text</span/h1>
#ff00ff background color
This paragraph has a background color of #ff00ff
<p style="background-color: #ff00ff;"h1>Text</p/h1>
#ff00ff border color
This element has a border color of #ff00ff
<div style="border: 2px solid #ff00ff;"h1>Text</div/h1>
CSS codes
.text {color:#ff00ff;}
.background {background-color: #ff00ff;}
.border {border:2px solid #ff00ff;}