COLOR #C25CAE

HEX: #C25CAE
RGB: (194,92,174)

Color info

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

RGB color model

#C25CAE color RGB value is (194,92,174).

  • red value is 194;
  • green value is 92;
  • blue value is 174.
RGB:
(194,92,174)
(76%,36%,68%)

RGB channels and saturation

R 194 of 255 = 76%
G 92 of 255 = 36%
B 174 of 255 = 68%

194
92
174

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

Portions of RGB colors in percentages

R + G + B =
194 + 92 + 174 = 460 (100%)
R 194 of 460 ~ 42.17%
G 92 of 460 ~ 20%
B 174 of 460 ~ 37.83%

%42.17
%20
%37.83

CMYK color model

#C25CAE color CMYK value is (0,53,10,24).

  • cyan value is 0.00%
  • magenta value is 52.58%
  • yellow value is 10.31%
  • key color value is 23.92%
CMYK:
(0,53,10,24)
C0M53Y10K24 
(0%,53%,10%,24%)
(0.00/0.53/0.10/0.24)	

CMYK percentages

%0
%52.58
%10.31
%23.92

Codes

Color #C25CAE in popluar color models

C25CAE
RGB19492174
HSL312°45.54%56.08%
HSB/HSV312°52.58%76.08%
CMYK0.00%52.58%10.31%
23.92%

Color #C25CAE in popluar number systems.

HEXC25CAE
Decimal19492174
Binary11000010101110010101110
Octal302134256

Shades and tints

Shades of #C25CAE

#C25CAE
(194,92,174)
#B1549F
(177,84,159)
#A04C90
(160,76,144)
#8F4481
(143,68,129)
#7E3C72
(126,60,114)
#6D3463
(109,52,99)
#5C2C54
(92,44,84)
#4B2445
(75,36,69)
#3A1C36
(58,28,54)
#291427
(41,20,39)
#180C18
(24,12,24)
#000000
(0,0,0)

Tints of #C25CAE

#C25CAE
(194,92,174)
#C76AB5
(199,106,181)
#CC78BC
(204,120,188)
#D186C3
(209,134,195)
#D694CA
(214,148,202)
#DBA2D1
(219,162,209)
#E0B0D8
(224,176,216)
#E5BEDF
(229,190,223)
#EACCE6
(234,204,230)
#EFDAED
(239,218,237)
#F4E8F4
(244,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C25CAE color. Also use rgb(194,92,174) instead hex code.

Text Font Color

.myTextColor { color: #C25CAE; }

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

This text font color is #C25CAE.


Background Color

.myBgColor { background-color: #C25CAE; }

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

This div background color is #C25CAE.


Border color

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

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

This div border color is #C25CAE.


Opacity

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

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

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

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

This text has shadow with #C25CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C25CAE on black background.


Color preview on white background

This text has color #C25CAE on white background.



Black color preview on #C25CAE background

This text has black color on #C25CAE background.


White color preview on #C25CAE background

This text has white color on #C25CAE background.