Shades of Violet Red #FF4880
Tints of Violet Red #FF4880
RGB
CMYK
RGB Variations
Color information
#FF4880 (or 0xFF4880) is known color: Violet Red. HEX triplet: FF, 48 and 80. RGB value is (255,72,128). Sum of RGB (Red+Green+Blue) = 255+72+128=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4880 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4880 is #00B77F. Grayscale: #858585. Windows color (decimal): -46976 or 8407295. OLE color: 8407295.
HSL color Cylindrical-coordinate representation of color #FF4880: hue angle of 341.64º 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 #FF4880 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 128 | - |
| CMYK | 0 | 0.72 | 0.50 | 0 |
| HSL | 341.64º | 1% | 0.64% | - |
| HSV(B) | 341.64º | 0.72% | 1% | - |
| XYZ | 47.45 | 27.45 | 23.22 | - |
| YUV | 133.1 | 125.13 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 128 | 0 | 0.72 | 0.50 | 0 | 341.64 | 1 | 0.64 |
| Hex | FF | 48 | 80 | 0 | 48 | 32 | 0 | 156 | 64 | 40 |
| Octal | 377 | 110 | 200 | 0 | 110 | 62 | 0 | 526 | 144 | 100 |
| Binary | 11111111 | 1001000 | 10000000 | 0 | 1001000 | 110010 | 0 | 101010110 | 1100100 | 1000000 |
Color Harmonies of #FF4880
Complementary color
Monochromatic Colors of #FF4880
Black with #FF4880
Text Example
Text Example
White with #FF4880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4880; }
p { color: rgb(255,72,128); }
H1.HeaderClassName
{
color: #FF4880;
}
.AnyTagClassName
{
color: #FF4880;
}
</style>
background-color css
<style>
a { background-color: #FF4880; }
a { background-color: rgb(255,72,128); }
div.DivClassName
{
background-color: #FF4880;
}
.BgClassName
{
background-color: #FF4880;
}
</style>
border-color css
<style>
span { border-color: #FF4880; }
span { border-color: rgb(255,72,128); }
td.TdClassName
{
border-color: #FF4880;
}
.TagClassName
{
border-color: #FF4880;
}
</style>