Shades of Violet Red #FF3878
Tints of Violet Red #FF3878
RGB
CMYK
RGB Variations
Color information
#FF3878 (or 0xFF3878) is known color: Violet Red. HEX triplet: FF, 38 and 78. RGB value is (255,56,120). Sum of RGB (Red+Green+Blue) = 255+56+120=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3878 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3878 is #00C787. Grayscale: #7A7A7A. Windows color (decimal): -51080 or 7878911. OLE color: 7878911.
HSL color Cylindrical-coordinate representation of color #FF3878: hue angle of 340.7º 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 #FF3878 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 120 | - |
| CMYK | 0 | 0.78 | 0.53 | 0 |
| HSL | 340.7º | 1% | 0.61% | - |
| HSV(B) | 340.7º | 0.78% | 1% | - |
| XYZ | 46.04 | 25.44 | 20.25 | - |
| YUV | 122.8 | 126.43 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 120 | 0 | 0.78 | 0.53 | 0 | 340.7 | 1 | 0.61 |
| Hex | FF | 38 | 78 | 0 | 4E | 35 | 0 | 155 | 64 | 3D |
| Octal | 377 | 70 | 170 | 0 | 116 | 65 | 0 | 525 | 144 | 75 |
| Binary | 11111111 | 111000 | 1111000 | 0 | 1001110 | 110101 | 0 | 101010101 | 1100100 | 111101 |
Color Harmonies of #FF3878
Complementary color
Monochromatic Colors of #FF3878
Black with #FF3878
Text Example
Text Example
White with #FF3878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3878; }
p { color: rgb(255,56,120); }
H1.HeaderClassName
{
color: #FF3878;
}
.AnyTagClassName
{
color: #FF3878;
}
</style>
background-color css
<style>
a { background-color: #FF3878; }
a { background-color: rgb(255,56,120); }
div.DivClassName
{
background-color: #FF3878;
}
.BgClassName
{
background-color: #FF3878;
}
</style>
border-color css
<style>
span { border-color: #FF3878; }
span { border-color: rgb(255,56,120); }
td.TdClassName
{
border-color: #FF3878;
}
.TagClassName
{
border-color: #FF3878;
}
</style>