Shades of Scarlet Gum #4C1F60
Tints of Scarlet Gum #4C1F60
RGB
CMYK
RGB Variations
Color information
#4C1F60 (or 0x4C1F60) is known color: Scarlet Gum. HEX triplet: 4C, 1F and 60. RGB value is (76,31,96). Sum of RGB (Red+Green+Blue) = 76+31+96=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C1F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C1F60 is #B3E09F. Grayscale: #333333. Windows color (decimal): -11788448 or 6299468. OLE color: 6299468.
HSL color Cylindrical-coordinate representation of color #4C1F60: hue angle of 281.54º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C1F60 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 31 | 96 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.62 |
| HSL | 281.54º | 0.51% | 0.25% | - |
| HSV(B) | 281.54º | 0.68% | 0.38% | - |
| XYZ | 5.58 | 3.36 | 11.42 | - |
| YUV | 51.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 31 | 96 | 0.21 | 0.68 | 0 | 0.62 | 281.54 | 0.51 | 0.25 |
| Hex | 4C | 1F | 60 | 15 | 44 | 0 | 3E | 11A | 33 | 19 |
| Octal | 114 | 37 | 140 | 25 | 104 | 0 | 76 | 432 | 63 | 31 |
| Binary | 1001100 | 11111 | 1100000 | 10101 | 1000100 | 0 | 111110 | 100011010 | 110011 | 11001 |
Color Harmonies of #4C1F60
Complementary color
Monochromatic Colors of #4C1F60
Black with #4C1F60
Text Example
Text Example
White with #4C1F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1F60; }
p { color: rgb(76,31,96); }
H1.HeaderClassName
{
color: #4C1F60;
}
.AnyTagClassName
{
color: #4C1F60;
}
</style>
background-color css
<style>
a { background-color: #4C1F60; }
a { background-color: rgb(76,31,96); }
div.DivClassName
{
background-color: #4C1F60;
}
.BgClassName
{
background-color: #4C1F60;
}
</style>
border-color css
<style>
span { border-color: #4C1F60; }
span { border-color: rgb(76,31,96); }
td.TdClassName
{
border-color: #4C1F60;
}
.TagClassName
{
border-color: #4C1F60;
}
</style>