Shades of Violet Red #FF418C
Tints of Violet Red #FF418C
RGB
CMYK
RGB Variations
Color information
#FF418C (or 0xFF418C) is known color: Violet Red. HEX triplet: FF, 41 and 8C. RGB value is (255,65,140). Sum of RGB (Red+Green+Blue) = 255+65+140=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FF418C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF418C is #00BE73. Grayscale: #828282. Windows color (decimal): -48756 or 9191935. OLE color: 9191935.
HSL color Cylindrical-coordinate representation of color #FF418C: hue angle of 336.32º 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 #FF418C is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 140 | - |
| CMYK | 0 | 0.75 | 0.45 | 0 |
| HSL | 336.32º | 1% | 0.63% | - |
| HSV(B) | 336.32º | 0.75% | 1% | - |
| XYZ | 47.86 | 26.93 | 27.49 | - |
| YUV | 130.36 | 133.45 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 140 | 0 | 0.75 | 0.45 | 0 | 336.32 | 1 | 0.63 |
| Hex | FF | 41 | 8C | 0 | 4B | 2D | 0 | 150 | 64 | 3F |
| Octal | 377 | 101 | 214 | 0 | 113 | 55 | 0 | 520 | 144 | 77 |
| Binary | 11111111 | 1000001 | 10001100 | 0 | 1001011 | 101101 | 0 | 101010000 | 1100100 | 111111 |
Color Harmonies of #FF418C
Complementary color
Monochromatic Colors of #FF418C
Black with #FF418C
Text Example
Text Example
White with #FF418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF418C; }
p { color: rgb(255,65,140); }
H1.HeaderClassName
{
color: #FF418C;
}
.AnyTagClassName
{
color: #FF418C;
}
</style>
background-color css
<style>
a { background-color: #FF418C; }
a { background-color: rgb(255,65,140); }
div.DivClassName
{
background-color: #FF418C;
}
.BgClassName
{
background-color: #FF418C;
}
</style>
border-color css
<style>
span { border-color: #FF418C; }
span { border-color: rgb(255,65,140); }
td.TdClassName
{
border-color: #FF418C;
}
.TagClassName
{
border-color: #FF418C;
}
</style>