Shades of Violet Red #FF3877
Tints of Violet Red #FF3877
RGB
CMYK
RGB Variations
Color information
#FF3877 (or 0xFF3877) is known color: Violet Red. HEX triplet: FF, 38 and 77. RGB value is (255,56,119). Sum of RGB (Red+Green+Blue) = 255+56+119=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3877 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3877 is #00C788. Grayscale: #7A7A7A. Windows color (decimal): -51081 or 7813375. OLE color: 7813375.
HSL color Cylindrical-coordinate representation of color #FF3877: hue angle of 341.01º 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 #FF3877 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 119 | - |
| CMYK | 0 | 0.78 | 0.53 | 0 |
| HSL | 341.01º | 1% | 0.61% | - |
| HSV(B) | 341.01º | 0.78% | 1% | - |
| XYZ | 45.98 | 25.42 | 19.94 | - |
| YUV | 122.68 | 125.93 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 119 | 0 | 0.78 | 0.53 | 0 | 341.01 | 1 | 0.61 |
| Hex | FF | 38 | 77 | 0 | 4E | 35 | 0 | 155 | 64 | 3D |
| Octal | 377 | 70 | 167 | 0 | 116 | 65 | 0 | 525 | 144 | 75 |
| Binary | 11111111 | 111000 | 1110111 | 0 | 1001110 | 110101 | 0 | 101010101 | 1100100 | 111101 |
Color Harmonies of #FF3877
Complementary color
Monochromatic Colors of #FF3877
Black with #FF3877
Text Example
Text Example
White with #FF3877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3877; }
p { color: rgb(255,56,119); }
H1.HeaderClassName
{
color: #FF3877;
}
.AnyTagClassName
{
color: #FF3877;
}
</style>
background-color css
<style>
a { background-color: #FF3877; }
a { background-color: rgb(255,56,119); }
div.DivClassName
{
background-color: #FF3877;
}
.BgClassName
{
background-color: #FF3877;
}
</style>
border-color css
<style>
span { border-color: #FF3877; }
span { border-color: rgb(255,56,119); }
td.TdClassName
{
border-color: #FF3877;
}
.TagClassName
{
border-color: #FF3877;
}
</style>