Shades of Hot Magenta #FF0CD4
Tints of Hot Magenta #FF0CD4
RGB
CMYK
RGB Variations
Color information
#FF0CD4 (or 0xFF0CD4) is known color: Hot Magenta. HEX triplet: FF, 0C and D4. RGB value is (255,12,212). Sum of RGB (Red+Green+Blue) = 255+12+212=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 12 (5.08% from 255 or 2.51% from 479); Blue value is 212 (83.20% from 255 or 44.26% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0CD4 is #00F32B. Grayscale: #6A6A6A. Windows color (decimal): -62252 or 13896959. OLE color: 13896959.
HSL color Cylindrical-coordinate representation of color #FF0CD4: hue angle of 310.62º 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 #FF0CD4 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 212 | - |
| CMYK | 0 | 0.95 | 0.17 | 0 |
| HSL | 310.62º | 1% | 0.52% | - |
| HSV(B) | 310.62º | 0.95% | 1% | - |
| XYZ | 53.26 | 26.28 | 64.55 | - |
| YUV | 107.46 | 187.01 | 233.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 212 | 0 | 0.95 | 0.17 | 0 | 310.62 | 1 | 0.52 |
| Hex | FF | C | D4 | 0 | 5F | 11 | 0 | 137 | 64 | 34 |
| Octal | 377 | 14 | 324 | 0 | 137 | 21 | 0 | 467 | 144 | 64 |
| Binary | 11111111 | 1100 | 11010100 | 0 | 1011111 | 10001 | 0 | 100110111 | 1100100 | 110100 |
Color Harmonies of #FF0CD4
Complementary color
Monochromatic Colors of #FF0CD4
Black with #FF0CD4
Text Example
Text Example
White with #FF0CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CD4; }
p { color: rgb(255,12,212); }
H1.HeaderClassName
{
color: #FF0CD4;
}
.AnyTagClassName
{
color: #FF0CD4;
}
</style>
background-color css
<style>
a { background-color: #FF0CD4; }
a { background-color: rgb(255,12,212); }
div.DivClassName
{
background-color: #FF0CD4;
}
.BgClassName
{
background-color: #FF0CD4;
}
</style>
border-color css
<style>
span { border-color: #FF0CD4; }
span { border-color: rgb(255,12,212); }
td.TdClassName
{
border-color: #FF0CD4;
}
.TagClassName
{
border-color: #FF0CD4;
}
</style>