Shades of Violet Red #FC2C7C
Tints of Violet Red #FC2C7C
RGB
CMYK
RGB Variations
Color information
#FC2C7C (or 0xFC2C7C) is known color: Violet Red. HEX triplet: FC, 2C and 7C. RGB value is (252,44,124). Sum of RGB (Red+Green+Blue) = 252+44+124=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2C7C is #03D383. Grayscale: #737373. Windows color (decimal): -250756 or 8137980. OLE color: 8137980.
HSL color Cylindrical-coordinate representation of color #FC2C7C: hue angle of 336.92º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2C7C is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 124 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.01 |
| HSL | 336.92º | 0.97% | 0.58% | - |
| HSV(B) | 336.92º | 0.83% | 0.99% | - |
| XYZ | 44.68 | 23.95 | 21.34 | - |
| YUV | 115.31 | 132.91 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 124 | 0 | 0.83 | 0.51 | 0.01 | 336.92 | 0.97 | 0.58 |
| Hex | FC | 2C | 7C | 0 | 53 | 33 | 1 | 151 | 61 | 3A |
| Octal | 374 | 54 | 174 | 0 | 123 | 63 | 1 | 521 | 141 | 72 |
| Binary | 11111100 | 101100 | 1111100 | 0 | 1010011 | 110011 | 1 | 101010001 | 1100001 | 111010 |
Color Harmonies of #FC2C7C
Complementary color
Monochromatic Colors of #FC2C7C
Black with #FC2C7C
Text Example
Text Example
White with #FC2C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2C7C; }
p { color: rgb(252,44,124); }
H1.HeaderClassName
{
color: #FC2C7C;
}
.AnyTagClassName
{
color: #FC2C7C;
}
</style>
background-color css
<style>
a { background-color: #FC2C7C; }
a { background-color: rgb(252,44,124); }
div.DivClassName
{
background-color: #FC2C7C;
}
.BgClassName
{
background-color: #FC2C7C;
}
</style>
border-color css
<style>
span { border-color: #FC2C7C; }
span { border-color: rgb(252,44,124); }
td.TdClassName
{
border-color: #FC2C7C;
}
.TagClassName
{
border-color: #FC2C7C;
}
</style>