Shades of Scarlet Gum #4C125A
Tints of Scarlet Gum #4C125A
RGB
CMYK
RGB Variations
Color information
#4C125A (or 0x4C125A) is known color: Scarlet Gum. HEX triplet: 4C, 12 and 5A. RGB value is (76,18,90). Sum of RGB (Red+Green+Blue) = 76+18+90=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C125A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C125A is #B3EDA5. Grayscale: #2B2B2B. Windows color (decimal): -11791782 or 5902924. OLE color: 5902924.
HSL color Cylindrical-coordinate representation of color #4C125A: hue angle of 288.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C125A is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 18 | 90 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.65 |
| HSL | 288.33º | 0.67% | 0.21% | - |
| HSV(B) | 288.33º | 0.8% | 0.35% | - |
| XYZ | 5.04 | 2.71 | 9.93 | - |
| YUV | 43.55 | 154.22 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 90 | 0.16 | 0.80 | 0 | 0.65 | 288.33 | 0.67 | 0.21 |
| Hex | 4C | 12 | 5A | 10 | 50 | 0 | 41 | 120 | 43 | 15 |
| Octal | 114 | 22 | 132 | 20 | 120 | 0 | 101 | 440 | 103 | 25 |
| Binary | 1001100 | 10010 | 1011010 | 10000 | 1010000 | 0 | 1000001 | 100100000 | 1000011 | 10101 |
Color Harmonies of #4C125A
Complementary color
Monochromatic Colors of #4C125A
Black with #4C125A
Text Example
Text Example
White with #4C125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C125A; }
p { color: rgb(76,18,90); }
H1.HeaderClassName
{
color: #4C125A;
}
.AnyTagClassName
{
color: #4C125A;
}
</style>
background-color css
<style>
a { background-color: #4C125A; }
a { background-color: rgb(76,18,90); }
div.DivClassName
{
background-color: #4C125A;
}
.BgClassName
{
background-color: #4C125A;
}
</style>
border-color css
<style>
span { border-color: #4C125A; }
span { border-color: rgb(76,18,90); }
td.TdClassName
{
border-color: #4C125A;
}
.TagClassName
{
border-color: #4C125A;
}
</style>