COLOR #C592E5

HEX: #C592E5
RGB: (197,146,229)

Color info

#C592E5 contains mainly red and blue colors. Web safe color of #C592E5 is #CC99CC (or #C9C).

RGB color model

#C592E5 color RGB value is (197,146,229).

  • red value is 197;
  • green value is 146;
  • blue value is 229.
RGB:
(197,146,229)
(77%,57%,90%)

RGB channels and saturation

R 197 of 255 = 77%
G 146 of 255 = 57%
B 229 of 255 = 90%

197
146
229

R + G + B ~ 75%. #C592E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 146 + 229 = 572 (100%)
R 197 of 572 ~ 34.44%
G 146 of 572 ~ 25.52%
B 229 of 572 ~ 40.03%

%34.44
%25.52
%40.03

CMYK color model

#C592E5 color CMYK value is (14,36,0,10).

  • cyan value is 13.97%
  • magenta value is 36.24%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(14,36,0,10)
C14M36Y0K10 
(14%,36%,0%,10%)
(0.14/0.36/0.00/0.10)	

CMYK percentages

%13.97
%36.24
%0
%10.2

Codes

Color #C592E5 in popluar color models

C592E5
RGB197146229
HSL277°61.48%73.53%
HSB/HSV277°36.24%89.80%
CMYK13.97%36.24%0.00%
10.20%

Color #C592E5 in popluar number systems.

HEXC592E5
Decimal197146229
Binary110001011001001011100101
Octal305222345

Shades and tints

Shades of #C592E5

#C592E5
(197,146,229)
#B485D1
(180,133,209)
#A378BD
(163,120,189)
#926BA9
(146,107,169)
#815E95
(129,94,149)
#705181
(112,81,129)
#5F446D
(95,68,109)
#4E3759
(78,55,89)
#3D2A45
(61,42,69)
#2C1D31
(44,29,49)
#1B101D
(27,16,29)
#000000
(0,0,0)

Tints of #C592E5

#C592E5
(197,146,229)
#CA9BE7
(202,155,231)
#CFA4E9
(207,164,233)
#D4ADEB
(212,173,235)
#D9B6ED
(217,182,237)
#DEBFEF
(222,191,239)
#E3C8F1
(227,200,241)
#E8D1F3
(232,209,243)
#EDDAF5
(237,218,245)
#F2E3F7
(242,227,247)
#F7ECF9
(247,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C592E5 color. Also use rgb(197,146,229) instead hex code.

Text Font Color

.myTextColor { color: #C592E5; }

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

This text font color is #C592E5.


Background Color

.myBgColor { background-color: #C592E5; }

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

This div background color is #C592E5.


Border color

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

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

This div border color is #C592E5.


Opacity

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

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

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

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

This text has shadow with #C592E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C592E5 on black background.


Color preview on white background

This text has color #C592E5 on white background.



Black color preview on #C592E5 background

This text has black color on #C592E5 background.


White color preview on #C592E5 background

This text has white color on #C592E5 background.