Shades of Violet Red #FF417D
Tints of Violet Red #FF417D
RGB
CMYK
RGB Variations
Color information
#FF417D (or 0xFF417D) is known color: Violet Red. HEX triplet: FF, 41 and 7D. RGB value is (255,65,125). Sum of RGB (Red+Green+Blue) = 255+65+125=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF417D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF417D is #00BE82. Grayscale: #808080. Windows color (decimal): -48771 or 8208895. OLE color: 8208895.
HSL color Cylindrical-coordinate representation of color #FF417D: hue angle of 341.05º 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 #FF417D is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 125 | - |
| CMYK | 0 | 0.75 | 0.51 | 0 |
| HSL | 341.05º | 1% | 0.63% | - |
| HSV(B) | 341.05º | 0.75% | 1% | - |
| XYZ | 46.83 | 26.52 | 22.05 | - |
| YUV | 128.65 | 125.95 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 125 | 0 | 0.75 | 0.51 | 0 | 341.05 | 1 | 0.63 |
| Hex | FF | 41 | 7D | 0 | 4B | 33 | 0 | 155 | 64 | 3F |
| Octal | 377 | 101 | 175 | 0 | 113 | 63 | 0 | 525 | 144 | 77 |
| Binary | 11111111 | 1000001 | 1111101 | 0 | 1001011 | 110011 | 0 | 101010101 | 1100100 | 111111 |
Color Harmonies of #FF417D
Complementary color
Monochromatic Colors of #FF417D
Black with #FF417D
Text Example
Text Example
White with #FF417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF417D; }
p { color: rgb(255,65,125); }
H1.HeaderClassName
{
color: #FF417D;
}
.AnyTagClassName
{
color: #FF417D;
}
</style>
background-color css
<style>
a { background-color: #FF417D; }
a { background-color: rgb(255,65,125); }
div.DivClassName
{
background-color: #FF417D;
}
.BgClassName
{
background-color: #FF417D;
}
</style>
border-color css
<style>
span { border-color: #FF417D; }
span { border-color: rgb(255,65,125); }
td.TdClassName
{
border-color: #FF417D;
}
.TagClassName
{
border-color: #FF417D;
}
</style>