Shades of Hot Magenta #FF0CD3
Tints of Hot Magenta #FF0CD3
RGB
CMYK
RGB Variations
Color information
#FF0CD3 (or 0xFF0CD3) is known color: Hot Magenta. HEX triplet: FF, 0C and D3. RGB value is (255,12,211). Sum of RGB (Red+Green+Blue) = 255+12+211=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 12 (5.08% from 255 or 2.51% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0CD3 is #00F32C. Grayscale: #6A6A6A. Windows color (decimal): -62253 or 13831423. OLE color: 13831423.
HSL color Cylindrical-coordinate representation of color #FF0CD3: hue angle of 310.86º 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 #FF0CD3 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 211 | - |
| CMYK | 0 | 0.95 | 0.17 | 0 |
| HSL | 310.86º | 1% | 0.52% | - |
| HSV(B) | 310.86º | 0.95% | 1% | - |
| XYZ | 53.13 | 26.23 | 63.89 | - |
| YUV | 107.34 | 186.51 | 233.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 211 | 0 | 0.95 | 0.17 | 0 | 310.86 | 1 | 0.52 |
| Hex | FF | C | D3 | 0 | 5F | 11 | 0 | 137 | 64 | 34 |
| Octal | 377 | 14 | 323 | 0 | 137 | 21 | 0 | 467 | 144 | 64 |
| Binary | 11111111 | 1100 | 11010011 | 0 | 1011111 | 10001 | 0 | 100110111 | 1100100 | 110100 |
Color Harmonies of #FF0CD3
Complementary color
Monochromatic Colors of #FF0CD3
Black with #FF0CD3
Text Example
Text Example
White with #FF0CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CD3; }
p { color: rgb(255,12,211); }
H1.HeaderClassName
{
color: #FF0CD3;
}
.AnyTagClassName
{
color: #FF0CD3;
}
</style>
background-color css
<style>
a { background-color: #FF0CD3; }
a { background-color: rgb(255,12,211); }
div.DivClassName
{
background-color: #FF0CD3;
}
.BgClassName
{
background-color: #FF0CD3;
}
</style>
border-color css
<style>
span { border-color: #FF0CD3; }
span { border-color: rgb(255,12,211); }
td.TdClassName
{
border-color: #FF0CD3;
}
.TagClassName
{
border-color: #FF0CD3;
}
</style>