COLOR #C44590

HEX: #C44590
RGB: (196,69,144)

Color info

#C44590 contains mainly red and blue colors. Web safe color of #C44590 is #CC3399 (or #C39).

RGB color model

#C44590 color RGB value is (196,69,144).

  • red value is 196;
  • green value is 69;
  • blue value is 144.
RGB:
(196,69,144)
(77%,27%,56%)

RGB channels and saturation

R 196 of 255 = 77%
G 69 of 255 = 27%
B 144 of 255 = 56%

196
69
144

R + G + B ~ 53%. #C44590 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
196 + 69 + 144 = 409 (100%)
R 196 of 409 ~ 47.92%
G 69 of 409 ~ 16.87%
B 144 of 409 ~ 35.21%

%47.92
%16.87
%35.21

CMYK color model

#C44590 color CMYK value is (0,65,27,23).

  • cyan value is 0.00%
  • magenta value is 64.80%
  • yellow value is 26.53%
  • key color value is 23.14%
CMYK:
(0,65,27,23)
C0M65Y27K23 
(0%,65%,27%,23%)
(0.00/0.65/0.27/0.23)	

CMYK percentages

%0
%64.8
%26.53
%23.14

Codes

Color #C44590 in popluar color models

C44590
RGB19669144
HSL325°51.84%51.96%
HSB/HSV325°64.80%76.86%
CMYK0.00%64.80%26.53%
23.14%

Color #C44590 in popluar number systems.

HEXC44590
Decimal19669144
Binary11000100100010110010000
Octal304105220

Shades and tints

Shades of #C44590

#C44590
(196,69,144)
#B33F83
(179,63,131)
#A23976
(162,57,118)
#913369
(145,51,105)
#802D5C
(128,45,92)
#6F274F
(111,39,79)
#5E2142
(94,33,66)
#4D1B35
(77,27,53)
#3C1528
(60,21,40)
#2B0F1B
(43,15,27)
#1A090E
(26,9,14)
#000000
(0,0,0)

Tints of #C44590

#C44590
(196,69,144)
#C9559A
(201,85,154)
#CE65A4
(206,101,164)
#D375AE
(211,117,174)
#D885B8
(216,133,184)
#DD95C2
(221,149,194)
#E2A5CC
(226,165,204)
#E7B5D6
(231,181,214)
#ECC5E0
(236,197,224)
#F1D5EA
(241,213,234)
#F6E5F4
(246,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C44590 color. Also use rgb(196,69,144) instead hex code.

Text Font Color

.myTextColor { color: #C44590; }

<p style="color:#C44590">This sample text font color is #C44590.</p>

This text font color is #C44590.


Background Color

.myBgColor { background-color: #C44590; }

<div style="background-color:#C44590">Inner text</div>

This div background color is #C44590.


Border color

.myBorderColor { border: 1px solid #C44590; }

<div style="border:3px solid #C44590">Div</div>

This div border color is #C44590.


Opacity

.myOpacity80 { color: #C44590; opacity: 0.8; }

<p style="color:#C44590;opacity:0.8;">80%</p>

Text with #C44590 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C44590;}

<p style="text-shadow: 3px 3px 1px #C44590">Text here.</p>

This text has shadow with #C44590 color.

.textShadow {text-shadow: 3px 3px 1px #C44590, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C44590, 5px 5px 20px red">Text here.</p>

This text has shadow with #C44590 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C44590, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C44590, Direction=45, Strength=4)">Text</p>

This text has shadow with #C44590 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C44590;
  -webkit-box-shadow:	1px 1px 3px 2px #C44590;
  box-shadow:		1px 1px 3px 2px #C44590;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C44590;
-webkit-box-shadow: 1px 1px 3px 2px #C44590;
box-shadow:1px 1px 3px 2px #C44590;">
Div content here</div>
This div box has shadow with color #C44590.

Preview

Color preview on black background

This text has color #C44590 on black background.


Color preview on white background

This text has color #C44590 on white background.



Black color preview on #C44590 background

This text has black color on #C44590 background.


White color preview on #C44590 background

This text has white color on #C44590 background.