COLOR #C24BA3

HEX: #C24BA3
RGB: (194,75,163)

Color info

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

RGB color model

#C24BA3 color RGB value is (194,75,163).

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

RGB channels and saturation

R 194 of 255 = 76%
G 75 of 255 = 29%
B 163 of 255 = 64%

194
75
163

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

Portions of RGB colors in percentages

R + G + B =
194 + 75 + 163 = 432 (100%)
R 194 of 432 ~ 44.91%
G 75 of 432 ~ 17.36%
B 163 of 432 ~ 37.73%

%44.91
%17.36
%37.73

CMYK color model

#C24BA3 color CMYK value is (0,61,16,24).

  • cyan value is 0.00%
  • magenta value is 61.34%
  • yellow value is 15.98%
  • key color value is 23.92%
CMYK:
(0,61,16,24)
C0M61Y16K24 
(0%,61%,16%,24%)
(0.00/0.61/0.16/0.24)	

CMYK percentages

%0
%61.34
%15.98
%23.92

Codes

Color #C24BA3 in popluar color models

C24BA3
RGB19475163
HSL316°49.38%52.75%
HSB/HSV316°61.34%76.08%
CMYK0.00%61.34%15.98%
23.92%

Color #C24BA3 in popluar number systems.

HEXC24BA3
Decimal19475163
Binary11000010100101110100011
Octal302113243

Shades and tints

Shades of #C24BA3

#C24BA3
(194,75,163)
#B14595
(177,69,149)
#A03F87
(160,63,135)
#8F3979
(143,57,121)
#7E336B
(126,51,107)
#6D2D5D
(109,45,93)
#5C274F
(92,39,79)
#4B2141
(75,33,65)
#3A1B33
(58,27,51)
#291525
(41,21,37)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #C24BA3

#C24BA3
(194,75,163)
#C75BAB
(199,91,171)
#CC6BB3
(204,107,179)
#D17BBB
(209,123,187)
#D68BC3
(214,139,195)
#DB9BCB
(219,155,203)
#E0ABD3
(224,171,211)
#E5BBDB
(229,187,219)
#EACBE3
(234,203,227)
#EFDBEB
(239,219,235)
#F4EBF3
(244,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C24BA3; }

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

This text font color is #C24BA3.


Background Color

.myBgColor { background-color: #C24BA3; }

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

This div background color is #C24BA3.


Border color

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

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

This div border color is #C24BA3.


Opacity

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

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

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

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

This text has shadow with #C24BA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C24BA3 on black background.


Color preview on white background

This text has color #C24BA3 on white background.



Black color preview on #C24BA3 background

This text has black color on #C24BA3 background.


White color preview on #C24BA3 background

This text has white color on #C24BA3 background.