Shades of Violet Red #FF3C83
Tints of Violet Red #FF3C83
RGB
CMYK
RGB Variations
Color information
#FF3C83 (or 0xFF3C83) is known color: Violet Red. HEX triplet: FF, 3C and 83. RGB value is (255,60,131). Sum of RGB (Red+Green+Blue) = 255+60+131=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3C83 is #00C37C. Grayscale: #7E7E7E. Windows color (decimal): -50045 or 8600831. OLE color: 8600831.
HSL color Cylindrical-coordinate representation of color #FF3C83: hue angle of 338.15º 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 #FF3C83 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 131 | - |
| CMYK | 0 | 0.76 | 0.49 | 0 |
| HSL | 338.15º | 1% | 0.62% | - |
| HSV(B) | 338.15º | 0.76% | 1% | - |
| XYZ | 46.95 | 26.13 | 24.04 | - |
| YUV | 126.4 | 130.6 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 131 | 0 | 0.76 | 0.49 | 0 | 338.15 | 1 | 0.62 |
| Hex | FF | 3C | 83 | 0 | 4C | 31 | 0 | 152 | 64 | 3E |
| Octal | 377 | 74 | 203 | 0 | 114 | 61 | 0 | 522 | 144 | 76 |
| Binary | 11111111 | 111100 | 10000011 | 0 | 1001100 | 110001 | 0 | 101010010 | 1100100 | 111110 |
Color Harmonies of #FF3C83
Complementary color
Monochromatic Colors of #FF3C83
Black with #FF3C83
Text Example
Text Example
White with #FF3C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C83; }
p { color: rgb(255,60,131); }
H1.HeaderClassName
{
color: #FF3C83;
}
.AnyTagClassName
{
color: #FF3C83;
}
</style>
background-color css
<style>
a { background-color: #FF3C83; }
a { background-color: rgb(255,60,131); }
div.DivClassName
{
background-color: #FF3C83;
}
.BgClassName
{
background-color: #FF3C83;
}
</style>
border-color css
<style>
span { border-color: #FF3C83; }
span { border-color: rgb(255,60,131); }
td.TdClassName
{
border-color: #FF3C83;
}
.TagClassName
{
border-color: #FF3C83;
}
</style>