Html Css Color HEX #C44980 Mulberry

📋 copy color: '#C44980'

red 196 ◦ green 73 ◦ blue 128

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

Shades of Mulberry #C44980

Tints of Mulberry #C44980

RGB

 RED value IS 196 (76.95% from 255) = 49.37%

 GREEN value IS 73 (28.91% from 255) = 18.39%

 BLUE value IS 128 (50.39% from 255) = 32.24%

R = 49.37%
G = 18.39%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C44980 (or 0xC44980) is known color: Mulberry. HEX triplet: C4, 49 and 80. RGB value is (196,73,128). Sum of RGB (Red+Green+Blue) = 196+73+128=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C44980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44980 is #3BB67F. Grayscale: #737373. Windows color (decimal): -3913344 or 8407492. OLE color: 8407492.

HSL color Cylindrical-coordinate representation of color #C44980: hue angle of 333.17º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44980 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 73 128 -
CMYK 0 0.63 0.35 0.23
HSL 333.17º 0.51% 0.53% -
HSV(B) 333.17º 0.63% 0.77% -
XYZ 29.04 18.06 22.38 -
YUV 116.05 134.75 185.03 -
System Red Green Blue C M Y K H S L
Decimal 196 73 128 0 0.63 0.35 0.23 333.17 0.51 0.53
Hex C4 49 80 0 3F 23 17 14D 33 35
Octal 304 111 200 0 77 43 27 515 63 65
Binary 11000100 1001001 10000000 0 111111 100011 10111 101001101 110011 110101

Color Harmonies of #C44980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44980

Black with #C44980

Text Example


Text Example

White with #C44980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44980; }

 p { color: rgb(196,73,128); }

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

background-color css

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

 a { background-color: rgb(196,73,128); }

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

border-color css

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

 span { border-color: rgb(196,73,128); }

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