Html Css Color HEX #4C215F Scarlet Gum

📋 copy color: '#4C215F'

red 76 ◦ green 33 ◦ blue 95

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

Shades of Scarlet Gum #4C215F

Tints of Scarlet Gum #4C215F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 46.57%

R = 37.25%
G = 16.18%
B = 46.57%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C215F (or 0x4C215F) is known color: Scarlet Gum. HEX triplet: 4C, 21 and 5F. RGB value is (76,33,95). Sum of RGB (Red+Green+Blue) = 76+33+95=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C215F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C215F is #B3DEA0. Grayscale: #343434. Windows color (decimal): -11787937 or 6234444. OLE color: 6234444.

HSL color Cylindrical-coordinate representation of color #4C215F: hue angle of 281.61º 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 #4C215F is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 76 33 95 -
CMYK 0.20 0.65 0 0.63
HSL 281.61º 0.48% 0.25% -
HSV(B) 281.61º 0.65% 0.37% -
XYZ 5.59 3.45 11.2 -
YUV 52.93 151.75 144.46 -
System Red Green Blue C M Y K H S L
Decimal 76 33 95 0.20 0.65 0 0.63 281.61 0.48 0.25
Hex 4C 21 5F 14 41 0 3F 11A 30 19
Octal 114 41 137 24 101 0 77 432 60 31
Binary 1001100 100001 1011111 10100 1000001 0 111111 100011010 110000 11001

Color Harmonies of #4C215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C215F

Black with #4C215F

Text Example


Text Example

White with #4C215F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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