COLOR #C25D8D

HEX: #C25D8D
RGB: (194,93,141)

Color info

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

RGB color model

#C25D8D color RGB value is (194,93,141).

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

RGB channels and saturation

R 194 of 255 = 76%
G 93 of 255 = 36%
B 141 of 255 = 55%

194
93
141

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

Portions of RGB colors in percentages

R + G + B =
194 + 93 + 141 = 428 (100%)
R 194 of 428 ~ 45.33%
G 93 of 428 ~ 21.73%
B 141 of 428 ~ 32.94%

%45.33
%21.73
%32.94

CMYK color model

#C25D8D color CMYK value is (0,52,27,24).

  • cyan value is 0.00%
  • magenta value is 52.06%
  • yellow value is 27.32%
  • key color value is 23.92%
CMYK:
(0,52,27,24)
C0M52Y27K24 
(0%,52%,27%,24%)
(0.00/0.52/0.27/0.24)	

CMYK percentages

%0
%52.06
%27.32
%23.92

Codes

Color #C25D8D in popluar color models

C25D8D
RGB19493141
HSL331°45.29%56.27%
HSB/HSV331°52.06%76.08%
CMYK0.00%52.06%27.32%
23.92%

Color #C25D8D in popluar number systems.

HEXC25D8D
Decimal19493141
Binary11000010101110110001101
Octal302135215

Shades and tints

Shades of #C25D8D

#C25D8D
(194,93,141)
#B15581
(177,85,129)
#A04D75
(160,77,117)
#8F4569
(143,69,105)
#7E3D5D
(126,61,93)
#6D3551
(109,53,81)
#5C2D45
(92,45,69)
#4B2539
(75,37,57)
#3A1D2D
(58,29,45)
#291521
(41,21,33)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #C25D8D

#C25D8D
(194,93,141)
#C76B97
(199,107,151)
#CC79A1
(204,121,161)
#D187AB
(209,135,171)
#D695B5
(214,149,181)
#DBA3BF
(219,163,191)
#E0B1C9
(224,177,201)
#E5BFD3
(229,191,211)
#EACDDD
(234,205,221)
#EFDBE7
(239,219,231)
#F4E9F1
(244,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C25D8D; }

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

This text font color is #C25D8D.


Background Color

.myBgColor { background-color: #C25D8D; }

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

This div background color is #C25D8D.


Border color

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

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

This div border color is #C25D8D.


Opacity

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

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

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

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

This text has shadow with #C25D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C25D8D on black background.


Color preview on white background

This text has color #C25D8D on white background.



Black color preview on #C25D8D background

This text has black color on #C25D8D background.


White color preview on #C25D8D background

This text has white color on #C25D8D background.