Shades of Violet Red #FF478E
Tints of Violet Red #FF478E
RGB
CMYK
RGB Variations
Color information
#FF478E (or 0xFF478E) is known color: Violet Red. HEX triplet: FF, 47 and 8E. RGB value is (255,71,142). Sum of RGB (Red+Green+Blue) = 255+71+142=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF478E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF478E is #00B871. Grayscale: #868686. Windows color (decimal): -47218 or 9324543. OLE color: 9324543.
HSL color Cylindrical-coordinate representation of color #FF478E: hue angle of 336.85º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF478E is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 142 | - |
| CMYK | 0 | 0.72 | 0.44 | 0 |
| HSL | 336.85º | 1% | 0.64% | - |
| HSV(B) | 336.85º | 0.72% | 1% | - |
| XYZ | 48.38 | 27.72 | 28.39 | - |
| YUV | 134.11 | 132.46 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 142 | 0 | 0.72 | 0.44 | 0 | 336.85 | 1 | 0.64 |
| Hex | FF | 47 | 8E | 0 | 48 | 2C | 0 | 151 | 64 | 40 |
| Octal | 377 | 107 | 216 | 0 | 110 | 54 | 0 | 521 | 144 | 100 |
| Binary | 11111111 | 1000111 | 10001110 | 0 | 1001000 | 101100 | 0 | 101010001 | 1100100 | 1000000 |
Color Harmonies of #FF478E
Complementary color
Monochromatic Colors of #FF478E
Black with #FF478E
Text Example
Text Example
White with #FF478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF478E; }
p { color: rgb(255,71,142); }
H1.HeaderClassName
{
color: #FF478E;
}
.AnyTagClassName
{
color: #FF478E;
}
</style>
background-color css
<style>
a { background-color: #FF478E; }
a { background-color: rgb(255,71,142); }
div.DivClassName
{
background-color: #FF478E;
}
.BgClassName
{
background-color: #FF478E;
}
</style>
border-color css
<style>
span { border-color: #FF478E; }
span { border-color: rgb(255,71,142); }
td.TdClassName
{
border-color: #FF478E;
}
.TagClassName
{
border-color: #FF478E;
}
</style>