Shades of Magenta #FC30FF
Tints of Magenta #FC30FF
RGB
CMYK
RGB Variations
Color information
#FC30FF (or 0xFC30FF) is known color: Magenta. HEX triplet: FC, 30 and FF. RGB value is (252,48,255). Sum of RGB (Red+Green+Blue) = 252+48+255=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 48 (19.14% from 255 or 8.65% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC30FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC30FF is #03CF00. Grayscale: #838383. Windows color (decimal): -249601 or 16724220. OLE color: 16724220.
HSL color Cylindrical-coordinate representation of color #FC30FF: hue angle of 299.13º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC30FF is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 48 | 255 | - |
| CMYK | 0.01 | 0.81 | 0 | 0 |
| HSL | 299.13º | 1% | 0.59% | - |
| HSV(B) | 299.13º | 0.81% | 1% | - |
| XYZ | 59.25 | 30.03 | 97.28 | - |
| YUV | 132.59 | 197.09 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 255 | 0.01 | 0.81 | 0 | 0 | 299.13 | 1 | 0.59 |
| Hex | FC | 30 | FF | 1 | 51 | 0 | 0 | 12B | 64 | 3B |
| Octal | 374 | 60 | 377 | 1 | 121 | 0 | 0 | 453 | 144 | 73 |
| Binary | 11111100 | 110000 | 11111111 | 1 | 1010001 | 0 | 0 | 100101011 | 1100100 | 111011 |
Color Harmonies of #FC30FF
Complementary color
Monochromatic Colors of #FC30FF
Black with #FC30FF
Text Example
Text Example
White with #FC30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC30FF; }
p { color: rgb(252,48,255); }
H1.HeaderClassName
{
color: #FC30FF;
}
.AnyTagClassName
{
color: #FC30FF;
}
</style>
background-color css
<style>
a { background-color: #FC30FF; }
a { background-color: rgb(252,48,255); }
div.DivClassName
{
background-color: #FC30FF;
}
.BgClassName
{
background-color: #FC30FF;
}
</style>
border-color css
<style>
span { border-color: #FC30FF; }
span { border-color: rgb(252,48,255); }
td.TdClassName
{
border-color: #FC30FF;
}
.TagClassName
{
border-color: #FC30FF;
}
</style>