COLOR #C25BA5

HEX: #C25BA5
RGB: (194,91,165)

Color info

#C25BA5 contains mainly red and blue colors. Web safe color of #C25BA5 is #CC6699 (or #C69).

RGB color model

#C25BA5 color RGB value is (194,91,165).

  • red value is 194;
  • green value is 91;
  • blue value is 165.
RGB:
(194,91,165)
(76%,36%,65%)

RGB channels and saturation

R 194 of 255 = 76%
G 91 of 255 = 36%
B 165 of 255 = 65%

194
91
165

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

Portions of RGB colors in percentages

R + G + B =
194 + 91 + 165 = 450 (100%)
R 194 of 450 ~ 43.11%
G 91 of 450 ~ 20.22%
B 165 of 450 ~ 36.67%

%43.11
%20.22
%36.67

CMYK color model

#C25BA5 color CMYK value is (0,53,15,24).

  • cyan value is 0.00%
  • magenta value is 53.09%
  • yellow value is 14.95%
  • key color value is 23.92%
CMYK:
(0,53,15,24)
C0M53Y15K24 
(0%,53%,15%,24%)
(0.00/0.53/0.15/0.24)	

CMYK percentages

%0
%53.09
%14.95
%23.92

Codes

Color #C25BA5 in popluar color models

C25BA5
RGB19491165
HSL317°45.78%55.88%
HSB/HSV317°53.09%76.08%
CMYK0.00%53.09%14.95%
23.92%

Color #C25BA5 in popluar number systems.

HEXC25BA5
Decimal19491165
Binary11000010101101110100101
Octal302133245

Shades and tints

Shades of #C25BA5

#C25BA5
(194,91,165)
#B15396
(177,83,150)
#A04B87
(160,75,135)
#8F4378
(143,67,120)
#7E3B69
(126,59,105)
#6D335A
(109,51,90)
#5C2B4B
(92,43,75)
#4B233C
(75,35,60)
#3A1B2D
(58,27,45)
#29131E
(41,19,30)
#180B0F
(24,11,15)
#000000
(0,0,0)

Tints of #C25BA5

#C25BA5
(194,91,165)
#C769AD
(199,105,173)
#CC77B5
(204,119,181)
#D185BD
(209,133,189)
#D693C5
(214,147,197)
#DBA1CD
(219,161,205)
#E0AFD5
(224,175,213)
#E5BDDD
(229,189,221)
#EACBE5
(234,203,229)
#EFD9ED
(239,217,237)
#F4E7F5
(244,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C25BA5 color. Also use rgb(194,91,165) instead hex code.

Text Font Color

.myTextColor { color: #C25BA5; }

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

This text font color is #C25BA5.


Background Color

.myBgColor { background-color: #C25BA5; }

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

This div background color is #C25BA5.


Border color

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

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

This div border color is #C25BA5.


Opacity

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

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

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

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

This text has shadow with #C25BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C25BA5 on black background.


Color preview on white background

This text has color #C25BA5 on white background.



Black color preview on #C25BA5 background

This text has black color on #C25BA5 background.


White color preview on #C25BA5 background

This text has white color on #C25BA5 background.