Shades of Magenta #FF1FFF
Tints of Magenta #FF1FFF
RGB
CMYK
RGB Variations
Color information
#FF1FFF (or 0xFF1FFF) is known color: Magenta. HEX triplet: FF, 1F and FF. RGB value is (255,31,255). Sum of RGB (Red+Green+Blue) = 255+31+255=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 31 (12.5% from 255 or 5.73% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF1FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1FFF is #00E000. Grayscale: #7A7A7A. Windows color (decimal): -57345 or 16719871. OLE color: 16719871.
HSL color Cylindrical-coordinate representation of color #FF1FFF: hue angle of 300º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1FFF is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 255 | - |
| CMYK | 0 | 0.88 | 0 | 0 |
| HSL | 300º | 1% | 0.56% | - |
| HSV(B) | 300º | 0.88% | 1% | - |
| XYZ | 59.78 | 29.46 | 97.14 | - |
| YUV | 123.51 | 202.21 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 255 | 0 | 0.88 | 0 | 0 | 300 | 1 | 0.56 |
| Hex | FF | 1F | FF | 0 | 58 | 0 | 0 | 12C | 64 | 38 |
| Octal | 377 | 37 | 377 | 0 | 130 | 0 | 0 | 454 | 144 | 70 |
| Binary | 11111111 | 11111 | 11111111 | 0 | 1011000 | 0 | 0 | 100101100 | 1100100 | 111000 |
Color Harmonies of #FF1FFF
Complementary color
Monochromatic Colors of #FF1FFF
Black with #FF1FFF
Text Example
Text Example
White with #FF1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1FFF; }
p { color: rgb(255,31,255); }
H1.HeaderClassName
{
color: #FF1FFF;
}
.AnyTagClassName
{
color: #FF1FFF;
}
</style>
background-color css
<style>
a { background-color: #FF1FFF; }
a { background-color: rgb(255,31,255); }
div.DivClassName
{
background-color: #FF1FFF;
}
.BgClassName
{
background-color: #FF1FFF;
}
</style>
border-color css
<style>
span { border-color: #FF1FFF; }
span { border-color: rgb(255,31,255); }
td.TdClassName
{
border-color: #FF1FFF;
}
.TagClassName
{
border-color: #FF1FFF;
}
</style>