Shades of Pale Magenta #FC7CE7
Tints of Pale Magenta #FC7CE7
RGB
CMYK
RGB Variations
Color information
#FC7CE7 (or 0xFC7CE7) is known color: Pale Magenta. HEX triplet: FC, 7C and E7. RGB value is (252,124,231). Sum of RGB (Red+Green+Blue) = 252+124+231=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 124 (48.83% from 255 or 20.43% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7CE7 is #038318. Grayscale: #AEAEAE. Windows color (decimal): -230169 or 15170812. OLE color: 15170812.
HSL color Cylindrical-coordinate representation of color #FC7CE7: hue angle of 309.84º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7CE7 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 231 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.01 |
| HSL | 309.84º | 0.96% | 0.74% | - |
| HSV(B) | 309.84º | 0.51% | 0.99% | - |
| XYZ | 61.78 | 40.88 | 80.24 | - |
| YUV | 174.47 | 159.91 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 231 | 0 | 0.51 | 0.08 | 0.01 | 309.84 | 0.96 | 0.74 |
| Hex | FC | 7C | E7 | 0 | 33 | 8 | 1 | 136 | 60 | 4A |
| Octal | 374 | 174 | 347 | 0 | 63 | 10 | 1 | 466 | 140 | 112 |
| Binary | 11111100 | 1111100 | 11100111 | 0 | 110011 | 1000 | 1 | 100110110 | 1100000 | 1001010 |
Color Harmonies of #FC7CE7
Complementary color
Monochromatic Colors of #FC7CE7
Black with #FC7CE7
Text Example
Text Example
White with #FC7CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7CE7; }
p { color: rgb(252,124,231); }
H1.HeaderClassName
{
color: #FC7CE7;
}
.AnyTagClassName
{
color: #FC7CE7;
}
</style>
background-color css
<style>
a { background-color: #FC7CE7; }
a { background-color: rgb(252,124,231); }
div.DivClassName
{
background-color: #FC7CE7;
}
.BgClassName
{
background-color: #FC7CE7;
}
</style>
border-color css
<style>
span { border-color: #FC7CE7; }
span { border-color: rgb(252,124,231); }
td.TdClassName
{
border-color: #FC7CE7;
}
.TagClassName
{
border-color: #FC7CE7;
}
</style>