Shades of Magenta #FC31FF
Tints of Magenta #FC31FF
RGB
CMYK
RGB Variations
Color information
#FC31FF (or 0xFC31FF) is known color: Magenta. HEX triplet: FC, 31 and FF. RGB value is (252,49,255). Sum of RGB (Red+Green+Blue) = 252+49+255=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 49 (19.53% from 255 or 8.81% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC31FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC31FF is #03CE00. Grayscale: #848484. Windows color (decimal): -249345 or 16724476. OLE color: 16724476.
HSL color Cylindrical-coordinate representation of color #FC31FF: hue angle of 299.13º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC31FF is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 49 | 255 | - |
| CMYK | 0.01 | 0.81 | 0 | 0 |
| HSL | 299.13º | 1% | 0.6% | - |
| HSV(B) | 299.13º | 0.81% | 1% | - |
| XYZ | 59.29 | 30.11 | 97.29 | - |
| YUV | 133.18 | 196.75 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 255 | 0.01 | 0.81 | 0 | 0 | 299.13 | 1 | 0.6 |
| Hex | FC | 31 | FF | 1 | 51 | 0 | 0 | 12B | 64 | 3C |
| Octal | 374 | 61 | 377 | 1 | 121 | 0 | 0 | 453 | 144 | 74 |
| Binary | 11111100 | 110001 | 11111111 | 1 | 1010001 | 0 | 0 | 100101011 | 1100100 | 111100 |
Color Harmonies of #FC31FF
Complementary color
Monochromatic Colors of #FC31FF
Black with #FC31FF
Text Example
Text Example
White with #FC31FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC31FF; }
p { color: rgb(252,49,255); }
H1.HeaderClassName
{
color: #FC31FF;
}
.AnyTagClassName
{
color: #FC31FF;
}
</style>
background-color css
<style>
a { background-color: #FC31FF; }
a { background-color: rgb(252,49,255); }
div.DivClassName
{
background-color: #FC31FF;
}
.BgClassName
{
background-color: #FC31FF;
}
</style>
border-color css
<style>
span { border-color: #FC31FF; }
span { border-color: rgb(252,49,255); }
td.TdClassName
{
border-color: #FC31FF;
}
.TagClassName
{
border-color: #FC31FF;
}
</style>