Shades of Violet Red #FF4080
Tints of Violet Red #FF4080
RGB
CMYK
RGB Variations
Color information
#FF4080 (or 0xFF4080) is known color: Violet Red. HEX triplet: FF, 40 and 80. RGB value is (255,64,128). Sum of RGB (Red+Green+Blue) = 255+64+128=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4080 is #00BF7F. Grayscale: #808080. Windows color (decimal): -49024 or 8405247. OLE color: 8405247.
HSL color Cylindrical-coordinate representation of color #FF4080: hue angle of 339.9º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4080 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 64 | 128 | - |
CMYK | 0 | 0.75 | 0.50 | 0 |
HSL | 339.9º | 1% | 0.63% | - |
HSV(B) | 339.9º | 0.75% | 1% | - |
XYZ | 46.97 | 26.49 | 23.06 | - |
YUV | 128.41 | 127.78 | 218.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 64 | 128 | 0 | 0.75 | 0.50 | 0 | 339.9 | 1 | 0.63 |
Hex | FF | 40 | 80 | 0 | 4B | 32 | 0 | 154 | 64 | 3F |
Octal | 377 | 100 | 200 | 0 | 113 | 62 | 0 | 524 | 144 | 77 |
Binary | 11111111 | 1000000 | 10000000 | 0 | 1001011 | 110010 | 0 | 101010100 | 1100100 | 111111 |
Color Harmonies of #FF4080
Complementary color
Monochromatic Colors of #FF4080
Black with #FF4080
Text Example
Text Example
White with #FF4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4080; }
p { color: rgb(255,64,128); }
H1.HeaderClassName
{
color: #FF4080;
}
.AnyTagClassName
{
color: #FF4080;
}
</style>
background-color css
<style>
a { background-color: #FF4080; }
a { background-color: rgb(255,64,128); }
div.DivClassName
{
background-color: #FF4080;
}
.BgClassName
{
background-color: #FF4080;
}
</style>
border-color css
<style>
span { border-color: #FF4080; }
span { border-color: rgb(255,64,128); }
td.TdClassName
{
border-color: #FF4080;
}
.TagClassName
{
border-color: #FF4080;
}
</style>