Shades of Magenta #FF30FF
Tints of Magenta #FF30FF
RGB
CMYK
RGB Variations
Color information
#FF30FF (or 0xFF30FF) is known color: Magenta. HEX triplet: FF, 30 and FF. RGB value is (255,48,255). Sum of RGB (Red+Green+Blue) = 255+48+255=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 48 (19.14% from 255 or 8.60% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF30FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF30FF is #00CF00. Grayscale: #848484. Windows color (decimal): -52993 or 16724223. OLE color: 16724223.
HSL color Cylindrical-coordinate representation of color #FF30FF: hue angle of 300º 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 #FF30FF is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 255 | - |
| CMYK | 0 | 0.81 | 0 | 0 |
| HSL | 300º | 1% | 0.59% | - |
| HSV(B) | 300º | 0.81% | 1% | - |
| XYZ | 60.35 | 30.59 | 97.33 | - |
| YUV | 133.49 | 196.58 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 255 | 0 | 0.81 | 0 | 0 | 300 | 1 | 0.59 |
| Hex | FF | 30 | FF | 0 | 51 | 0 | 0 | 12C | 64 | 3B |
| Octal | 377 | 60 | 377 | 0 | 121 | 0 | 0 | 454 | 144 | 73 |
| Binary | 11111111 | 110000 | 11111111 | 0 | 1010001 | 0 | 0 | 100101100 | 1100100 | 111011 |
Color Harmonies of #FF30FF
Complementary color
Monochromatic Colors of #FF30FF
Black with #FF30FF
Text Example
Text Example
White with #FF30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF30FF; }
p { color: rgb(255,48,255); }
H1.HeaderClassName
{
color: #FF30FF;
}
.AnyTagClassName
{
color: #FF30FF;
}
</style>
background-color css
<style>
a { background-color: #FF30FF; }
a { background-color: rgb(255,48,255); }
div.DivClassName
{
background-color: #FF30FF;
}
.BgClassName
{
background-color: #FF30FF;
}
</style>
border-color css
<style>
span { border-color: #FF30FF; }
span { border-color: rgb(255,48,255); }
td.TdClassName
{
border-color: #FF30FF;
}
.TagClassName
{
border-color: #FF30FF;
}
</style>