COLOR #C44280

HEX: #C44280
RGB: (196,66,128)

Color info

#C44280 contains mainly red color. Web safe color of #C44280 is #CC3366 (or #C36).

RGB color model

#C44280 color RGB value is (196,66,128).

  • red value is 196;
  • green value is 66;
  • blue value is 128.
RGB:
(196,66,128)
(77%,26%,50%)

RGB channels and saturation

R 196 of 255 = 77%
G 66 of 255 = 26%
B 128 of 255 = 50%

196
66
128

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

Portions of RGB colors in percentages

R + G + B =
196 + 66 + 128 = 390 (100%)
R 196 of 390 ~ 50.26%
G 66 of 390 ~ 16.92%
B 128 of 390 ~ 32.82%

%50.26
%16.92
%32.82

CMYK color model

#C44280 color CMYK value is (0,66,35,23).

  • cyan value is 0.00%
  • magenta value is 66.33%
  • yellow value is 34.69%
  • key color value is 23.14%
CMYK:
(0,66,35,23)
C0M66Y35K23 
(0%,66%,35%,23%)
(0.00/0.66/0.35/0.23)	

CMYK percentages

%0
%66.33
%34.69
%23.14

Codes

Color #C44280 in popluar color models

C44280
RGB19666128
HSL331°52.42%51.37%
HSB/HSV331°66.33%76.86%
CMYK0.00%66.33%34.69%
23.14%

Color #C44280 in popluar number systems.

HEXC44280
Decimal19666128
Binary11000100100001010000000
Octal304102200

Shades and tints

Shades of #C44280

#C44280
(196,66,128)
#B33C75
(179,60,117)
#A2366A
(162,54,106)
#91305F
(145,48,95)
#802A54
(128,42,84)
#6F2449
(111,36,73)
#5E1E3E
(94,30,62)
#4D1833
(77,24,51)
#3C1228
(60,18,40)
#2B0C1D
(43,12,29)
#1A0612
(26,6,18)
#000000
(0,0,0)

Tints of #C44280

#C44280
(196,66,128)
#C9538B
(201,83,139)
#CE6496
(206,100,150)
#D375A1
(211,117,161)
#D886AC
(216,134,172)
#DD97B7
(221,151,183)
#E2A8C2
(226,168,194)
#E7B9CD
(231,185,205)
#ECCAD8
(236,202,216)
#F1DBE3
(241,219,227)
#F6ECEE
(246,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C44280 color. Also use rgb(196,66,128) instead hex code.

Text Font Color

.myTextColor { color: #C44280; }

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

This text font color is #C44280.


Background Color

.myBgColor { background-color: #C44280; }

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

This div background color is #C44280.


Border color

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

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

This div border color is #C44280.


Opacity

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

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

Text with #C44280 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 #C44280;}

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

This text has shadow with #C44280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C44280 on black background.


Color preview on white background

This text has color #C44280 on white background.



Black color preview on #C44280 background

This text has black color on #C44280 background.


White color preview on #C44280 background

This text has white color on #C44280 background.