Shades of Magenta #FF1CEC
Tints of Magenta #FF1CEC
RGB
CMYK
RGB Variations
Color information
#FF1CEC (or 0xFF1CEC) is known color: Magenta. HEX triplet: FF, 1C and EC. RGB value is (255,28,236). Sum of RGB (Red+Green+Blue) = 255+28+236=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 28 (11.33% from 255 or 5.39% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1CEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1CEC is #00E313. Grayscale: #767676. Windows color (decimal): -58132 or 15473919. OLE color: 15473919.
HSL color Cylindrical-coordinate representation of color #FF1CEC: hue angle of 305.02º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1CEC is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 236 | - |
| CMYK | 0 | 0.89 | 0.07 | 0 |
| HSL | 305.02º | 1% | 0.55% | - |
| HSV(B) | 305.02º | 0.89% | 1% | - |
| XYZ | 56.8 | 28.15 | 81.8 | - |
| YUV | 119.59 | 193.71 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 236 | 0 | 0.89 | 0.07 | 0 | 305.02 | 1 | 0.55 |
| Hex | FF | 1C | EC | 0 | 59 | 7 | 0 | 131 | 64 | 37 |
| Octal | 377 | 34 | 354 | 0 | 131 | 7 | 0 | 461 | 144 | 67 |
| Binary | 11111111 | 11100 | 11101100 | 0 | 1011001 | 111 | 0 | 100110001 | 1100100 | 110111 |
Color Harmonies of #FF1CEC
Complementary color
Monochromatic Colors of #FF1CEC
Black with #FF1CEC
Text Example
Text Example
White with #FF1CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1CEC; }
p { color: rgb(255,28,236); }
H1.HeaderClassName
{
color: #FF1CEC;
}
.AnyTagClassName
{
color: #FF1CEC;
}
</style>
background-color css
<style>
a { background-color: #FF1CEC; }
a { background-color: rgb(255,28,236); }
div.DivClassName
{
background-color: #FF1CEC;
}
.BgClassName
{
background-color: #FF1CEC;
}
</style>
border-color css
<style>
span { border-color: #FF1CEC; }
span { border-color: rgb(255,28,236); }
td.TdClassName
{
border-color: #FF1CEC;
}
.TagClassName
{
border-color: #FF1CEC;
}
</style>