Shades of Magenta #FC1BFF
Tints of Magenta #FC1BFF
RGB
CMYK
RGB Variations
Color information
#FC1BFF (or 0xFC1BFF) is known color: Magenta. HEX triplet: FC, 1B and FF. RGB value is (252,27,255). Sum of RGB (Red+Green+Blue) = 252+27+255=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 27 (10.94% from 255 or 5.06% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC1BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1BFF is #03E400. Grayscale: #777777. Windows color (decimal): -254977 or 16718844. OLE color: 16718844.
HSL color Cylindrical-coordinate representation of color #FC1BFF: hue angle of 299.21º 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 #FC1BFF is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 27 | 255 | - |
| CMYK | 0.01 | 0.89 | 0 | 0 |
| HSL | 299.21º | 1% | 0.55% | - |
| HSV(B) | 299.21º | 0.89% | 1% | - |
| XYZ | 58.59 | 28.7 | 97.06 | - |
| YUV | 120.27 | 204.04 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 255 | 0.01 | 0.89 | 0 | 0 | 299.21 | 1 | 0.55 |
| Hex | FC | 1B | FF | 1 | 59 | 0 | 0 | 12B | 64 | 37 |
| Octal | 374 | 33 | 377 | 1 | 131 | 0 | 0 | 453 | 144 | 67 |
| Binary | 11111100 | 11011 | 11111111 | 1 | 1011001 | 0 | 0 | 100101011 | 1100100 | 110111 |
Color Harmonies of #FC1BFF
Complementary color
Monochromatic Colors of #FC1BFF
Black with #FC1BFF
Text Example
Text Example
White with #FC1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1BFF; }
p { color: rgb(252,27,255); }
H1.HeaderClassName
{
color: #FC1BFF;
}
.AnyTagClassName
{
color: #FC1BFF;
}
</style>
background-color css
<style>
a { background-color: #FC1BFF; }
a { background-color: rgb(252,27,255); }
div.DivClassName
{
background-color: #FC1BFF;
}
.BgClassName
{
background-color: #FC1BFF;
}
</style>
border-color css
<style>
span { border-color: #FC1BFF; }
span { border-color: rgb(252,27,255); }
td.TdClassName
{
border-color: #FC1BFF;
}
.TagClassName
{
border-color: #FC1BFF;
}
</style>