Shades of Violet Red #FF3C82
Tints of Violet Red #FF3C82
RGB
CMYK
RGB Variations
Color information
#FF3C82 (or 0xFF3C82) is known color: Violet Red. HEX triplet: FF, 3C and 82. RGB value is (255,60,130). Sum of RGB (Red+Green+Blue) = 255+60+130=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3C82 is #00C37D. Grayscale: #7E7E7E. Windows color (decimal): -50046 or 8535295. OLE color: 8535295.
HSL color Cylindrical-coordinate representation of color #FF3C82: hue angle of 338.46º 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 #FF3C82 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 130 | - |
| CMYK | 0 | 0.76 | 0.49 | 0 |
| HSL | 338.46º | 1% | 0.62% | - |
| HSV(B) | 338.46º | 0.76% | 1% | - |
| XYZ | 46.89 | 26.1 | 23.69 | - |
| YUV | 126.29 | 130.1 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 130 | 0 | 0.76 | 0.49 | 0 | 338.46 | 1 | 0.62 |
| Hex | FF | 3C | 82 | 0 | 4C | 31 | 0 | 152 | 64 | 3E |
| Octal | 377 | 74 | 202 | 0 | 114 | 61 | 0 | 522 | 144 | 76 |
| Binary | 11111111 | 111100 | 10000010 | 0 | 1001100 | 110001 | 0 | 101010010 | 1100100 | 111110 |
Color Harmonies of #FF3C82
Complementary color
Monochromatic Colors of #FF3C82
Black with #FF3C82
Text Example
Text Example
White with #FF3C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C82; }
p { color: rgb(255,60,130); }
H1.HeaderClassName
{
color: #FF3C82;
}
.AnyTagClassName
{
color: #FF3C82;
}
</style>
background-color css
<style>
a { background-color: #FF3C82; }
a { background-color: rgb(255,60,130); }
div.DivClassName
{
background-color: #FF3C82;
}
.BgClassName
{
background-color: #FF3C82;
}
</style>
border-color css
<style>
span { border-color: #FF3C82; }
span { border-color: rgb(255,60,130); }
td.TdClassName
{
border-color: #FF3C82;
}
.TagClassName
{
border-color: #FF3C82;
}
</style>