COLOR #C24D91

HEX: #C24D91
RGB: (194,77,145)

Color info

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

RGB color model

#C24D91 color RGB value is (194,77,145).

  • red value is 194;
  • green value is 77;
  • blue value is 145.
RGB:
(194,77,145)
(76%,30%,57%)

RGB channels and saturation

R 194 of 255 = 76%
G 77 of 255 = 30%
B 145 of 255 = 57%

194
77
145

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

Portions of RGB colors in percentages

R + G + B =
194 + 77 + 145 = 416 (100%)
R 194 of 416 ~ 46.63%
G 77 of 416 ~ 18.51%
B 145 of 416 ~ 34.86%

%46.63
%18.51
%34.86

CMYK color model

#C24D91 color CMYK value is (0,60,25,24).

  • cyan value is 0.00%
  • magenta value is 60.31%
  • yellow value is 25.26%
  • key color value is 23.92%
CMYK:
(0,60,25,24)
C0M60Y25K24 
(0%,60%,25%,24%)
(0.00/0.60/0.25/0.24)	

CMYK percentages

%0
%60.31
%25.26
%23.92

Codes

Color #C24D91 in popluar color models

C24D91
RGB19477145
HSL325°48.95%53.14%
HSB/HSV325°60.31%76.08%
CMYK0.00%60.31%25.26%
23.92%

Color #C24D91 in popluar number systems.

HEXC24D91
Decimal19477145
Binary11000010100110110010001
Octal302115221

Shades and tints

Shades of #C24D91

#C24D91
(194,77,145)
#B14684
(177,70,132)
#A03F77
(160,63,119)
#8F386A
(143,56,106)
#7E315D
(126,49,93)
#6D2A50
(109,42,80)
#5C2343
(92,35,67)
#4B1C36
(75,28,54)
#3A1529
(58,21,41)
#290E1C
(41,14,28)
#18070F
(24,7,15)
#000000
(0,0,0)

Tints of #C24D91

#C24D91
(194,77,145)
#C75D9B
(199,93,155)
#CC6DA5
(204,109,165)
#D17DAF
(209,125,175)
#D68DB9
(214,141,185)
#DB9DC3
(219,157,195)
#E0ADCD
(224,173,205)
#E5BDD7
(229,189,215)
#EACDE1
(234,205,225)
#EFDDEB
(239,221,235)
#F4EDF5
(244,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C24D91 color. Also use rgb(194,77,145) instead hex code.

Text Font Color

.myTextColor { color: #C24D91; }

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

This text font color is #C24D91.


Background Color

.myBgColor { background-color: #C24D91; }

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

This div background color is #C24D91.


Border color

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

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

This div border color is #C24D91.


Opacity

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

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

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

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

This text has shadow with #C24D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C24D91 on black background.


Color preview on white background

This text has color #C24D91 on white background.



Black color preview on #C24D91 background

This text has black color on #C24D91 background.


White color preview on #C24D91 background

This text has white color on #C24D91 background.