Shades of Violet Red #FF3779
Tints of Violet Red #FF3779
RGB
CMYK
RGB Variations
Color information
#FF3779 (or 0xFF3779) is known color: Violet Red. HEX triplet: FF, 37 and 79. RGB value is (255,55,121). Sum of RGB (Red+Green+Blue) = 255+55+121=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3779 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3779 is #00C886. Grayscale: #7A7A7A. Windows color (decimal): -51335 or 7944191. OLE color: 7944191.
HSL color Cylindrical-coordinate representation of color #FF3779: hue angle of 340.2º 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 #FF3779 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 121 | - |
| CMYK | 0 | 0.78 | 0.53 | 0 |
| HSL | 340.2º | 1% | 0.61% | - |
| HSV(B) | 340.2º | 0.78% | 1% | - |
| XYZ | 46.06 | 25.37 | 20.56 | - |
| YUV | 122.32 | 127.26 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 121 | 0 | 0.78 | 0.53 | 0 | 340.2 | 1 | 0.61 |
| Hex | FF | 37 | 79 | 0 | 4E | 35 | 0 | 154 | 64 | 3D |
| Octal | 377 | 67 | 171 | 0 | 116 | 65 | 0 | 524 | 144 | 75 |
| Binary | 11111111 | 110111 | 1111001 | 0 | 1001110 | 110101 | 0 | 101010100 | 1100100 | 111101 |
Color Harmonies of #FF3779
Complementary color
Monochromatic Colors of #FF3779
Black with #FF3779
Text Example
Text Example
White with #FF3779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3779; }
p { color: rgb(255,55,121); }
H1.HeaderClassName
{
color: #FF3779;
}
.AnyTagClassName
{
color: #FF3779;
}
</style>
background-color css
<style>
a { background-color: #FF3779; }
a { background-color: rgb(255,55,121); }
div.DivClassName
{
background-color: #FF3779;
}
.BgClassName
{
background-color: #FF3779;
}
</style>
border-color css
<style>
span { border-color: #FF3779; }
span { border-color: rgb(255,55,121); }
td.TdClassName
{
border-color: #FF3779;
}
.TagClassName
{
border-color: #FF3779;
}
</style>