Shades of Violet Red #FC3C78
Tints of Violet Red #FC3C78
RGB
CMYK
RGB Variations
Color information
#FC3C78 (or 0xFC3C78) is known color: Violet Red. HEX triplet: FC, 3C and 78. RGB value is (252,60,120). Sum of RGB (Red+Green+Blue) = 252+60+120=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3C78 is #03C387. Grayscale: #7C7C7C. Windows color (decimal): -246664 or 7879932. OLE color: 7879932.
HSL color Cylindrical-coordinate representation of color #FC3C78: hue angle of 341.25º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC3C78 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 120 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.01 |
| HSL | 341.25º | 0.97% | 0.61% | - |
| HSV(B) | 341.25º | 0.76% | 0.99% | - |
| XYZ | 45.15 | 25.28 | 20.27 | - |
| YUV | 124.25 | 125.61 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 120 | 0 | 0.76 | 0.52 | 0.01 | 341.25 | 0.97 | 0.61 |
| Hex | FC | 3C | 78 | 0 | 4C | 34 | 1 | 155 | 61 | 3D |
| Octal | 374 | 74 | 170 | 0 | 114 | 64 | 1 | 525 | 141 | 75 |
| Binary | 11111100 | 111100 | 1111000 | 0 | 1001100 | 110100 | 1 | 101010101 | 1100001 | 111101 |
Color Harmonies of #FC3C78
Complementary color
Monochromatic Colors of #FC3C78
Black with #FC3C78
Text Example
Text Example
White with #FC3C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C78; }
p { color: rgb(252,60,120); }
H1.HeaderClassName
{
color: #FC3C78;
}
.AnyTagClassName
{
color: #FC3C78;
}
</style>
background-color css
<style>
a { background-color: #FC3C78; }
a { background-color: rgb(252,60,120); }
div.DivClassName
{
background-color: #FC3C78;
}
.BgClassName
{
background-color: #FC3C78;
}
</style>
border-color css
<style>
span { border-color: #FC3C78; }
span { border-color: rgb(252,60,120); }
td.TdClassName
{
border-color: #FC3C78;
}
.TagClassName
{
border-color: #FC3C78;
}
</style>