Shades of Magenta #FF32FF
Tints of Magenta #FF32FF
RGB
CMYK
RGB Variations
Color information
#FF32FF (or 0xFF32FF) is known color: Magenta. HEX triplet: FF, 32 and FF. RGB value is (255,50,255). Sum of RGB (Red+Green+Blue) = 255+50+255=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 50 (19.92% from 255 or 8.93% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF32FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF32FF is #00CD00. Grayscale: #868686. Windows color (decimal): -52481 or 16724735. OLE color: 16724735.
HSL color Cylindrical-coordinate representation of color #FF32FF: hue angle of 300º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF32FF is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 255 | - |
| CMYK | 0 | 0.80 | 0 | 0 |
| HSL | 300º | 1% | 0.6% | - |
| HSV(B) | 300º | 0.8% | 1% | - |
| XYZ | 60.43 | 30.76 | 97.36 | - |
| YUV | 134.67 | 195.92 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 255 | 0 | 0.80 | 0 | 0 | 300 | 1 | 0.6 |
| Hex | FF | 32 | FF | 0 | 50 | 0 | 0 | 12C | 64 | 3C |
| Octal | 377 | 62 | 377 | 0 | 120 | 0 | 0 | 454 | 144 | 74 |
| Binary | 11111111 | 110010 | 11111111 | 0 | 1010000 | 0 | 0 | 100101100 | 1100100 | 111100 |
Color Harmonies of #FF32FF
Complementary color
Monochromatic Colors of #FF32FF
Black with #FF32FF
Text Example
Text Example
White with #FF32FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF32FF; }
p { color: rgb(255,50,255); }
H1.HeaderClassName
{
color: #FF32FF;
}
.AnyTagClassName
{
color: #FF32FF;
}
</style>
background-color css
<style>
a { background-color: #FF32FF; }
a { background-color: rgb(255,50,255); }
div.DivClassName
{
background-color: #FF32FF;
}
.BgClassName
{
background-color: #FF32FF;
}
</style>
border-color css
<style>
span { border-color: #FF32FF; }
span { border-color: rgb(255,50,255); }
td.TdClassName
{
border-color: #FF32FF;
}
.TagClassName
{
border-color: #FF32FF;
}
</style>