Shades of Hot Magenta #FF03CC
Tints of Hot Magenta #FF03CC
RGB
CMYK
RGB Variations
Color information
#FF03CC (or 0xFF03CC) is known color: Hot Magenta. HEX triplet: FF, 03 and CC. RGB value is (255,3,204). Sum of RGB (Red+Green+Blue) = 255+3+204=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 3 (1.56% from 255 or 0.65% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF03CC is #00FC33. Grayscale: #646464. Windows color (decimal): -64564 or 13370367. OLE color: 13370367.
HSL color Cylindrical-coordinate representation of color #FF03CC: hue angle of 312.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF03CC is Cyan = 0, Magento = 0.99, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 204 | - |
| CMYK | 0 | 0.99 | 0.2 | 0 |
| HSL | 312.14º | 1% | 0.51% | - |
| HSV(B) | 312.14º | 0.99% | 1% | - |
| XYZ | 52.17 | 25.68 | 59.33 | - |
| YUV | 101.26 | 185.99 | 237.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 204 | 0 | 0.99 | 0.2 | 0 | 312.14 | 1 | 0.51 |
| Hex | FF | 3 | CC | 0 | 63 | 14 | 0 | 138 | 64 | 33 |
| Octal | 377 | 3 | 314 | 0 | 143 | 24 | 0 | 470 | 144 | 63 |
| Binary | 11111111 | 11 | 11001100 | 0 | 1100011 | 10100 | 0 | 100111000 | 1100100 | 110011 |
Color Harmonies of #FF03CC
Complementary color
Monochromatic Colors of #FF03CC
Black with #FF03CC
Text Example
Text Example
White with #FF03CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03CC; }
p { color: rgb(255,3,204); }
H1.HeaderClassName
{
color: #FF03CC;
}
.AnyTagClassName
{
color: #FF03CC;
}
</style>
background-color css
<style>
a { background-color: #FF03CC; }
a { background-color: rgb(255,3,204); }
div.DivClassName
{
background-color: #FF03CC;
}
.BgClassName
{
background-color: #FF03CC;
}
</style>
border-color css
<style>
span { border-color: #FF03CC; }
span { border-color: rgb(255,3,204); }
td.TdClassName
{
border-color: #FF03CC;
}
.TagClassName
{
border-color: #FF03CC;
}
</style>