Shades of Scarlet Gum #4C125F
Tints of Scarlet Gum #4C125F
RGB
CMYK
RGB Variations
Color information
#4C125F (or 0x4C125F) is known color: Scarlet Gum. HEX triplet: 4C, 12 and 5F. RGB value is (76,18,95). Sum of RGB (Red+Green+Blue) = 76+18+95=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C125F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C125F is #B3EDA0. Grayscale: #2B2B2B. Windows color (decimal): -11791777 or 6230604. OLE color: 6230604.
HSL color Cylindrical-coordinate representation of color #4C125F: hue angle of 285.19º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C125F is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 76 | 18 | 95 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.63 |
| HSL | 285.19º | 0.68% | 0.22% | - |
| HSV(B) | 285.19º | 0.81% | 0.37% | - |
| XYZ | 5.26 | 2.8 | 11.09 | - |
| YUV | 44.12 | 156.72 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 95 | 0.20 | 0.81 | 0 | 0.63 | 285.19 | 0.68 | 0.22 |
| Hex | 4C | 12 | 5F | 14 | 51 | 0 | 3F | 11D | 44 | 16 |
| Octal | 114 | 22 | 137 | 24 | 121 | 0 | 77 | 435 | 104 | 26 |
| Binary | 1001100 | 10010 | 1011111 | 10100 | 1010001 | 0 | 111111 | 100011101 | 1000100 | 10110 |
Color Harmonies of #4C125F
Complementary color
Monochromatic Colors of #4C125F
Black with #4C125F
Text Example
Text Example
White with #4C125F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C125F; }
p { color: rgb(76,18,95); }
H1.HeaderClassName
{
color: #4C125F;
}
.AnyTagClassName
{
color: #4C125F;
}
</style>
background-color css
<style>
a { background-color: #4C125F; }
a { background-color: rgb(76,18,95); }
div.DivClassName
{
background-color: #4C125F;
}
.BgClassName
{
background-color: #4C125F;
}
</style>
border-color css
<style>
span { border-color: #4C125F; }
span { border-color: rgb(76,18,95); }
td.TdClassName
{
border-color: #4C125F;
}
.TagClassName
{
border-color: #4C125F;
}
</style>