Shades of Violet Red #FC377D
Tints of Violet Red #FC377D
RGB
CMYK
RGB Variations
Color information
#FC377D (or 0xFC377D) is known color: Violet Red. HEX triplet: FC, 37 and 7D. RGB value is (252,55,125). Sum of RGB (Red+Green+Blue) = 252+55+125=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC377D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC377D is #03C882. Grayscale: #797979. Windows color (decimal): -247939 or 8206332. OLE color: 8206332.
HSL color Cylindrical-coordinate representation of color #FC377D: hue angle of 338.68º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC377D is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 125 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.01 |
| HSL | 338.68º | 0.97% | 0.6% | - |
| HSV(B) | 338.68º | 0.78% | 0.99% | - |
| XYZ | 45.21 | 24.91 | 21.83 | - |
| YUV | 121.88 | 129.77 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 125 | 0 | 0.78 | 0.50 | 0.01 | 338.68 | 0.97 | 0.6 |
| Hex | FC | 37 | 7D | 0 | 4E | 32 | 1 | 153 | 61 | 3C |
| Octal | 374 | 67 | 175 | 0 | 116 | 62 | 1 | 523 | 141 | 74 |
| Binary | 11111100 | 110111 | 1111101 | 0 | 1001110 | 110010 | 1 | 101010011 | 1100001 | 111100 |
Color Harmonies of #FC377D
Complementary color
Monochromatic Colors of #FC377D
Black with #FC377D
Text Example
Text Example
White with #FC377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC377D; }
p { color: rgb(252,55,125); }
H1.HeaderClassName
{
color: #FC377D;
}
.AnyTagClassName
{
color: #FC377D;
}
</style>
background-color css
<style>
a { background-color: #FC377D; }
a { background-color: rgb(252,55,125); }
div.DivClassName
{
background-color: #FC377D;
}
.BgClassName
{
background-color: #FC377D;
}
</style>
border-color css
<style>
span { border-color: #FC377D; }
span { border-color: rgb(252,55,125); }
td.TdClassName
{
border-color: #FC377D;
}
.TagClassName
{
border-color: #FC377D;
}
</style>