Shades of Magenta #FF0CEC
Tints of Magenta #FF0CEC
RGB
CMYK
RGB Variations
Color information
#FF0CEC (or 0xFF0CEC) is known color: Magenta. HEX triplet: FF, 0C and EC. RGB value is (255,12,236). Sum of RGB (Red+Green+Blue) = 255+12+236=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 12 (5.08% from 255 or 2.39% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0CEC is #00F313. Grayscale: #6D6D6D. Windows color (decimal): -62228 or 15469823. OLE color: 15469823.
HSL color Cylindrical-coordinate representation of color #FF0CEC: hue angle of 304.69º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0CEC is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 236 | - |
| CMYK | 0 | 0.95 | 0.07 | 0 |
| HSL | 304.69º | 1% | 0.52% | - |
| HSV(B) | 304.69º | 0.95% | 1% | - |
| XYZ | 56.51 | 27.58 | 81.7 | - |
| YUV | 110.19 | 199.01 | 231.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 236 | 0 | 0.95 | 0.07 | 0 | 304.69 | 1 | 0.52 |
| Hex | FF | C | EC | 0 | 5F | 7 | 0 | 131 | 64 | 34 |
| Octal | 377 | 14 | 354 | 0 | 137 | 7 | 0 | 461 | 144 | 64 |
| Binary | 11111111 | 1100 | 11101100 | 0 | 1011111 | 111 | 0 | 100110001 | 1100100 | 110100 |
Color Harmonies of #FF0CEC
Complementary color
Monochromatic Colors of #FF0CEC
Black with #FF0CEC
Text Example
Text Example
White with #FF0CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CEC; }
p { color: rgb(255,12,236); }
H1.HeaderClassName
{
color: #FF0CEC;
}
.AnyTagClassName
{
color: #FF0CEC;
}
</style>
background-color css
<style>
a { background-color: #FF0CEC; }
a { background-color: rgb(255,12,236); }
div.DivClassName
{
background-color: #FF0CEC;
}
.BgClassName
{
background-color: #FF0CEC;
}
</style>
border-color css
<style>
span { border-color: #FF0CEC; }
span { border-color: rgb(255,12,236); }
td.TdClassName
{
border-color: #FF0CEC;
}
.TagClassName
{
border-color: #FF0CEC;
}
</style>