COLOR #C259B8

HEX: #C259B8
RGB: (194,89,184)

Color info

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

RGB color model

#C259B8 color RGB value is (194,89,184).

  • red value is 194;
  • green value is 89;
  • blue value is 184.
RGB:
(194,89,184)
(76%,35%,72%)

RGB channels and saturation

R 194 of 255 = 76%
G 89 of 255 = 35%
B 184 of 255 = 72%

194
89
184

R + G + B ~ 61%. #C259B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 89 + 184 = 467 (100%)
R 194 of 467 ~ 41.54%
G 89 of 467 ~ 19.06%
B 184 of 467 ~ 39.4%

%41.54
%19.06
%39.4

CMYK color model

#C259B8 color CMYK value is (0,54,5,24).

  • cyan value is 0.00%
  • magenta value is 54.12%
  • yellow value is 5.15%
  • key color value is 23.92%
CMYK:
(0,54,5,24)
C0M54Y5K24 
(0%,54%,5%,24%)
(0.00/0.54/0.05/0.24)	

CMYK percentages

%0
%54.12
%5.15
%23.92

Codes

Color #C259B8 in popluar color models

C259B8
RGB19489184
HSL306°46.26%55.49%
HSB/HSV306°54.12%76.08%
CMYK0.00%54.12%5.15%
23.92%

Color #C259B8 in popluar number systems.

HEXC259B8
Decimal19489184
Binary11000010101100110111000
Octal302131270

Shades and tints

Shades of #C259B8

#C259B8
(194,89,184)
#B151A8
(177,81,168)
#A04998
(160,73,152)
#8F4188
(143,65,136)
#7E3978
(126,57,120)
#6D3168
(109,49,104)
#5C2958
(92,41,88)
#4B2148
(75,33,72)
#3A1938
(58,25,56)
#291128
(41,17,40)
#180918
(24,9,24)
#000000
(0,0,0)

Tints of #C259B8

#C259B8
(194,89,184)
#C768BE
(199,104,190)
#CC77C4
(204,119,196)
#D186CA
(209,134,202)
#D695D0
(214,149,208)
#DBA4D6
(219,164,214)
#E0B3DC
(224,179,220)
#E5C2E2
(229,194,226)
#EAD1E8
(234,209,232)
#EFE0EE
(239,224,238)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C259B8 color. Also use rgb(194,89,184) instead hex code.

Text Font Color

.myTextColor { color: #C259B8; }

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

This text font color is #C259B8.


Background Color

.myBgColor { background-color: #C259B8; }

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

This div background color is #C259B8.


Border color

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

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

This div border color is #C259B8.


Opacity

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

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

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

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

This text has shadow with #C259B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C259B8 on black background.


Color preview on white background

This text has color #C259B8 on white background.



Black color preview on #C259B8 background

This text has black color on #C259B8 background.


White color preview on #C259B8 background

This text has white color on #C259B8 background.