Shades of Violet Red #FF4478
Tints of Violet Red #FF4478
RGB
CMYK
RGB Variations
Color information
#FF4478 (or 0xFF4478) is known color: Violet Red. HEX triplet: FF, 44 and 78. RGB value is (255,68,120). Sum of RGB (Red+Green+Blue) = 255+68+120=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4478 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4478 is #00BB87. Grayscale: #818181. Windows color (decimal): -48008 or 7881983. OLE color: 7881983.
HSL color Cylindrical-coordinate representation of color #FF4478: hue angle of 343.32º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4478 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 120 | - |
| CMYK | 0 | 0.73 | 0.53 | 0 |
| HSL | 343.32º | 1% | 0.63% | - |
| HSV(B) | 343.32º | 0.73% | 1% | - |
| XYZ | 46.7 | 26.75 | 20.47 | - |
| YUV | 129.84 | 122.45 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 120 | 0 | 0.73 | 0.53 | 0 | 343.32 | 1 | 0.63 |
| Hex | FF | 44 | 78 | 0 | 49 | 35 | 0 | 157 | 64 | 3F |
| Octal | 377 | 104 | 170 | 0 | 111 | 65 | 0 | 527 | 144 | 77 |
| Binary | 11111111 | 1000100 | 1111000 | 0 | 1001001 | 110101 | 0 | 101010111 | 1100100 | 111111 |
Color Harmonies of #FF4478
Complementary color
Monochromatic Colors of #FF4478
Black with #FF4478
Text Example
Text Example
White with #FF4478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4478; }
p { color: rgb(255,68,120); }
H1.HeaderClassName
{
color: #FF4478;
}
.AnyTagClassName
{
color: #FF4478;
}
</style>
background-color css
<style>
a { background-color: #FF4478; }
a { background-color: rgb(255,68,120); }
div.DivClassName
{
background-color: #FF4478;
}
.BgClassName
{
background-color: #FF4478;
}
</style>
border-color css
<style>
span { border-color: #FF4478; }
span { border-color: rgb(255,68,120); }
td.TdClassName
{
border-color: #FF4478;
}
.TagClassName
{
border-color: #FF4478;
}
</style>