COLOR #C592E1

HEX: #C592E1
RGB: (197,146,225)

Color info

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

RGB color model

#C592E1 color RGB value is (197,146,225).

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

RGB channels and saturation

R 197 of 255 = 77%
G 146 of 255 = 57%
B 225 of 255 = 88%

197
146
225

R + G + B ~ 74%. #C592E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 146 + 225 = 568 (100%)
R 197 of 568 ~ 34.68%
G 146 of 568 ~ 25.7%
B 225 of 568 ~ 39.61%

%34.68
%25.7
%39.61

CMYK color model

#C592E1 color CMYK value is (12,35,0,12).

  • cyan value is 12.44%
  • magenta value is 35.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(12,35,0,12)
C12M35Y0K12 
(12%,35%,0%,12%)
(0.12/0.35/0.00/0.12)	

CMYK percentages

%12.44
%35.11
%0
%11.76

Codes

Color #C592E1 in popluar color models

C592E1
RGB197146225
HSL279°56.83%72.75%
HSB/HSV279°35.11%88.24%
CMYK12.44%35.11%0.00%
11.76%

Color #C592E1 in popluar number systems.

HEXC592E1
Decimal197146225
Binary110001011001001011100001
Octal305222341

Shades and tints

Shades of #C592E1

#C592E1
(197,146,225)
#B485CD
(180,133,205)
#A378B9
(163,120,185)
#926BA5
(146,107,165)
#815E91
(129,94,145)
#70517D
(112,81,125)
#5F4469
(95,68,105)
#4E3755
(78,55,85)
#3D2A41
(61,42,65)
#2C1D2D
(44,29,45)
#1B1019
(27,16,25)
#000000
(0,0,0)

Tints of #C592E1

#C592E1
(197,146,225)
#CA9BE3
(202,155,227)
#CFA4E5
(207,164,229)
#D4ADE7
(212,173,231)
#D9B6E9
(217,182,233)
#DEBFEB
(222,191,235)
#E3C8ED
(227,200,237)
#E8D1EF
(232,209,239)
#EDDAF1
(237,218,241)
#F2E3F3
(242,227,243)
#F7ECF5
(247,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C592E1; }

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

This text font color is #C592E1.


Background Color

.myBgColor { background-color: #C592E1; }

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

This div background color is #C592E1.


Border color

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

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

This div border color is #C592E1.


Opacity

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

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

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

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

This text has shadow with #C592E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C592E1 on black background.


Color preview on white background

This text has color #C592E1 on white background.



Black color preview on #C592E1 background

This text has black color on #C592E1 background.


White color preview on #C592E1 background

This text has white color on #C592E1 background.