Shades of Violet Red #FF4180
Tints of Violet Red #FF4180
RGB
CMYK
RGB Variations
Color information
#FF4180 (or 0xFF4180) is known color: Violet Red. HEX triplet: FF, 41 and 80. RGB value is (255,65,128). Sum of RGB (Red+Green+Blue) = 255+65+128=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4180 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4180 is #00BE7F. Grayscale: #808080. Windows color (decimal): -48768 or 8405503. OLE color: 8405503.
HSL color Cylindrical-coordinate representation of color #FF4180: hue angle of 340.11º 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 #FF4180 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 128 | - |
| CMYK | 0 | 0.75 | 0.50 | 0 |
| HSL | 340.11º | 1% | 0.63% | - |
| HSV(B) | 340.11º | 0.75% | 1% | - |
| XYZ | 47.03 | 26.6 | 23.08 | - |
| YUV | 128.99 | 127.45 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 128 | 0 | 0.75 | 0.50 | 0 | 340.11 | 1 | 0.63 |
| Hex | FF | 41 | 80 | 0 | 4B | 32 | 0 | 154 | 64 | 3F |
| Octal | 377 | 101 | 200 | 0 | 113 | 62 | 0 | 524 | 144 | 77 |
| Binary | 11111111 | 1000001 | 10000000 | 0 | 1001011 | 110010 | 0 | 101010100 | 1100100 | 111111 |
Color Harmonies of #FF4180
Complementary color
Monochromatic Colors of #FF4180
Black with #FF4180
Text Example
Text Example
White with #FF4180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4180; }
p { color: rgb(255,65,128); }
H1.HeaderClassName
{
color: #FF4180;
}
.AnyTagClassName
{
color: #FF4180;
}
</style>
background-color css
<style>
a { background-color: #FF4180; }
a { background-color: rgb(255,65,128); }
div.DivClassName
{
background-color: #FF4180;
}
.BgClassName
{
background-color: #FF4180;
}
</style>
border-color css
<style>
span { border-color: #FF4180; }
span { border-color: rgb(255,65,128); }
td.TdClassName
{
border-color: #FF4180;
}
.TagClassName
{
border-color: #FF4180;
}
</style>