Shades of Magenta #FF0CE9
Tints of Magenta #FF0CE9
RGB
CMYK
RGB Variations
Color information
#FF0CE9 (or 0xFF0CE9) is known color: Magenta. HEX triplet: FF, 0C and E9. RGB value is (255,12,233). Sum of RGB (Red+Green+Blue) = 255+12+233=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 12 (5.08% from 255 or 2.4% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CE9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0CE9 is #00F316. Grayscale: #6D6D6D. Windows color (decimal): -62231 or 15273215. OLE color: 15273215.
HSL color Cylindrical-coordinate representation of color #FF0CE9: hue angle of 305.43º 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 #FF0CE9 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 233 | - |
| CMYK | 0 | 0.95 | 0.09 | 0 |
| HSL | 305.43º | 1% | 0.52% | - |
| HSV(B) | 305.43º | 0.95% | 1% | - |
| XYZ | 56.08 | 27.41 | 79.43 | - |
| YUV | 109.85 | 197.51 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 233 | 0 | 0.95 | 0.09 | 0 | 305.43 | 1 | 0.52 |
| Hex | FF | C | E9 | 0 | 5F | 9 | 0 | 131 | 64 | 34 |
| Octal | 377 | 14 | 351 | 0 | 137 | 11 | 0 | 461 | 144 | 64 |
| Binary | 11111111 | 1100 | 11101001 | 0 | 1011111 | 1001 | 0 | 100110001 | 1100100 | 110100 |
Color Harmonies of #FF0CE9
Complementary color
Monochromatic Colors of #FF0CE9
Black with #FF0CE9
Text Example
Text Example
White with #FF0CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CE9; }
p { color: rgb(255,12,233); }
H1.HeaderClassName
{
color: #FF0CE9;
}
.AnyTagClassName
{
color: #FF0CE9;
}
</style>
background-color css
<style>
a { background-color: #FF0CE9; }
a { background-color: rgb(255,12,233); }
div.DivClassName
{
background-color: #FF0CE9;
}
.BgClassName
{
background-color: #FF0CE9;
}
</style>
border-color css
<style>
span { border-color: #FF0CE9; }
span { border-color: rgb(255,12,233); }
td.TdClassName
{
border-color: #FF0CE9;
}
.TagClassName
{
border-color: #FF0CE9;
}
</style>