Html Css Color HEX #4C1960 Scarlet Gum

📋 copy color: '#4C1960'

red 76 ◦ green 25 ◦ blue 96

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

Shades of Scarlet Gum #4C1960

Tints of Scarlet Gum #4C1960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.69%

 BLUE value IS 96 (37.89% from 255) = 48.73%

R = 38.58%
G = 12.69%
B = 48.73%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C1960 (or 0x4C1960) is known color: Scarlet Gum. HEX triplet: 4C, 19 and 60. RGB value is (76,25,96). Sum of RGB (Red+Green+Blue) = 76+25+96=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C1960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1960 is #B3E69F. Grayscale: #303030. Windows color (decimal): -11789984 or 6297932. OLE color: 6297932.

HSL color Cylindrical-coordinate representation of color #4C1960: hue angle of 283.1º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C1960 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 25 96 -
CMYK 0.21 0.74 0 0.62
HSL 283.1º 0.59% 0.24% -
HSV(B) 283.1º 0.74% 0.38% -
XYZ 5.44 3.08 11.37 -
YUV 48.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 76 25 96 0.21 0.74 0 0.62 283.1 0.59 0.24
Hex 4C 19 60 15 4A 0 3E 11B 3B 18
Octal 114 31 140 25 112 0 76 433 73 30
Binary 1001100 11001 1100000 10101 1001010 0 111110 100011011 111011 11000

Color Harmonies of #4C1960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1960

Black with #4C1960

Text Example


Text Example

White with #4C1960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,25,96); }

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

background-color css

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

 a { background-color: rgb(76,25,96); }

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

border-color css

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

 span { border-color: rgb(76,25,96); }

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