Shades of Hot Magenta #FF0CCF
Tints of Hot Magenta #FF0CCF
RGB
CMYK
RGB Variations
Color information
#FF0CCF (or 0xFF0CCF) is known color: Hot Magenta. HEX triplet: FF, 0C and CF. RGB value is (255,12,207). Sum of RGB (Red+Green+Blue) = 255+12+207=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 12 (5.08% from 255 or 2.53% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0CCF is #00F330. Grayscale: #6A6A6A. Windows color (decimal): -62257 or 13569279. OLE color: 13569279.
HSL color Cylindrical-coordinate representation of color #FF0CCF: hue angle of 311.85º 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 #FF0CCF is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 207 | - |
| CMYK | 0 | 0.95 | 0.19 | 0 |
| HSL | 311.85º | 1% | 0.52% | - |
| HSV(B) | 311.85º | 0.95% | 1% | - |
| XYZ | 52.63 | 26.03 | 61.28 | - |
| YUV | 106.89 | 184.51 | 233.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 207 | 0 | 0.95 | 0.19 | 0 | 311.85 | 1 | 0.52 |
| Hex | FF | C | CF | 0 | 5F | 13 | 0 | 138 | 64 | 34 |
| Octal | 377 | 14 | 317 | 0 | 137 | 23 | 0 | 470 | 144 | 64 |
| Binary | 11111111 | 1100 | 11001111 | 0 | 1011111 | 10011 | 0 | 100111000 | 1100100 | 110100 |
Color Harmonies of #FF0CCF
Complementary color
Monochromatic Colors of #FF0CCF
Black with #FF0CCF
Text Example
Text Example
White with #FF0CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CCF; }
p { color: rgb(255,12,207); }
H1.HeaderClassName
{
color: #FF0CCF;
}
.AnyTagClassName
{
color: #FF0CCF;
}
</style>
background-color css
<style>
a { background-color: #FF0CCF; }
a { background-color: rgb(255,12,207); }
div.DivClassName
{
background-color: #FF0CCF;
}
.BgClassName
{
background-color: #FF0CCF;
}
</style>
border-color css
<style>
span { border-color: #FF0CCF; }
span { border-color: rgb(255,12,207); }
td.TdClassName
{
border-color: #FF0CCF;
}
.TagClassName
{
border-color: #FF0CCF;
}
</style>