Shades of Magenta #FC1FFC
Tints of Magenta #FC1FFC
RGB
CMYK
RGB Variations
Color information
#FC1FFC (or 0xFC1FFC) is known color: Magenta. HEX triplet: FC, 1F and FC. RGB value is (252,31,252). Sum of RGB (Red+Green+Blue) = 252+31+252=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 31 (12.5% from 255 or 5.79% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC1FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1FFC is #03E003. Grayscale: #797979. Windows color (decimal): -253956 or 16523260. OLE color: 16523260.
HSL color Cylindrical-coordinate representation of color #FC1FFC: hue angle of 300º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1FFC is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 31 | 252 | - |
| CMYK | 0 | 0.88 | 0 | 0.01 |
| HSL | 300º | 0.97% | 0.55% | - |
| HSV(B) | 300º | 0.88% | 0.99% | - |
| XYZ | 58.21 | 28.7 | 94.57 | - |
| YUV | 122.27 | 201.22 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 31 | 252 | 0 | 0.88 | 0 | 0.01 | 300 | 0.97 | 0.55 |
| Hex | FC | 1F | FC | 0 | 58 | 0 | 1 | 12C | 61 | 37 |
| Octal | 374 | 37 | 374 | 0 | 130 | 0 | 1 | 454 | 141 | 67 |
| Binary | 11111100 | 11111 | 11111100 | 0 | 1011000 | 0 | 1 | 100101100 | 1100001 | 110111 |
Color Harmonies of #FC1FFC
Complementary color
Monochromatic Colors of #FC1FFC
Black with #FC1FFC
Text Example
Text Example
White with #FC1FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1FFC; }
p { color: rgb(252,31,252); }
H1.HeaderClassName
{
color: #FC1FFC;
}
.AnyTagClassName
{
color: #FC1FFC;
}
</style>
background-color css
<style>
a { background-color: #FC1FFC; }
a { background-color: rgb(252,31,252); }
div.DivClassName
{
background-color: #FC1FFC;
}
.BgClassName
{
background-color: #FC1FFC;
}
</style>
border-color css
<style>
span { border-color: #FC1FFC; }
span { border-color: rgb(252,31,252); }
td.TdClassName
{
border-color: #FC1FFC;
}
.TagClassName
{
border-color: #FC1FFC;
}
</style>