Shades of Hot Magenta #FF00C1
Tints of Hot Magenta #FF00C1
RGB
CMYK
RGB Variations
Color information
#FF00C1 (or 0xFF00C1) is known color: Hot Magenta. HEX triplet: FF, 00 and C1. RGB value is (255,0,193). Sum of RGB (Red+Green+Blue) = 255+0+193=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF00C1 is #00FF3E. Grayscale: #616161. Windows color (decimal): -65343 or 12648703. OLE color: 12648703.
HSL color Cylindrical-coordinate representation of color #FF00C1: hue angle of 314.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF00C1 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 193 | - |
| CMYK | 0 | 1 | 0.24 | 0 |
| HSL | 314.59º | 1% | 0.5% | - |
| HSV(B) | 314.59º | 1% | 1% | - |
| XYZ | 50.87 | 25.11 | 52.62 | - |
| YUV | 98.25 | 181.48 | 239.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 193 | 0 | 1 | 0.24 | 0 | 314.59 | 1 | 0.5 |
| Hex | FF | 0 | C1 | 0 | 64 | 18 | 0 | 13B | 64 | 32 |
| Octal | 377 | 0 | 301 | 0 | 144 | 30 | 0 | 473 | 144 | 62 |
| Binary | 11111111 | 0 | 11000001 | 0 | 1100100 | 11000 | 0 | 100111011 | 1100100 | 110010 |
Color Harmonies of #FF00C1
Complementary color
Monochromatic Colors of #FF00C1
Black with #FF00C1
Text Example
Text Example
White with #FF00C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00C1; }
p { color: rgb(255,0,193); }
H1.HeaderClassName
{
color: #FF00C1;
}
.AnyTagClassName
{
color: #FF00C1;
}
</style>
background-color css
<style>
a { background-color: #FF00C1; }
a { background-color: rgb(255,0,193); }
div.DivClassName
{
background-color: #FF00C1;
}
.BgClassName
{
background-color: #FF00C1;
}
</style>
border-color css
<style>
span { border-color: #FF00C1; }
span { border-color: rgb(255,0,193); }
td.TdClassName
{
border-color: #FF00C1;
}
.TagClassName
{
border-color: #FF00C1;
}
</style>