Shades of Violet Red #FF357D
Tints of Violet Red #FF357D
RGB
CMYK
RGB Variations
Color information
#FF357D (or 0xFF357D) is known color: Violet Red. HEX triplet: FF, 35 and 7D. RGB value is (255,53,125). Sum of RGB (Red+Green+Blue) = 255+53+125=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF357D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF357D is #00CA82. Grayscale: #797979. Windows color (decimal): -51843 or 8205823. OLE color: 8205823.
HSL color Cylindrical-coordinate representation of color #FF357D: hue angle of 338.61º 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 #FF357D is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 125 | - |
| CMYK | 0 | 0.79 | 0.51 | 0 |
| HSL | 338.61º | 1% | 0.6% | - |
| HSV(B) | 338.61º | 0.79% | 1% | - |
| XYZ | 46.21 | 25.29 | 21.85 | - |
| YUV | 121.61 | 129.92 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 125 | 0 | 0.79 | 0.51 | 0 | 338.61 | 1 | 0.6 |
| Hex | FF | 35 | 7D | 0 | 4F | 33 | 0 | 153 | 64 | 3C |
| Octal | 377 | 65 | 175 | 0 | 117 | 63 | 0 | 523 | 144 | 74 |
| Binary | 11111111 | 110101 | 1111101 | 0 | 1001111 | 110011 | 0 | 101010011 | 1100100 | 111100 |
Color Harmonies of #FF357D
Complementary color
Monochromatic Colors of #FF357D
Black with #FF357D
Text Example
Text Example
White with #FF357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF357D; }
p { color: rgb(255,53,125); }
H1.HeaderClassName
{
color: #FF357D;
}
.AnyTagClassName
{
color: #FF357D;
}
</style>
background-color css
<style>
a { background-color: #FF357D; }
a { background-color: rgb(255,53,125); }
div.DivClassName
{
background-color: #FF357D;
}
.BgClassName
{
background-color: #FF357D;
}
</style>
border-color css
<style>
span { border-color: #FF357D; }
span { border-color: rgb(255,53,125); }
td.TdClassName
{
border-color: #FF357D;
}
.TagClassName
{
border-color: #FF357D;
}
</style>