Html Css Color HEX #4C095C Scarlet Gum

📋 copy color: '#4C095C'

red 76 ◦ green 9 ◦ blue 92

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

Shades of Scarlet Gum #4C095C

Tints of Scarlet Gum #4C095C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.08%

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

R = 42.94%
G = 5.08%
B = 51.98%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C095C (or 0x4C095C) is known color: Scarlet Gum. HEX triplet: 4C, 09 and 5C. RGB value is (76,9,92). Sum of RGB (Red+Green+Blue) = 76+9+92=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #4C095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C095C is #B3F6A3. Grayscale: #262626. Windows color (decimal): -11794084 or 6031692. OLE color: 6031692.

HSL color Cylindrical-coordinate representation of color #4C095C: hue angle of 288.43º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C095C is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 76 9 92 -
CMYK 0.17 0.90 0 0.64
HSL 288.43º 0.82% 0.2% -
HSV(B) 288.43º 0.9% 0.36% -
XYZ 5.01 2.5 10.34 -
YUV 38.5 158.2 154.75 -
System Red Green Blue C M Y K H S L
Decimal 76 9 92 0.17 0.90 0 0.64 288.43 0.82 0.2
Hex 4C 9 5C 11 5A 0 40 120 52 14
Octal 114 11 134 21 132 0 100 440 122 24
Binary 1001100 1001 1011100 10001 1011010 0 1000000 100100000 1010010 10100

Color Harmonies of #4C095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C095C

Black with #4C095C

Text Example


Text Example

White with #4C095C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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