Shades of Hot Magenta #FF0CD0
Tints of Hot Magenta #FF0CD0
RGB
CMYK
RGB Variations
Color information
#FF0CD0 (or 0xFF0CD0) is known color: Hot Magenta. HEX triplet: FF, 0C and D0. RGB value is (255,12,208). Sum of RGB (Red+Green+Blue) = 255+12+208=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 12 (5.08% from 255 or 2.53% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0CD0 is #00F32F. Grayscale: #6A6A6A. Windows color (decimal): -62256 or 13634815. OLE color: 13634815.
HSL color Cylindrical-coordinate representation of color #FF0CD0: hue angle of 311.6º 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 #FF0CD0 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 208 | - |
| CMYK | 0 | 0.95 | 0.18 | 0 |
| HSL | 311.6º | 1% | 0.52% | - |
| HSV(B) | 311.6º | 0.95% | 1% | - |
| XYZ | 52.76 | 26.08 | 61.93 | - |
| YUV | 107 | 185.01 | 233.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 208 | 0 | 0.95 | 0.18 | 0 | 311.6 | 1 | 0.52 |
| Hex | FF | C | D0 | 0 | 5F | 12 | 0 | 138 | 64 | 34 |
| Octal | 377 | 14 | 320 | 0 | 137 | 22 | 0 | 470 | 144 | 64 |
| Binary | 11111111 | 1100 | 11010000 | 0 | 1011111 | 10010 | 0 | 100111000 | 1100100 | 110100 |
Color Harmonies of #FF0CD0
Complementary color
Monochromatic Colors of #FF0CD0
Black with #FF0CD0
Text Example
Text Example
White with #FF0CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CD0; }
p { color: rgb(255,12,208); }
H1.HeaderClassName
{
color: #FF0CD0;
}
.AnyTagClassName
{
color: #FF0CD0;
}
</style>
background-color css
<style>
a { background-color: #FF0CD0; }
a { background-color: rgb(255,12,208); }
div.DivClassName
{
background-color: #FF0CD0;
}
.BgClassName
{
background-color: #FF0CD0;
}
</style>
border-color css
<style>
span { border-color: #FF0CD0; }
span { border-color: rgb(255,12,208); }
td.TdClassName
{
border-color: #FF0CD0;
}
.TagClassName
{
border-color: #FF0CD0;
}
</style>