COLOR #C24A6A

HEX: #C24A6A
RGB: (194,74,106)

Color info

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

RGB color model

#C24A6A color RGB value is (194,74,106).

  • red value is 194;
  • green value is 74;
  • blue value is 106.
RGB:
(194,74,106)
(76%,29%,42%)

RGB channels and saturation

R 194 of 255 = 76%
G 74 of 255 = 29%
B 106 of 255 = 42%

194
74
106

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

Portions of RGB colors in percentages

R + G + B =
194 + 74 + 106 = 374 (100%)
R 194 of 374 ~ 51.87%
G 74 of 374 ~ 19.79%
B 106 of 374 ~ 28.34%

%51.87
%19.79
%28.34

CMYK color model

#C24A6A color CMYK value is (0,62,45,24).

  • cyan value is 0.00%
  • magenta value is 61.86%
  • yellow value is 45.36%
  • key color value is 23.92%
CMYK:
(0,62,45,24)
C0M62Y45K24 
(0%,62%,45%,24%)
(0.00/0.62/0.45/0.24)	

CMYK percentages

%0
%61.86
%45.36
%23.92

Codes

Color #C24A6A in popluar color models

C24A6A
RGB19474106
HSL344°49.59%52.55%
HSB/HSV344°61.86%76.08%
CMYK0.00%61.86%45.36%
23.92%

Color #C24A6A in popluar number systems.

HEXC24A6A
Decimal19474106
Binary1100001010010101101010
Octal302112152

Shades and tints

Shades of #C24A6A

#C24A6A
(194,74,106)
#B14461
(177,68,97)
#A03E58
(160,62,88)
#8F384F
(143,56,79)
#7E3246
(126,50,70)
#6D2C3D
(109,44,61)
#5C2634
(92,38,52)
#4B202B
(75,32,43)
#3A1A22
(58,26,34)
#291419
(41,20,25)
#180E10
(24,14,16)
#000000
(0,0,0)

Tints of #C24A6A

#C24A6A
(194,74,106)
#C75A77
(199,90,119)
#CC6A84
(204,106,132)
#D17A91
(209,122,145)
#D68A9E
(214,138,158)
#DB9AAB
(219,154,171)
#E0AAB8
(224,170,184)
#E5BAC5
(229,186,197)
#EACAD2
(234,202,210)
#EFDADF
(239,218,223)
#F4EAEC
(244,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C24A6A color. Also use rgb(194,74,106) instead hex code.

Text Font Color

.myTextColor { color: #C24A6A; }

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

This text font color is #C24A6A.


Background Color

.myBgColor { background-color: #C24A6A; }

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

This div background color is #C24A6A.


Border color

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

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

This div border color is #C24A6A.


Opacity

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

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

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

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

This text has shadow with #C24A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C24A6A on black background.


Color preview on white background

This text has color #C24A6A on white background.



Black color preview on #C24A6A background

This text has black color on #C24A6A background.


White color preview on #C24A6A background

This text has white color on #C24A6A background.