COLOR #C0589F

HEX: #C0589F
RGB: (192,88,159)

Color info

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

RGB color model

#C0589F color RGB value is (192,88,159).

  • red value is 192;
  • green value is 88;
  • blue value is 159.
RGB:
(192,88,159)
(75%,35%,62%)

RGB channels and saturation

R 192 of 255 = 75%
G 88 of 255 = 35%
B 159 of 255 = 62%

192
88
159

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

Portions of RGB colors in percentages

R + G + B =
192 + 88 + 159 = 439 (100%)
R 192 of 439 ~ 43.74%
G 88 of 439 ~ 20.05%
B 159 of 439 ~ 36.22%

%43.74
%20.05
%36.22

CMYK color model

#C0589F color CMYK value is (0,54,17,25).

  • cyan value is 0.00%
  • magenta value is 54.17%
  • yellow value is 17.19%
  • key color value is 24.71%
CMYK:
(0,54,17,25)
C0M54Y17K25 
(0%,54%,17%,25%)
(0.00/0.54/0.17/0.25)	

CMYK percentages

%0
%54.17
%17.19
%24.71

Codes

Color #C0589F in popluar color models

C0589F
RGB19288159
HSL319°45.22%54.90%
HSB/HSV319°54.17%75.29%
CMYK0.00%54.17%17.19%
24.71%

Color #C0589F in popluar number systems.

HEXC0589F
Decimal19288159
Binary11000000101100010011111
Octal300130237

Shades and tints

Shades of #C0589F

#C0589F
(192,88,159)
#AF5091
(175,80,145)
#9E4883
(158,72,131)
#8D4075
(141,64,117)
#7C3867
(124,56,103)
#6B3059
(107,48,89)
#5A284B
(90,40,75)
#49203D
(73,32,61)
#38182F
(56,24,47)
#271021
(39,16,33)
#160813
(22,8,19)
#000000
(0,0,0)

Tints of #C0589F

#C0589F
(192,88,159)
#C567A7
(197,103,167)
#CA76AF
(202,118,175)
#CF85B7
(207,133,183)
#D494BF
(212,148,191)
#D9A3C7
(217,163,199)
#DEB2CF
(222,178,207)
#E3C1D7
(227,193,215)
#E8D0DF
(232,208,223)
#EDDFE7
(237,223,231)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0589F color. Also use rgb(192,88,159) instead hex code.

Text Font Color

.myTextColor { color: #C0589F; }

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

This text font color is #C0589F.


Background Color

.myBgColor { background-color: #C0589F; }

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

This div background color is #C0589F.


Border color

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

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

This div border color is #C0589F.


Opacity

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

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

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

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

This text has shadow with #C0589F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0589F on black background.


Color preview on white background

This text has color #C0589F on white background.



Black color preview on #C0589F background

This text has black color on #C0589F background.


White color preview on #C0589F background

This text has white color on #C0589F background.