COLOR #C24B9A

HEX: #C24B9A
RGB: (194,75,154)

Color info

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

RGB color model

#C24B9A color RGB value is (194,75,154).

  • red value is 194;
  • green value is 75;
  • blue value is 154.
RGB:
(194,75,154)
(76%,29%,60%)

RGB channels and saturation

R 194 of 255 = 76%
G 75 of 255 = 29%
B 154 of 255 = 60%

194
75
154

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

Portions of RGB colors in percentages

R + G + B =
194 + 75 + 154 = 423 (100%)
R 194 of 423 ~ 45.86%
G 75 of 423 ~ 17.73%
B 154 of 423 ~ 36.41%

%45.86
%17.73
%36.41

CMYK color model

#C24B9A color CMYK value is (0,61,21,24).

  • cyan value is 0.00%
  • magenta value is 61.34%
  • yellow value is 20.62%
  • key color value is 23.92%
CMYK:
(0,61,21,24)
C0M61Y21K24 
(0%,61%,21%,24%)
(0.00/0.61/0.21/0.24)	

CMYK percentages

%0
%61.34
%20.62
%23.92

Codes

Color #C24B9A in popluar color models

C24B9A
RGB19475154
HSL320°49.38%52.75%
HSB/HSV320°61.34%76.08%
CMYK0.00%61.34%20.62%
23.92%

Color #C24B9A in popluar number systems.

HEXC24B9A
Decimal19475154
Binary11000010100101110011010
Octal302113232

Shades and tints

Shades of #C24B9A

#C24B9A
(194,75,154)
#B1458C
(177,69,140)
#A03F7E
(160,63,126)
#8F3970
(143,57,112)
#7E3362
(126,51,98)
#6D2D54
(109,45,84)
#5C2746
(92,39,70)
#4B2138
(75,33,56)
#3A1B2A
(58,27,42)
#29151C
(41,21,28)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #C24B9A

#C24B9A
(194,75,154)
#C75BA3
(199,91,163)
#CC6BAC
(204,107,172)
#D17BB5
(209,123,181)
#D68BBE
(214,139,190)
#DB9BC7
(219,155,199)
#E0ABD0
(224,171,208)
#E5BBD9
(229,187,217)
#EACBE2
(234,203,226)
#EFDBEB
(239,219,235)
#F4EBF4
(244,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C24B9A color. Also use rgb(194,75,154) instead hex code.

Text Font Color

.myTextColor { color: #C24B9A; }

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

This text font color is #C24B9A.


Background Color

.myBgColor { background-color: #C24B9A; }

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

This div background color is #C24B9A.


Border color

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

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

This div border color is #C24B9A.


Opacity

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

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

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

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

This text has shadow with #C24B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C24B9A on black background.


Color preview on white background

This text has color #C24B9A on white background.



Black color preview on #C24B9A background

This text has black color on #C24B9A background.


White color preview on #C24B9A background

This text has white color on #C24B9A background.