Shades of Violet Red #FF3978
Tints of Violet Red #FF3978
RGB
CMYK
RGB Variations
Color information
#FF3978 (or 0xFF3978) is known color: Violet Red. HEX triplet: FF, 39 and 78. RGB value is (255,57,120). Sum of RGB (Red+Green+Blue) = 255+57+120=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3978 is #00C687. Grayscale: #7B7B7B. Windows color (decimal): -50824 or 7879167. OLE color: 7879167.
HSL color Cylindrical-coordinate representation of color #FF3978: hue angle of 340.91º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3978 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 120 | - |
| CMYK | 0 | 0.78 | 0.53 | 0 |
| HSL | 340.91º | 1% | 0.61% | - |
| HSV(B) | 340.91º | 0.78% | 1% | - |
| XYZ | 46.09 | 25.54 | 20.27 | - |
| YUV | 123.38 | 126.1 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 120 | 0 | 0.78 | 0.53 | 0 | 340.91 | 1 | 0.61 |
| Hex | FF | 39 | 78 | 0 | 4E | 35 | 0 | 155 | 64 | 3D |
| Octal | 377 | 71 | 170 | 0 | 116 | 65 | 0 | 525 | 144 | 75 |
| Binary | 11111111 | 111001 | 1111000 | 0 | 1001110 | 110101 | 0 | 101010101 | 1100100 | 111101 |
Color Harmonies of #FF3978
Complementary color
Monochromatic Colors of #FF3978
Black with #FF3978
Text Example
Text Example
White with #FF3978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3978; }
p { color: rgb(255,57,120); }
H1.HeaderClassName
{
color: #FF3978;
}
.AnyTagClassName
{
color: #FF3978;
}
</style>
background-color css
<style>
a { background-color: #FF3978; }
a { background-color: rgb(255,57,120); }
div.DivClassName
{
background-color: #FF3978;
}
.BgClassName
{
background-color: #FF3978;
}
</style>
border-color css
<style>
span { border-color: #FF3978; }
span { border-color: rgb(255,57,120); }
td.TdClassName
{
border-color: #FF3978;
}
.TagClassName
{
border-color: #FF3978;
}
</style>