COLOR #C24E6F

HEX: #C24E6F
RGB: (194,78,111)

Color info

#C24E6F contains mainly red color. Web safe color of #C24E6F is #CC6666 (or #C66).

RGB color model

#C24E6F color RGB value is (194,78,111).

  • red value is 194;
  • green value is 78;
  • blue value is 111.
RGB:
(194,78,111)
(76%,31%,44%)

RGB channels and saturation

R 194 of 255 = 76%
G 78 of 255 = 31%
B 111 of 255 = 44%

194
78
111

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

Portions of RGB colors in percentages

R + G + B =
194 + 78 + 111 = 383 (100%)
R 194 of 383 ~ 50.65%
G 78 of 383 ~ 20.37%
B 111 of 383 ~ 28.98%

%50.65
%20.37
%28.98

CMYK color model

#C24E6F color CMYK value is (0,60,43,24).

  • cyan value is 0.00%
  • magenta value is 59.79%
  • yellow value is 42.78%
  • key color value is 23.92%
CMYK:
(0,60,43,24)
C0M60Y43K24 
(0%,60%,43%,24%)
(0.00/0.60/0.43/0.24)	

CMYK percentages

%0
%59.79
%42.78
%23.92

Codes

Color #C24E6F in popluar color models

C24E6F
RGB19478111
HSL343°48.74%53.33%
HSB/HSV343°59.79%76.08%
CMYK0.00%59.79%42.78%
23.92%

Color #C24E6F in popluar number systems.

HEXC24E6F
Decimal19478111
Binary1100001010011101101111
Octal302116157

Shades and tints

Shades of #C24E6F

#C24E6F
(194,78,111)
#B14765
(177,71,101)
#A0405B
(160,64,91)
#8F3951
(143,57,81)
#7E3247
(126,50,71)
#6D2B3D
(109,43,61)
#5C2433
(92,36,51)
#4B1D29
(75,29,41)
#3A161F
(58,22,31)
#290F15
(41,15,21)
#18080B
(24,8,11)
#000000
(0,0,0)

Tints of #C24E6F

#C24E6F
(194,78,111)
#C75E7C
(199,94,124)
#CC6E89
(204,110,137)
#D17E96
(209,126,150)
#D68EA3
(214,142,163)
#DB9EB0
(219,158,176)
#E0AEBD
(224,174,189)
#E5BECA
(229,190,202)
#EACED7
(234,206,215)
#EFDEE4
(239,222,228)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C24E6F color. Also use rgb(194,78,111) instead hex code.

Text Font Color

.myTextColor { color: #C24E6F; }

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

This text font color is #C24E6F.


Background Color

.myBgColor { background-color: #C24E6F; }

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

This div background color is #C24E6F.


Border color

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

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

This div border color is #C24E6F.


Opacity

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

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

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

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

This text has shadow with #C24E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C24E6F on black background.


Color preview on white background

This text has color #C24E6F on white background.



Black color preview on #C24E6F background

This text has black color on #C24E6F background.


White color preview on #C24E6F background

This text has white color on #C24E6F background.