Shades of Pale Magenta #FF7CE0
Tints of Pale Magenta #FF7CE0
RGB
CMYK
RGB Variations
Color information
#FF7CE0 (or 0xFF7CE0) is known color: Pale Magenta. HEX triplet: FF, 7C and E0. RGB value is (255,124,224). Sum of RGB (Red+Green+Blue) = 255+124+224=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 124 (48.83% from 255 or 20.56% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CE0 is #00831F. Grayscale: #AEAEAE. Windows color (decimal): -33568 or 14712063. OLE color: 14712063.
HSL color Cylindrical-coordinate representation of color #FF7CE0: hue angle of 314.2º 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 #FF7CE0 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 224 | - |
| CMYK | 0 | 0.51 | 0.12 | 0 |
| HSL | 314.2º | 1% | 0.74% | - |
| HSV(B) | 314.2º | 0.51% | 1% | - |
| XYZ | 61.9 | 41.06 | 75.18 | - |
| YUV | 174.57 | 155.9 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 224 | 0 | 0.51 | 0.12 | 0 | 314.2 | 1 | 0.74 |
| Hex | FF | 7C | E0 | 0 | 33 | C | 0 | 13A | 64 | 4A |
| Octal | 377 | 174 | 340 | 0 | 63 | 14 | 0 | 472 | 144 | 112 |
| Binary | 11111111 | 1111100 | 11100000 | 0 | 110011 | 1100 | 0 | 100111010 | 1100100 | 1001010 |
Color Harmonies of #FF7CE0
Complementary color
Monochromatic Colors of #FF7CE0
Black with #FF7CE0
Text Example
Text Example
White with #FF7CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7CE0; }
p { color: rgb(255,124,224); }
H1.HeaderClassName
{
color: #FF7CE0;
}
.AnyTagClassName
{
color: #FF7CE0;
}
</style>
background-color css
<style>
a { background-color: #FF7CE0; }
a { background-color: rgb(255,124,224); }
div.DivClassName
{
background-color: #FF7CE0;
}
.BgClassName
{
background-color: #FF7CE0;
}
</style>
border-color css
<style>
span { border-color: #FF7CE0; }
span { border-color: rgb(255,124,224); }
td.TdClassName
{
border-color: #FF7CE0;
}
.TagClassName
{
border-color: #FF7CE0;
}
</style>