Shades of Scarlet Gum #4C185C
Tints of Scarlet Gum #4C185C
RGB
CMYK
RGB Variations
Color information
#4C185C (or 0x4C185C) is known color: Scarlet Gum. HEX triplet: 4C, 18 and 5C. RGB value is (76,24,92). Sum of RGB (Red+Green+Blue) = 76+24+92=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #4C185C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C185C is #B3E7A3. Grayscale: #2F2F2F. Windows color (decimal): -11790244 or 6035532. OLE color: 6035532.
HSL color Cylindrical-coordinate representation of color #4C185C: hue angle of 285.88º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C185C is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 24 | 92 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.64 |
| HSL | 285.88º | 0.59% | 0.23% | - |
| HSV(B) | 285.88º | 0.74% | 0.36% | - |
| XYZ | 5.24 | 2.96 | 10.42 | - |
| YUV | 47.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 92 | 0.17 | 0.74 | 0 | 0.64 | 285.88 | 0.59 | 0.23 |
| Hex | 4C | 18 | 5C | 11 | 4A | 0 | 40 | 11E | 3B | 17 |
| Octal | 114 | 30 | 134 | 21 | 112 | 0 | 100 | 436 | 73 | 27 |
| Binary | 1001100 | 11000 | 1011100 | 10001 | 1001010 | 0 | 1000000 | 100011110 | 111011 | 10111 |
Color Harmonies of #4C185C
Complementary color
Monochromatic Colors of #4C185C
Black with #4C185C
Text Example
Text Example
White with #4C185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C185C; }
p { color: rgb(76,24,92); }
H1.HeaderClassName
{
color: #4C185C;
}
.AnyTagClassName
{
color: #4C185C;
}
</style>
background-color css
<style>
a { background-color: #4C185C; }
a { background-color: rgb(76,24,92); }
div.DivClassName
{
background-color: #4C185C;
}
.BgClassName
{
background-color: #4C185C;
}
</style>
border-color css
<style>
span { border-color: #4C185C; }
span { border-color: rgb(76,24,92); }
td.TdClassName
{
border-color: #4C185C;
}
.TagClassName
{
border-color: #4C185C;
}
</style>