Shades of Magenta #FF0CE8
Tints of Magenta #FF0CE8
RGB
CMYK
RGB Variations
Color information
#FF0CE8 (or 0xFF0CE8) is known color: Magenta. HEX triplet: FF, 0C and E8. RGB value is (255,12,232). Sum of RGB (Red+Green+Blue) = 255+12+232=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 12 (5.08% from 255 or 2.40% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0CE8 is #00F317. Grayscale: #6D6D6D. Windows color (decimal): -62232 or 15207679. OLE color: 15207679.
HSL color Cylindrical-coordinate representation of color #FF0CE8: hue angle of 305.68º 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 #FF0CE8 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 232 | - |
| CMYK | 0 | 0.95 | 0.09 | 0 |
| HSL | 305.68º | 1% | 0.52% | - |
| HSV(B) | 305.68º | 0.95% | 1% | - |
| XYZ | 55.94 | 27.35 | 78.67 | - |
| YUV | 109.74 | 197.01 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 232 | 0 | 0.95 | 0.09 | 0 | 305.68 | 1 | 0.52 |
| Hex | FF | C | E8 | 0 | 5F | 9 | 0 | 132 | 64 | 34 |
| Octal | 377 | 14 | 350 | 0 | 137 | 11 | 0 | 462 | 144 | 64 |
| Binary | 11111111 | 1100 | 11101000 | 0 | 1011111 | 1001 | 0 | 100110010 | 1100100 | 110100 |
Color Harmonies of #FF0CE8
Complementary color
Monochromatic Colors of #FF0CE8
Black with #FF0CE8
Text Example
Text Example
White with #FF0CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CE8; }
p { color: rgb(255,12,232); }
H1.HeaderClassName
{
color: #FF0CE8;
}
.AnyTagClassName
{
color: #FF0CE8;
}
</style>
background-color css
<style>
a { background-color: #FF0CE8; }
a { background-color: rgb(255,12,232); }
div.DivClassName
{
background-color: #FF0CE8;
}
.BgClassName
{
background-color: #FF0CE8;
}
</style>
border-color css
<style>
span { border-color: #FF0CE8; }
span { border-color: rgb(255,12,232); }
td.TdClassName
{
border-color: #FF0CE8;
}
.TagClassName
{
border-color: #FF0CE8;
}
</style>