Shades of Violet Red #FF3777
Tints of Violet Red #FF3777
RGB
CMYK
RGB Variations
Color information
#FF3777 (or 0xFF3777) is known color: Violet Red. HEX triplet: FF, 37 and 77. RGB value is (255,55,119). Sum of RGB (Red+Green+Blue) = 255+55+119=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3777 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3777 is #00C888. Grayscale: #7A7A7A. Windows color (decimal): -51337 or 7813119. OLE color: 7813119.
HSL color Cylindrical-coordinate representation of color #FF3777: hue angle of 340.8º 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 #FF3777 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 119 | - |
| CMYK | 0 | 0.78 | 0.53 | 0 |
| HSL | 340.8º | 1% | 0.61% | - |
| HSV(B) | 340.8º | 0.78% | 1% | - |
| XYZ | 45.94 | 25.32 | 19.92 | - |
| YUV | 122.1 | 126.26 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 119 | 0 | 0.78 | 0.53 | 0 | 340.8 | 1 | 0.61 |
| Hex | FF | 37 | 77 | 0 | 4E | 35 | 0 | 155 | 64 | 3D |
| Octal | 377 | 67 | 167 | 0 | 116 | 65 | 0 | 525 | 144 | 75 |
| Binary | 11111111 | 110111 | 1110111 | 0 | 1001110 | 110101 | 0 | 101010101 | 1100100 | 111101 |
Color Harmonies of #FF3777
Complementary color
Monochromatic Colors of #FF3777
Black with #FF3777
Text Example
Text Example
White with #FF3777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3777; }
p { color: rgb(255,55,119); }
H1.HeaderClassName
{
color: #FF3777;
}
.AnyTagClassName
{
color: #FF3777;
}
</style>
background-color css
<style>
a { background-color: #FF3777; }
a { background-color: rgb(255,55,119); }
div.DivClassName
{
background-color: #FF3777;
}
.BgClassName
{
background-color: #FF3777;
}
</style>
border-color css
<style>
span { border-color: #FF3777; }
span { border-color: rgb(255,55,119); }
td.TdClassName
{
border-color: #FF3777;
}
.TagClassName
{
border-color: #FF3777;
}
</style>