Shades of Magenta #FF31FF
Tints of Magenta #FF31FF
RGB
CMYK
RGB Variations
Color information
#FF31FF (or 0xFF31FF) is known color: Magenta. HEX triplet: FF, 31 and FF. RGB value is (255,49,255). Sum of RGB (Red+Green+Blue) = 255+49+255=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 49 (19.53% from 255 or 8.77% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF31FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF31FF is #00CE00. Grayscale: #858585. Windows color (decimal): -52737 or 16724479. OLE color: 16724479.
HSL color Cylindrical-coordinate representation of color #FF31FF: hue angle of 300º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF31FF is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 255 | - |
| CMYK | 0 | 0.81 | 0 | 0 |
| HSL | 300º | 1% | 0.6% | - |
| HSV(B) | 300º | 0.81% | 1% | - |
| XYZ | 60.39 | 30.68 | 97.35 | - |
| YUV | 134.08 | 196.25 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 255 | 0 | 0.81 | 0 | 0 | 300 | 1 | 0.6 |
| Hex | FF | 31 | FF | 0 | 51 | 0 | 0 | 12C | 64 | 3C |
| Octal | 377 | 61 | 377 | 0 | 121 | 0 | 0 | 454 | 144 | 74 |
| Binary | 11111111 | 110001 | 11111111 | 0 | 1010001 | 0 | 0 | 100101100 | 1100100 | 111100 |
Color Harmonies of #FF31FF
Complementary color
Monochromatic Colors of #FF31FF
Black with #FF31FF
Text Example
Text Example
White with #FF31FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF31FF; }
p { color: rgb(255,49,255); }
H1.HeaderClassName
{
color: #FF31FF;
}
.AnyTagClassName
{
color: #FF31FF;
}
</style>
background-color css
<style>
a { background-color: #FF31FF; }
a { background-color: rgb(255,49,255); }
div.DivClassName
{
background-color: #FF31FF;
}
.BgClassName
{
background-color: #FF31FF;
}
</style>
border-color css
<style>
span { border-color: #FF31FF; }
span { border-color: rgb(255,49,255); }
td.TdClassName
{
border-color: #FF31FF;
}
.TagClassName
{
border-color: #FF31FF;
}
</style>