Shades of Hot Magenta #FF0CCC
Tints of Hot Magenta #FF0CCC
RGB
CMYK
RGB Variations
Color information
#FF0CCC (or 0xFF0CCC) is known color: Hot Magenta. HEX triplet: FF, 0C and CC. RGB value is (255,12,204). Sum of RGB (Red+Green+Blue) = 255+12+204=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 12 (5.08% from 255 or 2.55% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0CCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0CCC is #00F333. Grayscale: #6A6A6A. Windows color (decimal): -62260 or 13372671. OLE color: 13372671.
HSL color Cylindrical-coordinate representation of color #FF0CCC: hue angle of 312.59º 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 #FF0CCC is Cyan = 0, Magento = 0.95, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 204 | - |
| CMYK | 0 | 0.95 | 0.2 | 0 |
| HSL | 312.59º | 1% | 0.52% | - |
| HSV(B) | 312.59º | 0.95% | 1% | - |
| XYZ | 52.27 | 25.88 | 59.37 | - |
| YUV | 106.55 | 183.01 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 204 | 0 | 0.95 | 0.2 | 0 | 312.59 | 1 | 0.52 |
| Hex | FF | C | CC | 0 | 5F | 14 | 0 | 139 | 64 | 34 |
| Octal | 377 | 14 | 314 | 0 | 137 | 24 | 0 | 471 | 144 | 64 |
| Binary | 11111111 | 1100 | 11001100 | 0 | 1011111 | 10100 | 0 | 100111001 | 1100100 | 110100 |
Color Harmonies of #FF0CCC
Complementary color
Monochromatic Colors of #FF0CCC
Black with #FF0CCC
Text Example
Text Example
White with #FF0CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0CCC; }
p { color: rgb(255,12,204); }
H1.HeaderClassName
{
color: #FF0CCC;
}
.AnyTagClassName
{
color: #FF0CCC;
}
</style>
background-color css
<style>
a { background-color: #FF0CCC; }
a { background-color: rgb(255,12,204); }
div.DivClassName
{
background-color: #FF0CCC;
}
.BgClassName
{
background-color: #FF0CCC;
}
</style>
border-color css
<style>
span { border-color: #FF0CCC; }
span { border-color: rgb(255,12,204); }
td.TdClassName
{
border-color: #FF0CCC;
}
.TagClassName
{
border-color: #FF0CCC;
}
</style>