COLOR #C44684

HEX: #C44684
RGB: (196,70,132)

Color info

#C44684 contains mainly red color. Web safe color of #C44684 is #CC3399 (or #C39).

RGB color model

#C44684 color RGB value is (196,70,132).

  • red value is 196;
  • green value is 70;
  • blue value is 132.
RGB:
(196,70,132)
(77%,27%,52%)

RGB channels and saturation

R 196 of 255 = 77%
G 70 of 255 = 27%
B 132 of 255 = 52%

196
70
132

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

Portions of RGB colors in percentages

R + G + B =
196 + 70 + 132 = 398 (100%)
R 196 of 398 ~ 49.25%
G 70 of 398 ~ 17.59%
B 132 of 398 ~ 33.17%

%49.25
%17.59
%33.17

CMYK color model

#C44684 color CMYK value is (0,64,33,23).

  • cyan value is 0.00%
  • magenta value is 64.29%
  • yellow value is 32.65%
  • key color value is 23.14%
CMYK:
(0,64,33,23)
C0M64Y33K23 
(0%,64%,33%,23%)
(0.00/0.64/0.33/0.23)	

CMYK percentages

%0
%64.29
%32.65
%23.14

Codes

Color #C44684 in popluar color models

C44684
RGB19670132
HSL330°51.64%52.16%
HSB/HSV330°64.29%76.86%
CMYK0.00%64.29%32.65%
23.14%

Color #C44684 in popluar number systems.

HEXC44684
Decimal19670132
Binary11000100100011010000100
Octal304106204

Shades and tints

Shades of #C44684

#C44684
(196,70,132)
#B34078
(179,64,120)
#A23A6C
(162,58,108)
#913460
(145,52,96)
#802E54
(128,46,84)
#6F2848
(111,40,72)
#5E223C
(94,34,60)
#4D1C30
(77,28,48)
#3C1624
(60,22,36)
#2B1018
(43,16,24)
#1A0A0C
(26,10,12)
#000000
(0,0,0)

Tints of #C44684

#C44684
(196,70,132)
#C9568F
(201,86,143)
#CE669A
(206,102,154)
#D376A5
(211,118,165)
#D886B0
(216,134,176)
#DD96BB
(221,150,187)
#E2A6C6
(226,166,198)
#E7B6D1
(231,182,209)
#ECC6DC
(236,198,220)
#F1D6E7
(241,214,231)
#F6E6F2
(246,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C44684 color. Also use rgb(196,70,132) instead hex code.

Text Font Color

.myTextColor { color: #C44684; }

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

This text font color is #C44684.


Background Color

.myBgColor { background-color: #C44684; }

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

This div background color is #C44684.


Border color

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

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

This div border color is #C44684.


Opacity

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

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

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

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

This text has shadow with #C44684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C44684 on black background.


Color preview on white background

This text has color #C44684 on white background.



Black color preview on #C44684 background

This text has black color on #C44684 background.


White color preview on #C44684 background

This text has white color on #C44684 background.