Shades of Magenta #FF1CFF
Tints of Magenta #FF1CFF
RGB
CMYK
RGB Variations
Color information
#FF1CFF (or 0xFF1CFF) is known color: Magenta. HEX triplet: FF, 1C and FF. RGB value is (255,28,255). Sum of RGB (Red+Green+Blue) = 255+28+255=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 28 (11.33% from 255 or 5.20% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF1CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1CFF is #00E300. Grayscale: #797979. Windows color (decimal): -58113 or 16719103. OLE color: 16719103.
HSL color Cylindrical-coordinate representation of color #FF1CFF: 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 #FF1CFF is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 255 | - |
| CMYK | 0 | 0.89 | 0 | 0 |
| HSL | 300º | 1% | 0.55% | - |
| HSV(B) | 300º | 0.89% | 1% | - |
| XYZ | 59.71 | 29.31 | 97.12 | - |
| YUV | 121.75 | 203.21 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 255 | 0 | 0.89 | 0 | 0 | 300 | 1 | 0.55 |
| Hex | FF | 1C | FF | 0 | 59 | 0 | 0 | 12C | 64 | 37 |
| Octal | 377 | 34 | 377 | 0 | 131 | 0 | 0 | 454 | 144 | 67 |
| Binary | 11111111 | 11100 | 11111111 | 0 | 1011001 | 0 | 0 | 100101100 | 1100100 | 110111 |
Color Harmonies of #FF1CFF
Complementary color
Monochromatic Colors of #FF1CFF
Black with #FF1CFF
Text Example
Text Example
White with #FF1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1CFF; }
p { color: rgb(255,28,255); }
H1.HeaderClassName
{
color: #FF1CFF;
}
.AnyTagClassName
{
color: #FF1CFF;
}
</style>
background-color css
<style>
a { background-color: #FF1CFF; }
a { background-color: rgb(255,28,255); }
div.DivClassName
{
background-color: #FF1CFF;
}
.BgClassName
{
background-color: #FF1CFF;
}
</style>
border-color css
<style>
span { border-color: #FF1CFF; }
span { border-color: rgb(255,28,255); }
td.TdClassName
{
border-color: #FF1CFF;
}
.TagClassName
{
border-color: #FF1CFF;
}
</style>