COLOR #C25D8A

HEX: #C25D8A
RGB: (194,93,138)

Color info

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

RGB color model

#C25D8A color RGB value is (194,93,138).

  • red value is 194;
  • green value is 93;
  • blue value is 138.
RGB:
(194,93,138)
(76%,36%,54%)

RGB channels and saturation

R 194 of 255 = 76%
G 93 of 255 = 36%
B 138 of 255 = 54%

194
93
138

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

Portions of RGB colors in percentages

R + G + B =
194 + 93 + 138 = 425 (100%)
R 194 of 425 ~ 45.65%
G 93 of 425 ~ 21.88%
B 138 of 425 ~ 32.47%

%45.65
%21.88
%32.47

CMYK color model

#C25D8A color CMYK value is (0,52,29,24).

  • cyan value is 0.00%
  • magenta value is 52.06%
  • yellow value is 28.87%
  • key color value is 23.92%
CMYK:
(0,52,29,24)
C0M52Y29K24 
(0%,52%,29%,24%)
(0.00/0.52/0.29/0.24)	

CMYK percentages

%0
%52.06
%28.87
%23.92

Codes

Color #C25D8A in popluar color models

C25D8A
RGB19493138
HSL333°45.29%56.27%
HSB/HSV333°52.06%76.08%
CMYK0.00%52.06%28.87%
23.92%

Color #C25D8A in popluar number systems.

HEXC25D8A
Decimal19493138
Binary11000010101110110001010
Octal302135212

Shades and tints

Shades of #C25D8A

#C25D8A
(194,93,138)
#B1557E
(177,85,126)
#A04D72
(160,77,114)
#8F4566
(143,69,102)
#7E3D5A
(126,61,90)
#6D354E
(109,53,78)
#5C2D42
(92,45,66)
#4B2536
(75,37,54)
#3A1D2A
(58,29,42)
#29151E
(41,21,30)
#180D12
(24,13,18)
#000000
(0,0,0)

Tints of #C25D8A

#C25D8A
(194,93,138)
#C76B94
(199,107,148)
#CC799E
(204,121,158)
#D187A8
(209,135,168)
#D695B2
(214,149,178)
#DBA3BC
(219,163,188)
#E0B1C6
(224,177,198)
#E5BFD0
(229,191,208)
#EACDDA
(234,205,218)
#EFDBE4
(239,219,228)
#F4E9EE
(244,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C25D8A color. Also use rgb(194,93,138) instead hex code.

Text Font Color

.myTextColor { color: #C25D8A; }

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

This text font color is #C25D8A.


Background Color

.myBgColor { background-color: #C25D8A; }

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

This div background color is #C25D8A.


Border color

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

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

This div border color is #C25D8A.


Opacity

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

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

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

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

This text has shadow with #C25D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C25D8A on black background.


Color preview on white background

This text has color #C25D8A on white background.



Black color preview on #C25D8A background

This text has black color on #C25D8A background.


White color preview on #C25D8A background

This text has white color on #C25D8A background.