Shades of Hot Magenta #FF0CDC
Tints of Hot Magenta #FF0CDC
RGB
CMYK
RGB Variations
Color information
#FF0CDC (or 0xFF0CDC) is known color: Hot Magenta. HEX triplet: FF, 0C and DC. RGB value is (255,12,220). Sum of RGB (Red+Green+Blue) = 255+12+220=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 12 (5.08% from 255 or 2.46% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0CDC is #00F323. Grayscale: #6B6B6B. Windows color (decimal): -62244 or 14421247. OLE color: 14421247.
HSL color Cylindrical-coordinate representation of color #FF0CDC: hue angle of 308.64º 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 #FF0CDC is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 220 | - |
| CMYK | 0 | 0.95 | 0.14 | 0 |
| HSL | 308.64º | 1% | 0.52% | - |
| HSV(B) | 308.64º | 0.95% | 1% | - |
| XYZ | 54.29 | 26.69 | 70 | - |
| YUV | 108.37 | 191.01 | 232.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 220 | 0 | 0.95 | 0.14 | 0 | 308.64 | 1 | 0.52 |
| Hex | FF | C | DC | 0 | 5F | E | 0 | 135 | 64 | 34 |
| Octal | 377 | 14 | 334 | 0 | 137 | 16 | 0 | 465 | 144 | 64 |
| Binary | 11111111 | 1100 | 11011100 | 0 | 1011111 | 1110 | 0 | 100110101 | 1100100 | 110100 |
Color Harmonies of #FF0CDC
Complementary color
Monochromatic Colors of #FF0CDC
Black with #FF0CDC
Text Example
Text Example
White with #FF0CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CDC; }
p { color: rgb(255,12,220); }
H1.HeaderClassName
{
color: #FF0CDC;
}
.AnyTagClassName
{
color: #FF0CDC;
}
</style>
background-color css
<style>
a { background-color: #FF0CDC; }
a { background-color: rgb(255,12,220); }
div.DivClassName
{
background-color: #FF0CDC;
}
.BgClassName
{
background-color: #FF0CDC;
}
</style>
border-color css
<style>
span { border-color: #FF0CDC; }
span { border-color: rgb(255,12,220); }
td.TdClassName
{
border-color: #FF0CDC;
}
.TagClassName
{
border-color: #FF0CDC;
}
</style>