Shades of Violet Red #FF3780
Tints of Violet Red #FF3780
RGB
CMYK
RGB Variations
Color information
#FF3780 (or 0xFF3780) is known color: Violet Red. HEX triplet: FF, 37 and 80. RGB value is (255,55,128). Sum of RGB (Red+Green+Blue) = 255+55+128=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3780 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3780 is #00C87F. Grayscale: #7B7B7B. Windows color (decimal): -51328 or 8402943. OLE color: 8402943.
HSL color Cylindrical-coordinate representation of color #FF3780: hue angle of 338.1º 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 #FF3780 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 128 | - |
| CMYK | 0 | 0.78 | 0.50 | 0 |
| HSL | 338.1º | 1% | 0.61% | - |
| HSV(B) | 338.1º | 0.78% | 1% | - |
| XYZ | 46.5 | 25.55 | 22.9 | - |
| YUV | 123.12 | 130.76 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 128 | 0 | 0.78 | 0.50 | 0 | 338.1 | 1 | 0.61 |
| Hex | FF | 37 | 80 | 0 | 4E | 32 | 0 | 152 | 64 | 3D |
| Octal | 377 | 67 | 200 | 0 | 116 | 62 | 0 | 522 | 144 | 75 |
| Binary | 11111111 | 110111 | 10000000 | 0 | 1001110 | 110010 | 0 | 101010010 | 1100100 | 111101 |
Color Harmonies of #FF3780
Complementary color
Monochromatic Colors of #FF3780
Black with #FF3780
Text Example
Text Example
White with #FF3780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3780; }
p { color: rgb(255,55,128); }
H1.HeaderClassName
{
color: #FF3780;
}
.AnyTagClassName
{
color: #FF3780;
}
</style>
background-color css
<style>
a { background-color: #FF3780; }
a { background-color: rgb(255,55,128); }
div.DivClassName
{
background-color: #FF3780;
}
.BgClassName
{
background-color: #FF3780;
}
</style>
border-color css
<style>
span { border-color: #FF3780; }
span { border-color: rgb(255,55,128); }
td.TdClassName
{
border-color: #FF3780;
}
.TagClassName
{
border-color: #FF3780;
}
</style>