COLOR #C250B5

HEX: #C250B5
RGB: (194,80,181)

Color info

#C250B5 contains mainly red and blue colors. Web safe color of #C250B5 is #CC66CC (or #C6C).

RGB color model

#C250B5 color RGB value is (194,80,181).

  • red value is 194;
  • green value is 80;
  • blue value is 181.
RGB:
(194,80,181)
(76%,31%,71%)

RGB channels and saturation

R 194 of 255 = 76%
G 80 of 255 = 31%
B 181 of 255 = 71%

194
80
181

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

Portions of RGB colors in percentages

R + G + B =
194 + 80 + 181 = 455 (100%)
R 194 of 455 ~ 42.64%
G 80 of 455 ~ 17.58%
B 181 of 455 ~ 39.78%

%42.64
%17.58
%39.78

CMYK color model

#C250B5 color CMYK value is (0,59,7,24).

  • cyan value is 0.00%
  • magenta value is 58.76%
  • yellow value is 6.70%
  • key color value is 23.92%
CMYK:
(0,59,7,24)
C0M59Y7K24 
(0%,59%,7%,24%)
(0.00/0.59/0.07/0.24)	

CMYK percentages

%0
%58.76
%6.7
%23.92

Codes

Color #C250B5 in popluar color models

C250B5
RGB19480181
HSL307°48.31%53.73%
HSB/HSV307°58.76%76.08%
CMYK0.00%58.76%6.70%
23.92%

Color #C250B5 in popluar number systems.

HEXC250B5
Decimal19480181
Binary11000010101000010110101
Octal302120265

Shades and tints

Shades of #C250B5

#C250B5
(194,80,181)
#B149A5
(177,73,165)
#A04295
(160,66,149)
#8F3B85
(143,59,133)
#7E3475
(126,52,117)
#6D2D65
(109,45,101)
#5C2655
(92,38,85)
#4B1F45
(75,31,69)
#3A1835
(58,24,53)
#291125
(41,17,37)
#180A15
(24,10,21)
#000000
(0,0,0)

Tints of #C250B5

#C250B5
(194,80,181)
#C75FBB
(199,95,187)
#CC6EC1
(204,110,193)
#D17DC7
(209,125,199)
#D68CCD
(214,140,205)
#DB9BD3
(219,155,211)
#E0AAD9
(224,170,217)
#E5B9DF
(229,185,223)
#EAC8E5
(234,200,229)
#EFD7EB
(239,215,235)
#F4E6F1
(244,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C250B5 color. Also use rgb(194,80,181) instead hex code.

Text Font Color

.myTextColor { color: #C250B5; }

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

This text font color is #C250B5.


Background Color

.myBgColor { background-color: #C250B5; }

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

This div background color is #C250B5.


Border color

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

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

This div border color is #C250B5.


Opacity

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

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

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

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

This text has shadow with #C250B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C250B5 on black background.


Color preview on white background

This text has color #C250B5 on white background.



Black color preview on #C250B5 background

This text has black color on #C250B5 background.


White color preview on #C250B5 background

This text has white color on #C250B5 background.