Shades of Violet Red #FF3778
Tints of Violet Red #FF3778
RGB
CMYK
RGB Variations
Color information
#FF3778 (or 0xFF3778) is known color: Violet Red. HEX triplet: FF, 37 and 78. RGB value is (255,55,120). Sum of RGB (Red+Green+Blue) = 255+55+120=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 55 (21.88% from 255 or 12.79% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3778 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3778 is #00C887. Grayscale: #7A7A7A. Windows color (decimal): -51336 or 7878655. OLE color: 7878655.
HSL color Cylindrical-coordinate representation of color #FF3778: hue angle of 340.5º 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 #FF3778 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 120 | - |
| CMYK | 0 | 0.78 | 0.53 | 0 |
| HSL | 340.5º | 1% | 0.61% | - |
| HSV(B) | 340.5º | 0.78% | 1% | - |
| XYZ | 46 | 25.35 | 20.24 | - |
| YUV | 122.21 | 126.76 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 120 | 0 | 0.78 | 0.53 | 0 | 340.5 | 1 | 0.61 |
| Hex | FF | 37 | 78 | 0 | 4E | 35 | 0 | 154 | 64 | 3D |
| Octal | 377 | 67 | 170 | 0 | 116 | 65 | 0 | 524 | 144 | 75 |
| Binary | 11111111 | 110111 | 1111000 | 0 | 1001110 | 110101 | 0 | 101010100 | 1100100 | 111101 |
Color Harmonies of #FF3778
Complementary color
Monochromatic Colors of #FF3778
Black with #FF3778
Text Example
Text Example
White with #FF3778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3778; }
p { color: rgb(255,55,120); }
H1.HeaderClassName
{
color: #FF3778;
}
.AnyTagClassName
{
color: #FF3778;
}
</style>
background-color css
<style>
a { background-color: #FF3778; }
a { background-color: rgb(255,55,120); }
div.DivClassName
{
background-color: #FF3778;
}
.BgClassName
{
background-color: #FF3778;
}
</style>
border-color css
<style>
span { border-color: #FF3778; }
span { border-color: rgb(255,55,120); }
td.TdClassName
{
border-color: #FF3778;
}
.TagClassName
{
border-color: #FF3778;
}
</style>