Html Css Color HEX #4C205C Scarlet Gum

📋 copy color: '#4C205C'

red 76 ◦ green 32 ◦ blue 92

#4C205C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #4C205C

Tints of Scarlet Gum #4C205C

RGB

 RED value IS 76 (30.08% from 255) = 38%

 GREEN value IS 32 (12.89% from 255) = 16%

 BLUE value IS 92 (36.33% from 255) = 46%

R = 38%
G = 16%
B = 46%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C205C (or 0x4C205C) is known color: Scarlet Gum. HEX triplet: 4C, 20 and 5C. RGB value is (76,32,92). Sum of RGB (Red+Green+Blue) = 76+32+92=200 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #4C205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C205C is #B3DFA3. Grayscale: #333333. Windows color (decimal): -11788196 or 6037580. OLE color: 6037580.

HSL color Cylindrical-coordinate representation of color #4C205C: hue angle of 284º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C205C is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 76 32 92 -
CMYK 0.17 0.65 0 0.64
HSL 284º 0.48% 0.24% -
HSV(B) 284º 0.65% 0.36% -
XYZ 5.43 3.34 10.48 -
YUV 52 150.58 145.12 -
System Red Green Blue C M Y K H S L
Decimal 76 32 92 0.17 0.65 0 0.64 284 0.48 0.24
Hex 4C 20 5C 11 41 0 40 11C 30 18
Octal 114 40 134 21 101 0 100 434 60 30
Binary 1001100 100000 1011100 10001 1000001 0 1000000 100011100 110000 11000

Color Harmonies of #4C205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C205C

Black with #4C205C

Text Example


Text Example

White with #4C205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C205C;
 }
 .AnyTagClassName
 {
   color: #4C205C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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