COLOR #C24D7B

HEX: #C24D7B RGB: (194,77,123)

Color info

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

RGB color model

#C24D7B color RGB value is (194,77,123).

RGB: (194,77,123) (76%, 30%, 48%)

RGB channels and saturation

R 194 of 255 = 76%
G 77 of 255 = 30%
B 123 of 255 = 48%

194
77
123

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

Portions of RGB colors in percentages

R + G + B = 194 + 77 + 123 = 394 (100%)
R 194 of 394 ~ 49.24%
G 77 of 394 ~ 19.54%
B 123 of 394 ~ 31.22'%

%49.24
%19.54
%31.22

CMYK color model

#C24D7B color CMYK value is (0,60,37,24).

  • cyan value is 0.00%
  • magenta value is 60.31%
  • yellow value is 36.60%
  • key color value is 23.92%

CMYK: (0,60,37,24)
C0M60Y37K24 (0%, 60%, 37%, 24%)
(0.00 / 0.60 / 0.37 / 0.24)

CMYK percentages

%0
%60.31
%36.6
%23.92

Codes

Color #C24D7B in popluar color models

C2 4D 7B
RGB 194 77 123
HSL 336° 48.95% 53.14%
HSB/HSV 336° 60.31% 76.08%
CMYK 0.00% 60.31% 36.60%
23.92%

Color #C24D7B in popluar number systems.

HEX C2 4D 7B
Decimal 194 77 123
Binary 11000010 1001101 1111011
Octal 302 115 173

Shades and tints

Shades of #C24D7B

#C24D7B
(194,77,123)
#B14670
(177,70,112)
#A03F65
(160,63,101)
#8F385A
(143,56,90)
#7E314F
(126,49,79)
#6D2A44
(109,42,68)
#5C2339
(92,35,57)
#4B1C2E
(75,28,46)
#3A1523
(58,21,35)
#290E18
(41,14,24)
#18070D
(24,7,13)
#000000
(0,0,0)

Tints of #C24D7B

#C24D7B
(194,77,123)
#C75D87
(199,93,135)
#CC6D93
(204,109,147)
#D17D9F
(209,125,159)
#D68DAB
(214,141,171)
#DB9DB7
(219,157,183)
#E0ADC3
(224,173,195)
#E5BDCF
(229,189,207)
#EACDDB
(234,205,219)
#EFDDE7
(239,221,231)
#F4EDF3
(244,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C24D7B; }

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

This text font color is #C24D7B.

Background Color

.myBgColor { background-color: #C24D7B; }

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

This div background color is #C24D7B.

Border color

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

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

This div border color is #C24D7B.

Opacity

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

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

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

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

This text has shadow with #C24D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C24D7B.

Preview

Color preview on black background

This text has color #C24D7B on black background.


Color preview on white background

This text has color #C24D7B on white background.


Black color preview on #C24D7B background

This text has black color on #C24D7B background.


White color preview on #C24D7B background

This text has white color on #C24D7B background.


Related colors

Complementary color

Complementary color for #hex is #3DB284.


I love getcolorcode.com

Triadic colors

1 #7BC24D and #4D7BC2 with #C24D7B are triadic colors.

2 #7B4DC2 and #4DC27B with #C24D7B are triadic colors.