Shades of Magenta #FF29FF
Tints of Magenta #FF29FF
RGB
CMYK
RGB Variations
Color information
#FF29FF (or 0xFF29FF) is known color: Magenta. HEX triplet: FF, 29 and FF. RGB value is (255,41,255). Sum of RGB (Red+Green+Blue) = 255+41+255=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 41 (16.41% from 255 or 7.44% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF29FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF29FF is #00D600. Grayscale: #808080. Windows color (decimal): -54785 or 16722431. OLE color: 16722431.
HSL color Cylindrical-coordinate representation of color #FF29FF: hue angle of 300º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF29FF is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 255 | - |
| CMYK | 0 | 0.84 | 0 | 0 |
| HSL | 300º | 1% | 0.58% | - |
| HSV(B) | 300º | 0.84% | 1% | - |
| XYZ | 60.08 | 30.07 | 97.24 | - |
| YUV | 129.38 | 198.9 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 255 | 0 | 0.84 | 0 | 0 | 300 | 1 | 0.58 |
| Hex | FF | 29 | FF | 0 | 54 | 0 | 0 | 12C | 64 | 3A |
| Octal | 377 | 51 | 377 | 0 | 124 | 0 | 0 | 454 | 144 | 72 |
| Binary | 11111111 | 101001 | 11111111 | 0 | 1010100 | 0 | 0 | 100101100 | 1100100 | 111010 |
Color Harmonies of #FF29FF
Complementary color
Monochromatic Colors of #FF29FF
Black with #FF29FF
Text Example
Text Example
White with #FF29FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF29FF; }
p { color: rgb(255,41,255); }
H1.HeaderClassName
{
color: #FF29FF;
}
.AnyTagClassName
{
color: #FF29FF;
}
</style>
background-color css
<style>
a { background-color: #FF29FF; }
a { background-color: rgb(255,41,255); }
div.DivClassName
{
background-color: #FF29FF;
}
.BgClassName
{
background-color: #FF29FF;
}
</style>
border-color css
<style>
span { border-color: #FF29FF; }
span { border-color: rgb(255,41,255); }
td.TdClassName
{
border-color: #FF29FF;
}
.TagClassName
{
border-color: #FF29FF;
}
</style>