COLOR #C25DA1

HEX: #C25DA1
RGB: (194,93,161)

Color info

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

RGB color model

#C25DA1 color RGB value is (194,93,161).

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

RGB channels and saturation

R 194 of 255 = 76%
G 93 of 255 = 36%
B 161 of 255 = 63%

194
93
161

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

Portions of RGB colors in percentages

R + G + B =
194 + 93 + 161 = 448 (100%)
R 194 of 448 ~ 43.3%
G 93 of 448 ~ 20.76%
B 161 of 448 ~ 35.94%

%43.3
%20.76
%35.94

CMYK color model

#C25DA1 color CMYK value is (0,52,17,24).

  • cyan value is 0.00%
  • magenta value is 52.06%
  • yellow value is 17.01%
  • key color value is 23.92%
CMYK:
(0,52,17,24)
C0M52Y17K24 
(0%,52%,17%,24%)
(0.00/0.52/0.17/0.24)	

CMYK percentages

%0
%52.06
%17.01
%23.92

Codes

Color #C25DA1 in popluar color models

C25DA1
RGB19493161
HSL320°45.29%56.27%
HSB/HSV320°52.06%76.08%
CMYK0.00%52.06%17.01%
23.92%

Color #C25DA1 in popluar number systems.

HEXC25DA1
Decimal19493161
Binary11000010101110110100001
Octal302135241

Shades and tints

Shades of #C25DA1

#C25DA1
(194,93,161)
#B15593
(177,85,147)
#A04D85
(160,77,133)
#8F4577
(143,69,119)
#7E3D69
(126,61,105)
#6D355B
(109,53,91)
#5C2D4D
(92,45,77)
#4B253F
(75,37,63)
#3A1D31
(58,29,49)
#291523
(41,21,35)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #C25DA1

#C25DA1
(194,93,161)
#C76BA9
(199,107,169)
#CC79B1
(204,121,177)
#D187B9
(209,135,185)
#D695C1
(214,149,193)
#DBA3C9
(219,163,201)
#E0B1D1
(224,177,209)
#E5BFD9
(229,191,217)
#EACDE1
(234,205,225)
#EFDBE9
(239,219,233)
#F4E9F1
(244,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C25DA1; }

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

This text font color is #C25DA1.


Background Color

.myBgColor { background-color: #C25DA1; }

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

This div background color is #C25DA1.


Border color

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

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

This div border color is #C25DA1.


Opacity

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

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

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

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

This text has shadow with #C25DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C25DA1 on black background.


Color preview on white background

This text has color #C25DA1 on white background.



Black color preview on #C25DA1 background

This text has black color on #C25DA1 background.


White color preview on #C25DA1 background

This text has white color on #C25DA1 background.