Shades of Violet Red #FF3C79
Tints of Violet Red #FF3C79
RGB
CMYK
RGB Variations
Color information
#FF3C79 (or 0xFF3C79) is known color: Violet Red. HEX triplet: FF, 3C and 79. RGB value is (255,60,121). Sum of RGB (Red+Green+Blue) = 255+60+121=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3C79 is #00C386. Grayscale: #7D7D7D. Windows color (decimal): -50055 or 7945471. OLE color: 7945471.
HSL color Cylindrical-coordinate representation of color #FF3C79: hue angle of 341.23º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3C79 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 121 | - |
| CMYK | 0 | 0.76 | 0.53 | 0 |
| HSL | 341.23º | 1% | 0.62% | - |
| HSV(B) | 341.23º | 0.76% | 1% | - |
| XYZ | 46.31 | 25.87 | 20.64 | - |
| YUV | 125.26 | 125.6 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 121 | 0 | 0.76 | 0.53 | 0 | 341.23 | 1 | 0.62 |
| Hex | FF | 3C | 79 | 0 | 4C | 35 | 0 | 155 | 64 | 3E |
| Octal | 377 | 74 | 171 | 0 | 114 | 65 | 0 | 525 | 144 | 76 |
| Binary | 11111111 | 111100 | 1111001 | 0 | 1001100 | 110101 | 0 | 101010101 | 1100100 | 111110 |
Color Harmonies of #FF3C79
Complementary color
Monochromatic Colors of #FF3C79
Black with #FF3C79
Text Example
Text Example
White with #FF3C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C79; }
p { color: rgb(255,60,121); }
H1.HeaderClassName
{
color: #FF3C79;
}
.AnyTagClassName
{
color: #FF3C79;
}
</style>
background-color css
<style>
a { background-color: #FF3C79; }
a { background-color: rgb(255,60,121); }
div.DivClassName
{
background-color: #FF3C79;
}
.BgClassName
{
background-color: #FF3C79;
}
</style>
border-color css
<style>
span { border-color: #FF3C79; }
span { border-color: rgb(255,60,121); }
td.TdClassName
{
border-color: #FF3C79;
}
.TagClassName
{
border-color: #FF3C79;
}
</style>