Shades of Violet Red #FF417C
Tints of Violet Red #FF417C
RGB
CMYK
RGB Variations
Color information
#FF417C (or 0xFF417C) is known color: Violet Red. HEX triplet: FF, 41 and 7C. RGB value is (255,65,124). Sum of RGB (Red+Green+Blue) = 255+65+124=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF417C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF417C is #00BE83. Grayscale: #808080. Windows color (decimal): -48772 or 8143359. OLE color: 8143359.
HSL color Cylindrical-coordinate representation of color #FF417C: hue angle of 341.37º 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 #FF417C is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 124 | - |
| CMYK | 0 | 0.75 | 0.51 | 0 |
| HSL | 341.37º | 1% | 0.63% | - |
| HSV(B) | 341.37º | 0.75% | 1% | - |
| XYZ | 46.77 | 26.5 | 21.72 | - |
| YUV | 128.54 | 125.45 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 124 | 0 | 0.75 | 0.51 | 0 | 341.37 | 1 | 0.63 |
| Hex | FF | 41 | 7C | 0 | 4B | 33 | 0 | 155 | 64 | 3F |
| Octal | 377 | 101 | 174 | 0 | 113 | 63 | 0 | 525 | 144 | 77 |
| Binary | 11111111 | 1000001 | 1111100 | 0 | 1001011 | 110011 | 0 | 101010101 | 1100100 | 111111 |
Color Harmonies of #FF417C
Complementary color
Monochromatic Colors of #FF417C
Black with #FF417C
Text Example
Text Example
White with #FF417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF417C; }
p { color: rgb(255,65,124); }
H1.HeaderClassName
{
color: #FF417C;
}
.AnyTagClassName
{
color: #FF417C;
}
</style>
background-color css
<style>
a { background-color: #FF417C; }
a { background-color: rgb(255,65,124); }
div.DivClassName
{
background-color: #FF417C;
}
.BgClassName
{
background-color: #FF417C;
}
</style>
border-color css
<style>
span { border-color: #FF417C; }
span { border-color: rgb(255,65,124); }
td.TdClassName
{
border-color: #FF417C;
}
.TagClassName
{
border-color: #FF417C;
}
</style>