Html Css Color HEX #4C215E Scarlet Gum

📋 copy color: '#4C215E'

red 76 ◦ green 33 ◦ blue 94

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

Shades of Scarlet Gum #4C215E

Tints of Scarlet Gum #4C215E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.26%

 BLUE value IS 94 (37.11% from 255) = 46.31%

R = 37.44%
G = 16.26%
B = 46.31%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C215E (or 0x4C215E) is known color: Scarlet Gum. HEX triplet: 4C, 21 and 5E. RGB value is (76,33,94). Sum of RGB (Red+Green+Blue) = 76+33+94=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #4C215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C215E is #B3DEA1. Grayscale: #343434. Windows color (decimal): -11787938 or 6168908. OLE color: 6168908.

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

Color convert

RGB 76 33 94 -
CMYK 0.19 0.65 0 0.63
HSL 282.3º 0.48% 0.25% -
HSV(B) 282.3º 0.65% 0.37% -
XYZ 5.54 3.43 10.96 -
YUV 52.81 151.25 144.54 -
System Red Green Blue C M Y K H S L
Decimal 76 33 94 0.19 0.65 0 0.63 282.3 0.48 0.25
Hex 4C 21 5E 13 41 0 3F 11A 30 19
Octal 114 41 136 23 101 0 77 432 60 31
Binary 1001100 100001 1011110 10011 1000001 0 111111 100011010 110000 11001

Color Harmonies of #4C215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C215E

Black with #4C215E

Text Example


Text Example

White with #4C215E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,33,94); }

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

background-color css

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

 a { background-color: rgb(76,33,94); }

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

border-color css

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

 span { border-color: rgb(76,33,94); }

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