COLOR #C561C2

HEX: #C561C2
RGB: (197,97,194)

Color info

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

RGB color model

#C561C2 color RGB value is (197,97,194).

  • red value is 197;
  • green value is 97;
  • blue value is 194.
RGB:
(197,97,194)
(77%,38%,76%)

RGB channels and saturation

R 197 of 255 = 77%
G 97 of 255 = 38%
B 194 of 255 = 76%

197
97
194

R + G + B ~ 64%. #C561C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 97 + 194 = 488 (100%)
R 197 of 488 ~ 40.37%
G 97 of 488 ~ 19.88%
B 194 of 488 ~ 39.75%

%40.37
%19.88
%39.75

CMYK color model

#C561C2 color CMYK value is (0,51,2,23).

  • cyan value is 0.00%
  • magenta value is 50.76%
  • yellow value is 1.52%
  • key color value is 22.75%
CMYK:
(0,51,2,23)
C0M51Y2K23 
(0%,51%,2%,23%)
(0.00/0.51/0.02/0.23)	

CMYK percentages

%0
%50.76
%1.52
%22.75

Codes

Color #C561C2 in popluar color models

C561C2
RGB19797194
HSL302°46.30%57.65%
HSB/HSV302°50.76%77.25%
CMYK0.00%50.76%1.52%
22.75%

Color #C561C2 in popluar number systems.

HEXC561C2
Decimal19797194
Binary11000101110000111000010
Octal305141302

Shades and tints

Shades of #C561C2

#C561C2
(197,97,194)
#B459B1
(180,89,177)
#A351A0
(163,81,160)
#92498F
(146,73,143)
#81417E
(129,65,126)
#70396D
(112,57,109)
#5F315C
(95,49,92)
#4E294B
(78,41,75)
#3D213A
(61,33,58)
#2C1929
(44,25,41)
#1B1118
(27,17,24)
#000000
(0,0,0)

Tints of #C561C2

#C561C2
(197,97,194)
#CA6FC7
(202,111,199)
#CF7DCC
(207,125,204)
#D48BD1
(212,139,209)
#D999D6
(217,153,214)
#DEA7DB
(222,167,219)
#E3B5E0
(227,181,224)
#E8C3E5
(232,195,229)
#EDD1EA
(237,209,234)
#F2DFEF
(242,223,239)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C561C2 color. Also use rgb(197,97,194) instead hex code.

Text Font Color

.myTextColor { color: #C561C2; }

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

This text font color is #C561C2.


Background Color

.myBgColor { background-color: #C561C2; }

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

This div background color is #C561C2.


Border color

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

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

This div border color is #C561C2.


Opacity

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

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

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

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

This text has shadow with #C561C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C561C2 on black background.


Color preview on white background

This text has color #C561C2 on white background.



Black color preview on #C561C2 background

This text has black color on #C561C2 background.


White color preview on #C561C2 background

This text has white color on #C561C2 background.