COLOR #C24C9B

HEX: #C24C9B RGB: (194,76,155)

Color info

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

RGB color model

#C24C9B color RGB value is (194,76,155).

RGB: (194,76,155) (76%, 30%, 61%)

RGB channels and saturation

R 194 of 255 = 76%
G 76 of 255 = 30%
B 155 of 255 = 61%

194
76
155

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

Portions of RGB colors in percentages

R + G + B = 194 + 76 + 155 = 425 (100%)
R 194 of 425 ~ 45.65%
G 76 of 425 ~ 17.88%
B 155 of 425 ~ 36.47'%

%45.65
%17.88
%36.47

CMYK color model

#C24C9B color CMYK value is (0,61,20,24).

  • cyan value is 0.00%
  • magenta value is 60.82%
  • yellow value is 20.10%
  • key color value is 23.92%
CMYK: (0,61,20,24) C0M61Y20K24 (0%,61%,20%,24%) (0.00/0.61/0.20/0.24) 

CMYK percentages

%0
%60.82
%20.1
%23.92

Codes

Color #C24C9B in popluar color models

C2 4C 9B
RGB 194 76 155
HSL 320° 49.17% 52.94%
HSB/HSV 320° 60.82% 76.08%
CMYK 0.00% 60.82% 20.10%
23.92%

Color #C24C9B in popluar number systems.

HEX C2 4C 9B
Decimal 194 76 155
Binary 11000010 1001100 10011011
Octal 302 114 233

Shades and tints

Shades of #C24C9B

#C24C9B
(194,76,155)
#B1468D
(177,70,141)
#A0407F
(160,64,127)
#8F3A71
(143,58,113)
#7E3463
(126,52,99)
#6D2E55
(109,46,85)
#5C2847
(92,40,71)
#4B2239
(75,34,57)
#3A1C2B
(58,28,43)
#29161D
(41,22,29)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #C24C9B

#C24C9B
(194,76,155)
#C75CA4
(199,92,164)
#CC6CAD
(204,108,173)
#D17CB6
(209,124,182)
#D68CBF
(214,140,191)
#DB9CC8
(219,156,200)
#E0ACD1
(224,172,209)
#E5BCDA
(229,188,218)
#EACCE3
(234,204,227)
#EFDCEC
(239,220,236)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C24C9B color. Also use rgb(194,76,155) instead hex code.

Text Font Color

.myTextColor { color: #C24C9B; }

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

This text font color is #C24C9B.

Background Color

.myBgColor { background-color: #C24C9B; }

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

This div background color is #C24C9B.

Border color

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

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

This div border color is #C24C9B.

Opacity

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

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

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

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

This text has shadow with #C24C9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C24C9B.

Preview

Color preview on black background

This text has color #C24C9B on black background.


Color preview on white background

This text has color #C24C9B on white background.


Black color preview on #C24C9B background

This text has black color on #C24C9B background.


White color preview on #C24C9B background

This text has white color on #C24C9B background.


Related colors

Complementary color

Complementary color for #hex is #3DB364.


I love getcolorcode.com

Triadic colors

1 #9BC24C and #4C9BC2 with #C24C9B are triadic colors.

2 #9B4CC2 and #4CC29B with #C24C9B are triadic colors.