COLOR #C592D3

HEX: #C592D3
RGB: (197,146,211)

Color info

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

RGB color model

#C592D3 color RGB value is (197,146,211).

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

RGB channels and saturation

R 197 of 255 = 77%
G 146 of 255 = 57%
B 211 of 255 = 83%

197
146
211

R + G + B ~ 72%. #C592D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 146 + 211 = 554 (100%)
R 197 of 554 ~ 35.56%
G 146 of 554 ~ 26.35%
B 211 of 554 ~ 38.09%

%35.56
%26.35
%38.09

CMYK color model

#C592D3 color CMYK value is (7,31,0,17).

  • cyan value is 6.64%
  • magenta value is 30.81%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(7,31,0,17)
C7M31Y0K17 
(7%,31%,0%,17%)
(0.07/0.31/0.00/0.17)	

CMYK percentages

%6.64
%30.81
%0
%17.25

Codes

Color #C592D3 in popluar color models

C592D3
RGB197146211
HSL287°42.48%70.00%
HSB/HSV287°30.81%82.75%
CMYK6.64%30.81%0.00%
17.25%

Color #C592D3 in popluar number systems.

HEXC592D3
Decimal197146211
Binary110001011001001011010011
Octal305222323

Shades and tints

Shades of #C592D3

#C592D3
(197,146,211)
#B485C0
(180,133,192)
#A378AD
(163,120,173)
#926B9A
(146,107,154)
#815E87
(129,94,135)
#705174
(112,81,116)
#5F4461
(95,68,97)
#4E374E
(78,55,78)
#3D2A3B
(61,42,59)
#2C1D28
(44,29,40)
#1B1015
(27,16,21)
#000000
(0,0,0)

Tints of #C592D3

#C592D3
(197,146,211)
#CA9BD7
(202,155,215)
#CFA4DB
(207,164,219)
#D4ADDF
(212,173,223)
#D9B6E3
(217,182,227)
#DEBFE7
(222,191,231)
#E3C8EB
(227,200,235)
#E8D1EF
(232,209,239)
#EDDAF3
(237,218,243)
#F2E3F7
(242,227,247)
#F7ECFB
(247,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C592D3; }

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

This text font color is #C592D3.


Background Color

.myBgColor { background-color: #C592D3; }

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

This div background color is #C592D3.


Border color

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

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

This div border color is #C592D3.


Opacity

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

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

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

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

This text has shadow with #C592D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C592D3 on black background.


Color preview on white background

This text has color #C592D3 on white background.



Black color preview on #C592D3 background

This text has black color on #C592D3 background.


White color preview on #C592D3 background

This text has white color on #C592D3 background.