Shades of Violet Red #FF4183
Tints of Violet Red #FF4183
RGB
CMYK
RGB Variations
Color information
#FF4183 (or 0xFF4183) is known color: Violet Red. HEX triplet: FF, 41 and 83. RGB value is (255,65,131). Sum of RGB (Red+Green+Blue) = 255+65+131=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4183 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4183 is #00BE7C. Grayscale: #818181. Windows color (decimal): -48765 or 8602111. OLE color: 8602111.
HSL color Cylindrical-coordinate representation of color #FF4183: hue angle of 339.16º 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 #FF4183 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 131 | - |
| CMYK | 0 | 0.75 | 0.49 | 0 |
| HSL | 339.16º | 1% | 0.63% | - |
| HSV(B) | 339.16º | 0.75% | 1% | - |
| XYZ | 47.23 | 26.68 | 24.13 | - |
| YUV | 129.33 | 128.95 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 131 | 0 | 0.75 | 0.49 | 0 | 339.16 | 1 | 0.63 |
| Hex | FF | 41 | 83 | 0 | 4B | 31 | 0 | 153 | 64 | 3F |
| Octal | 377 | 101 | 203 | 0 | 113 | 61 | 0 | 523 | 144 | 77 |
| Binary | 11111111 | 1000001 | 10000011 | 0 | 1001011 | 110001 | 0 | 101010011 | 1100100 | 111111 |
Color Harmonies of #FF4183
Complementary color
Monochromatic Colors of #FF4183
Black with #FF4183
Text Example
Text Example
White with #FF4183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4183; }
p { color: rgb(255,65,131); }
H1.HeaderClassName
{
color: #FF4183;
}
.AnyTagClassName
{
color: #FF4183;
}
</style>
background-color css
<style>
a { background-color: #FF4183; }
a { background-color: rgb(255,65,131); }
div.DivClassName
{
background-color: #FF4183;
}
.BgClassName
{
background-color: #FF4183;
}
</style>
border-color css
<style>
span { border-color: #FF4183; }
span { border-color: rgb(255,65,131); }
td.TdClassName
{
border-color: #FF4183;
}
.TagClassName
{
border-color: #FF4183;
}
</style>