Shades of Violet Red #FF3C7D
Tints of Violet Red #FF3C7D
RGB
CMYK
RGB Variations
Color information
#FF3C7D (or 0xFF3C7D) is known color: Violet Red. HEX triplet: FF, 3C and 7D. RGB value is (255,60,125). Sum of RGB (Red+Green+Blue) = 255+60+125=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3C7D is #00C382. Grayscale: #7D7D7D. Windows color (decimal): -50051 or 8207615. OLE color: 8207615.
HSL color Cylindrical-coordinate representation of color #FF3C7D: hue angle of 340º 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 #FF3C7D is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 125 | - |
| CMYK | 0 | 0.76 | 0.51 | 0 |
| HSL | 340º | 1% | 0.62% | - |
| HSV(B) | 340º | 0.76% | 1% | - |
| XYZ | 46.56 | 25.97 | 21.96 | - |
| YUV | 125.72 | 127.6 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 125 | 0 | 0.76 | 0.51 | 0 | 340 | 1 | 0.62 |
| Hex | FF | 3C | 7D | 0 | 4C | 33 | 0 | 154 | 64 | 3E |
| Octal | 377 | 74 | 175 | 0 | 114 | 63 | 0 | 524 | 144 | 76 |
| Binary | 11111111 | 111100 | 1111101 | 0 | 1001100 | 110011 | 0 | 101010100 | 1100100 | 111110 |
Color Harmonies of #FF3C7D
Complementary color
Monochromatic Colors of #FF3C7D
Black with #FF3C7D
Text Example
Text Example
White with #FF3C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C7D; }
p { color: rgb(255,60,125); }
H1.HeaderClassName
{
color: #FF3C7D;
}
.AnyTagClassName
{
color: #FF3C7D;
}
</style>
background-color css
<style>
a { background-color: #FF3C7D; }
a { background-color: rgb(255,60,125); }
div.DivClassName
{
background-color: #FF3C7D;
}
.BgClassName
{
background-color: #FF3C7D;
}
</style>
border-color css
<style>
span { border-color: #FF3C7D; }
span { border-color: rgb(255,60,125); }
td.TdClassName
{
border-color: #FF3C7D;
}
.TagClassName
{
border-color: #FF3C7D;
}
</style>