Shades of Scarlet Gum #4C105D
Tints of Scarlet Gum #4C105D
RGB
CMYK
RGB Variations
Color information
#4C105D (or 0x4C105D) is known color: Scarlet Gum. HEX triplet: 4C, 10 and 5D. RGB value is (76,16,93). Sum of RGB (Red+Green+Blue) = 76+16+93=185 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.08% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C105D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C105D is #B3EFA2. Grayscale: #2A2A2A. Windows color (decimal): -11792291 or 6099020. OLE color: 6099020.
HSL color Cylindrical-coordinate representation of color #4C105D: hue angle of 286.75º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C105D is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 16 | 93 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.64 |
| HSL | 286.75º | 0.71% | 0.21% | - |
| HSV(B) | 286.75º | 0.83% | 0.36% | - |
| XYZ | 5.14 | 2.7 | 10.61 | - |
| YUV | 42.72 | 156.38 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 16 | 93 | 0.18 | 0.83 | 0 | 0.64 | 286.75 | 0.71 | 0.21 |
| Hex | 4C | 10 | 5D | 12 | 53 | 0 | 40 | 11F | 47 | 15 |
| Octal | 114 | 20 | 135 | 22 | 123 | 0 | 100 | 437 | 107 | 25 |
| Binary | 1001100 | 10000 | 1011101 | 10010 | 1010011 | 0 | 1000000 | 100011111 | 1000111 | 10101 |
Color Harmonies of #4C105D
Complementary color
Monochromatic Colors of #4C105D
Black with #4C105D
Text Example
Text Example
White with #4C105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C105D; }
p { color: rgb(76,16,93); }
H1.HeaderClassName
{
color: #4C105D;
}
.AnyTagClassName
{
color: #4C105D;
}
</style>
background-color css
<style>
a { background-color: #4C105D; }
a { background-color: rgb(76,16,93); }
div.DivClassName
{
background-color: #4C105D;
}
.BgClassName
{
background-color: #4C105D;
}
</style>
border-color css
<style>
span { border-color: #4C105D; }
span { border-color: rgb(76,16,93); }
td.TdClassName
{
border-color: #4C105D;
}
.TagClassName
{
border-color: #4C105D;
}
</style>