Shades of Magenta #FC21EC
Tints of Magenta #FC21EC
RGB
CMYK
RGB Variations
Color information
#FC21EC (or 0xFC21EC) is known color: Magenta. HEX triplet: FC, 21 and EC. RGB value is (252,33,236). Sum of RGB (Red+Green+Blue) = 252+33+236=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 33 (13.28% from 255 or 6.33% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC21EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC21EC is #03DE13. Grayscale: #797979. Windows color (decimal): -253460 or 15475196. OLE color: 15475196.
HSL color Cylindrical-coordinate representation of color #FC21EC: hue angle of 304.38º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC21EC is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 236 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.01 |
| HSL | 304.38º | 0.97% | 0.56% | - |
| HSV(B) | 304.38º | 0.87% | 0.99% | - |
| XYZ | 55.83 | 27.84 | 81.79 | - |
| YUV | 121.62 | 192.55 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 236 | 0 | 0.87 | 0.06 | 0.01 | 304.38 | 0.97 | 0.56 |
| Hex | FC | 21 | EC | 0 | 57 | 6 | 1 | 130 | 61 | 38 |
| Octal | 374 | 41 | 354 | 0 | 127 | 6 | 1 | 460 | 141 | 70 |
| Binary | 11111100 | 100001 | 11101100 | 0 | 1010111 | 110 | 1 | 100110000 | 1100001 | 111000 |
Color Harmonies of #FC21EC
Complementary color
Monochromatic Colors of #FC21EC
Black with #FC21EC
Text Example
Text Example
White with #FC21EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC21EC; }
p { color: rgb(252,33,236); }
H1.HeaderClassName
{
color: #FC21EC;
}
.AnyTagClassName
{
color: #FC21EC;
}
</style>
background-color css
<style>
a { background-color: #FC21EC; }
a { background-color: rgb(252,33,236); }
div.DivClassName
{
background-color: #FC21EC;
}
.BgClassName
{
background-color: #FC21EC;
}
</style>
border-color css
<style>
span { border-color: #FC21EC; }
span { border-color: rgb(252,33,236); }
td.TdClassName
{
border-color: #FC21EC;
}
.TagClassName
{
border-color: #FC21EC;
}
</style>