Shades of Violet Red #FC3781
Tints of Violet Red #FC3781
RGB
CMYK
RGB Variations
Color information
#FC3781 (or 0xFC3781) is known color: Violet Red. HEX triplet: FC, 37 and 81. RGB value is (252,55,129). Sum of RGB (Red+Green+Blue) = 252+55+129=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3781 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3781 is #03C87E. Grayscale: #7A7A7A. Windows color (decimal): -247935 or 8468476. OLE color: 8468476.
HSL color Cylindrical-coordinate representation of color #FC3781: hue angle of 337.46º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC3781 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 129 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.01 |
| HSL | 337.46º | 0.97% | 0.6% | - |
| HSV(B) | 337.46º | 0.78% | 0.99% | - |
| XYZ | 45.47 | 25.01 | 23.2 | - |
| YUV | 122.34 | 131.77 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 129 | 0 | 0.78 | 0.49 | 0.01 | 337.46 | 0.97 | 0.6 |
| Hex | FC | 37 | 81 | 0 | 4E | 31 | 1 | 151 | 61 | 3C |
| Octal | 374 | 67 | 201 | 0 | 116 | 61 | 1 | 521 | 141 | 74 |
| Binary | 11111100 | 110111 | 10000001 | 0 | 1001110 | 110001 | 1 | 101010001 | 1100001 | 111100 |
Color Harmonies of #FC3781
Complementary color
Monochromatic Colors of #FC3781
Black with #FC3781
Text Example
Text Example
White with #FC3781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3781; }
p { color: rgb(252,55,129); }
H1.HeaderClassName
{
color: #FC3781;
}
.AnyTagClassName
{
color: #FC3781;
}
</style>
background-color css
<style>
a { background-color: #FC3781; }
a { background-color: rgb(252,55,129); }
div.DivClassName
{
background-color: #FC3781;
}
.BgClassName
{
background-color: #FC3781;
}
</style>
border-color css
<style>
span { border-color: #FC3781; }
span { border-color: rgb(252,55,129); }
td.TdClassName
{
border-color: #FC3781;
}
.TagClassName
{
border-color: #FC3781;
}
</style>