COLOR #C44D92

HEX: #C44D92
RGB: (196,77,146)

Color info

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

RGB color model

#C44D92 color RGB value is (196,77,146).

  • red value is 196;
  • green value is 77;
  • blue value is 146.
RGB: (196,77,146) (77%,30%,57%)

RGB channels and saturation

R 196 of 255 = 77%
G 77 of 255 = 30%
B 146 of 255 = 57%

196
77
146

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

Portions of RGB colors in percentages

R + G + B =
196 + 77 + 146 = 419 (100%)
R 196 of 419 ~ 46.78%
G 77 of 419 ~ 18.38%
B 146 of 419 ~ 34.84%

%46.78
%18.38
%34.84

CMYK color model

#C44D92 color CMYK value is (0,61,26,23).

  • cyan value is 0.00%
  • magenta value is 60.71%
  • yellow value is 25.51%
  • key color value is 23.14%
CMYK: (0,61,26,23) C0M61Y26K23 (0%,61%,26%,23%) (0.00/0.61/0.26/0.23)

CMYK percentages

%0
%60.71
%25.51
%23.14

Codes

Color #C44D92 in popluar color models

C44D92
RGB19677146
HSL325°50.21%53.53%
HSB/HSV325°60.71%76.86%
CMYK0.00%60.71%25.51%
23.14%

Color #C44D92 in popluar number systems.

HEXC44D92
Decimal19677146
Binary11000100100110110010010
Octal304115222

Shades and tints

Shades of #C44D92

#C44D92
(196,77,146)
#B34685
(179,70,133)
#A23F78
(162,63,120)
#91386B
(145,56,107)
#80315E
(128,49,94)
#6F2A51
(111,42,81)
#5E2344
(94,35,68)
#4D1C37
(77,28,55)
#3C152A
(60,21,42)
#2B0E1D
(43,14,29)
#1A0710
(26,7,16)
#000000
(0,0,0)

Tints of #C44D92

#C44D92
(196,77,146)
#C95D9B
(201,93,155)
#CE6DA4
(206,109,164)
#D37DAD
(211,125,173)
#D88DB6
(216,141,182)
#DD9DBF
(221,157,191)
#E2ADC8
(226,173,200)
#E7BDD1
(231,189,209)
#ECCDDA
(236,205,218)
#F1DDE3
(241,221,227)
#F6EDEC
(246,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C44D92 color. Also use rgb(196,77,146) instead hex code.

Text Font Color

.myTextColor { color: #C44D92; }

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

This text font color is #C44D92.


Background Color

.myBgColor { background-color: #C44D92; }

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

This div background color is #C44D92.


Border color

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

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

This div border color is #C44D92.


Opacity

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

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

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

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

This text has shadow with #C44D92 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C44D92 on black background.


Color preview on white background

This text has color #C44D92 on white background.



Black color preview on #C44D92 background

This text has black color on #C44D92 background.


White color preview on #C44D92 background

This text has white color on #C44D92 background.