Shades of Violet Red #FF3C78
Tints of Violet Red #FF3C78
RGB
CMYK
RGB Variations
Color information
#FF3C78 (or 0xFF3C78) is known color: Violet Red. HEX triplet: FF, 3C and 78. RGB value is (255,60,120). Sum of RGB (Red+Green+Blue) = 255+60+120=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3C78 is #00C387. Grayscale: #7D7D7D. Windows color (decimal): -50056 or 7879935. OLE color: 7879935.
HSL color Cylindrical-coordinate representation of color #FF3C78: hue angle of 341.54º 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 #FF3C78 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 120 | - |
| CMYK | 0 | 0.76 | 0.53 | 0 |
| HSL | 341.54º | 1% | 0.62% | - |
| HSV(B) | 341.54º | 0.76% | 1% | - |
| XYZ | 46.25 | 25.85 | 20.32 | - |
| YUV | 125.15 | 125.1 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 120 | 0 | 0.76 | 0.53 | 0 | 341.54 | 1 | 0.62 |
| Hex | FF | 3C | 78 | 0 | 4C | 35 | 0 | 156 | 64 | 3E |
| Octal | 377 | 74 | 170 | 0 | 114 | 65 | 0 | 526 | 144 | 76 |
| Binary | 11111111 | 111100 | 1111000 | 0 | 1001100 | 110101 | 0 | 101010110 | 1100100 | 111110 |
Color Harmonies of #FF3C78
Complementary color
Monochromatic Colors of #FF3C78
Black with #FF3C78
Text Example
Text Example
White with #FF3C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C78; }
p { color: rgb(255,60,120); }
H1.HeaderClassName
{
color: #FF3C78;
}
.AnyTagClassName
{
color: #FF3C78;
}
</style>
background-color css
<style>
a { background-color: #FF3C78; }
a { background-color: rgb(255,60,120); }
div.DivClassName
{
background-color: #FF3C78;
}
.BgClassName
{
background-color: #FF3C78;
}
</style>
border-color css
<style>
span { border-color: #FF3C78; }
span { border-color: rgb(255,60,120); }
td.TdClassName
{
border-color: #FF3C78;
}
.TagClassName
{
border-color: #FF3C78;
}
</style>