#4C205F

Color #4C205F Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #4C205F

Tints of Scarlet Gum #4C205F

Color information

#4C205F (or 0x4C205F) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 20 and 5F. RGB value is (76,32,95). Sum of RGB (Red+Green+Blue) = 76+32+95=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C205F is #B3DFA0. Grayscale: #343434. Windows color (decimal): -11788193 or 6234188. OLE color: 6234188.

HSL color Cylindrical-coordinate representation of color #4C205F: hue angle of 281.9º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C205F is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB763295-
CMYK0.200.6600.63
HSL281.9º49.61%24.9%-
HSV(B)281.9º66.32%37.25%-
XYZ5.563.411.19-
YUV52.34152.08144.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 37.44%
GREEN value IS 32 (12.89% from 255) = 15.76%
BLUE value IS 95 (37.5% from 255) = 46.80%
R=37.44%
G=15.76%
B=46.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7632950.200.6600.63281.949.6124.9
Hex4C205F144203F11a3219
Octal11440137241020774326231
Binary10011001000001011111101001000010011111110001101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C205F; }

 p { color: rgb(76,32,95); }

 H1.HeaderClassName
 {
   color: #4C205F;
 }
 .AnyTagClassName
 {
   color: #4C205F;
 }
</style>
background-color css

<style>
 a { background-color: #4C205F; }

 a { background-color: rgb(76,32,95); }

 div.DivClassName
 {
   background-color: #4C205F;
 }
 .BgClassName
 {
   background-color: #4C205F;
 }
</style>
border-color css

<style>
 span { border-color: #4C205F; }

 span { border-color: rgb(76,32,95); }

 td.TdClassName
 {
   border-color: #4C205F;
 }
 .TagClassName
 {
   border-color: #4C205F;
 }
</style>