Shades of Pale Magenta #FF7CE1
Tints of Pale Magenta #FF7CE1
RGB
CMYK
RGB Variations
Color information
#FF7CE1 (or 0xFF7CE1) is known color: Pale Magenta. HEX triplet: FF, 7C and E1. RGB value is (255,124,225). Sum of RGB (Red+Green+Blue) = 255+124+225=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 124 (48.83% from 255 or 20.53% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CE1 is #00831E. Grayscale: #AEAEAE. Windows color (decimal): -33567 or 14777599. OLE color: 14777599.
HSL color Cylindrical-coordinate representation of color #FF7CE1: hue angle of 313.74º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7CE1 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 225 | - |
| CMYK | 0 | 0.51 | 0.12 | 0 |
| HSL | 313.74º | 1% | 0.74% | - |
| HSV(B) | 313.74º | 0.51% | 1% | - |
| XYZ | 62.04 | 41.11 | 75.9 | - |
| YUV | 174.68 | 156.4 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 225 | 0 | 0.51 | 0.12 | 0 | 313.74 | 1 | 0.74 |
| Hex | FF | 7C | E1 | 0 | 33 | C | 0 | 13A | 64 | 4A |
| Octal | 377 | 174 | 341 | 0 | 63 | 14 | 0 | 472 | 144 | 112 |
| Binary | 11111111 | 1111100 | 11100001 | 0 | 110011 | 1100 | 0 | 100111010 | 1100100 | 1001010 |
Color Harmonies of #FF7CE1
Complementary color
Monochromatic Colors of #FF7CE1
Black with #FF7CE1
Text Example
Text Example
White with #FF7CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7CE1; }
p { color: rgb(255,124,225); }
H1.HeaderClassName
{
color: #FF7CE1;
}
.AnyTagClassName
{
color: #FF7CE1;
}
</style>
background-color css
<style>
a { background-color: #FF7CE1; }
a { background-color: rgb(255,124,225); }
div.DivClassName
{
background-color: #FF7CE1;
}
.BgClassName
{
background-color: #FF7CE1;
}
</style>
border-color css
<style>
span { border-color: #FF7CE1; }
span { border-color: rgb(255,124,225); }
td.TdClassName
{
border-color: #FF7CE1;
}
.TagClassName
{
border-color: #FF7CE1;
}
</style>