Shades of Violet Red #FD3C83
Tints of Violet Red #FD3C83
RGB
CMYK
RGB Variations
Color information
#FD3C83 (or 0xFD3C83) is known color: Violet Red. HEX triplet: FD, 3C and 83. RGB value is (253,60,131). Sum of RGB (Red+Green+Blue) = 253+60+131=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3C83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3C83 is #02C37C. Grayscale: #7D7D7D. Windows color (decimal): -181117 or 8600829. OLE color: 8600829.
HSL color Cylindrical-coordinate representation of color #FD3C83: hue angle of 337.93º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD3C83 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 60 | 131 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.01 |
| HSL | 337.93º | 0.98% | 0.61% | - |
| HSV(B) | 337.93º | 0.76% | 0.99% | - |
| XYZ | 46.22 | 25.75 | 24.01 | - |
| YUV | 125.8 | 130.94 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 60 | 131 | 0 | 0.76 | 0.48 | 0.01 | 337.93 | 0.98 | 0.61 |
| Hex | FD | 3C | 83 | 0 | 4C | 30 | 1 | 152 | 62 | 3D |
| Octal | 375 | 74 | 203 | 0 | 114 | 60 | 1 | 522 | 142 | 75 |
| Binary | 11111101 | 111100 | 10000011 | 0 | 1001100 | 110000 | 1 | 101010010 | 1100010 | 111101 |
Color Harmonies of #FD3C83
Complementary color
Monochromatic Colors of #FD3C83
Black with #FD3C83
Text Example
Text Example
White with #FD3C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3C83; }
p { color: rgb(253,60,131); }
H1.HeaderClassName
{
color: #FD3C83;
}
.AnyTagClassName
{
color: #FD3C83;
}
</style>
background-color css
<style>
a { background-color: #FD3C83; }
a { background-color: rgb(253,60,131); }
div.DivClassName
{
background-color: #FD3C83;
}
.BgClassName
{
background-color: #FD3C83;
}
</style>
border-color css
<style>
span { border-color: #FD3C83; }
span { border-color: rgb(253,60,131); }
td.TdClassName
{
border-color: #FD3C83;
}
.TagClassName
{
border-color: #FD3C83;
}
</style>