Shades of Magenta #FF1BFF
Tints of Magenta #FF1BFF
RGB
CMYK
RGB Variations
Color information
#FF1BFF (or 0xFF1BFF) is known color: Magenta. HEX triplet: FF, 1B and FF. RGB value is (255,27,255). Sum of RGB (Red+Green+Blue) = 255+27+255=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 27 (10.94% from 255 or 5.03% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF1BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1BFF is #00E400. Grayscale: #787878. Windows color (decimal): -58369 or 16718847. OLE color: 16718847.
HSL color Cylindrical-coordinate representation of color #FF1BFF: hue angle of 300º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1BFF is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 255 | - |
| CMYK | 0 | 0.89 | 0 | 0 |
| HSL | 300º | 1% | 0.55% | - |
| HSV(B) | 300º | 0.89% | 1% | - |
| XYZ | 59.68 | 29.26 | 97.11 | - |
| YUV | 121.16 | 203.54 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 255 | 0 | 0.89 | 0 | 0 | 300 | 1 | 0.55 |
| Hex | FF | 1B | FF | 0 | 59 | 0 | 0 | 12C | 64 | 37 |
| Octal | 377 | 33 | 377 | 0 | 131 | 0 | 0 | 454 | 144 | 67 |
| Binary | 11111111 | 11011 | 11111111 | 0 | 1011001 | 0 | 0 | 100101100 | 1100100 | 110111 |
Color Harmonies of #FF1BFF
Complementary color
Monochromatic Colors of #FF1BFF
Black with #FF1BFF
Text Example
Text Example
White with #FF1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1BFF; }
p { color: rgb(255,27,255); }
H1.HeaderClassName
{
color: #FF1BFF;
}
.AnyTagClassName
{
color: #FF1BFF;
}
</style>
background-color css
<style>
a { background-color: #FF1BFF; }
a { background-color: rgb(255,27,255); }
div.DivClassName
{
background-color: #FF1BFF;
}
.BgClassName
{
background-color: #FF1BFF;
}
</style>
border-color css
<style>
span { border-color: #FF1BFF; }
span { border-color: rgb(255,27,255); }
td.TdClassName
{
border-color: #FF1BFF;
}
.TagClassName
{
border-color: #FF1BFF;
}
</style>