Shades of Violet Red #FF357C
Tints of Violet Red #FF357C
RGB
CMYK
RGB Variations
Color information
#FF357C (or 0xFF357C) is known color: Violet Red. HEX triplet: FF, 35 and 7C. RGB value is (255,53,124). Sum of RGB (Red+Green+Blue) = 255+53+124=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF357C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF357C is #00CA83. Grayscale: #797979. Windows color (decimal): -51844 or 8140287. OLE color: 8140287.
HSL color Cylindrical-coordinate representation of color #FF357C: hue angle of 338.91º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF357C is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 124 | - |
| CMYK | 0 | 0.79 | 0.51 | 0 |
| HSL | 338.91º | 1% | 0.6% | - |
| HSV(B) | 338.91º | 0.79% | 1% | - |
| XYZ | 46.15 | 25.26 | 21.51 | - |
| YUV | 121.49 | 129.42 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 124 | 0 | 0.79 | 0.51 | 0 | 338.91 | 1 | 0.6 |
| Hex | FF | 35 | 7C | 0 | 4F | 33 | 0 | 153 | 64 | 3C |
| Octal | 377 | 65 | 174 | 0 | 117 | 63 | 0 | 523 | 144 | 74 |
| Binary | 11111111 | 110101 | 1111100 | 0 | 1001111 | 110011 | 0 | 101010011 | 1100100 | 111100 |
Color Harmonies of #FF357C
Complementary color
Monochromatic Colors of #FF357C
Black with #FF357C
Text Example
Text Example
White with #FF357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF357C; }
p { color: rgb(255,53,124); }
H1.HeaderClassName
{
color: #FF357C;
}
.AnyTagClassName
{
color: #FF357C;
}
</style>
background-color css
<style>
a { background-color: #FF357C; }
a { background-color: rgb(255,53,124); }
div.DivClassName
{
background-color: #FF357C;
}
.BgClassName
{
background-color: #FF357C;
}
</style>
border-color css
<style>
span { border-color: #FF357C; }
span { border-color: rgb(255,53,124); }
td.TdClassName
{
border-color: #FF357C;
}
.TagClassName
{
border-color: #FF357C;
}
</style>