COLOR #C25188

HEX: #C25188
RGB: (194,81,136)

Color info

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

RGB color model

#C25188 color RGB value is (194,81,136).

  • red value is 194;
  • green value is 81;
  • blue value is 136.
RGB:
(194,81,136)
(76%,32%,53%)

RGB channels and saturation

R 194 of 255 = 76%
G 81 of 255 = 32%
B 136 of 255 = 53%

194
81
136

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

Portions of RGB colors in percentages

R + G + B =
194 + 81 + 136 = 411 (100%)
R 194 of 411 ~ 47.2%
G 81 of 411 ~ 19.71%
B 136 of 411 ~ 33.09%

%47.2
%19.71
%33.09

CMYK color model

#C25188 color CMYK value is (0,58,30,24).

  • cyan value is 0.00%
  • magenta value is 58.25%
  • yellow value is 29.90%
  • key color value is 23.92%
CMYK:
(0,58,30,24)
C0M58Y30K24 
(0%,58%,30%,24%)
(0.00/0.58/0.30/0.24)	

CMYK percentages

%0
%58.25
%29.9
%23.92

Codes

Color #C25188 in popluar color models

C25188
RGB19481136
HSL331°48.09%53.92%
HSB/HSV331°58.25%76.08%
CMYK0.00%58.25%29.90%
23.92%

Color #C25188 in popluar number systems.

HEXC25188
Decimal19481136
Binary11000010101000110001000
Octal302121210

Shades and tints

Shades of #C25188

#C25188
(194,81,136)
#B14A7C
(177,74,124)
#A04370
(160,67,112)
#8F3C64
(143,60,100)
#7E3558
(126,53,88)
#6D2E4C
(109,46,76)
#5C2740
(92,39,64)
#4B2034
(75,32,52)
#3A1928
(58,25,40)
#29121C
(41,18,28)
#180B10
(24,11,16)
#000000
(0,0,0)

Tints of #C25188

#C25188
(194,81,136)
#C76092
(199,96,146)
#CC6F9C
(204,111,156)
#D17EA6
(209,126,166)
#D68DB0
(214,141,176)
#DB9CBA
(219,156,186)
#E0ABC4
(224,171,196)
#E5BACE
(229,186,206)
#EAC9D8
(234,201,216)
#EFD8E2
(239,216,226)
#F4E7EC
(244,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C25188 color. Also use rgb(194,81,136) instead hex code.

Text Font Color

.myTextColor { color: #C25188; }

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

This text font color is #C25188.


Background Color

.myBgColor { background-color: #C25188; }

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

This div background color is #C25188.


Border color

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

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

This div border color is #C25188.


Opacity

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

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

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

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

This text has shadow with #C25188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C25188 on black background.


Color preview on white background

This text has color #C25188 on white background.



Black color preview on #C25188 background

This text has black color on #C25188 background.


White color preview on #C25188 background

This text has white color on #C25188 background.