COLOR #C581C8

HEX: #C581C8
RGB: (197,129,200)

Color info

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

RGB color model

#C581C8 color RGB value is (197,129,200).

  • red value is 197;
  • green value is 129;
  • blue value is 200.
RGB:
(197,129,200)
(77%,51%,78%)

RGB channels and saturation

R 197 of 255 = 77%
G 129 of 255 = 51%
B 200 of 255 = 78%

197
129
200

R + G + B ~ 69%. #C581C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 129 + 200 = 526 (100%)
R 197 of 526 ~ 37.45%
G 129 of 526 ~ 24.52%
B 200 of 526 ~ 38.02%

%37.45
%24.52
%38.02

CMYK color model

#C581C8 color CMYK value is (1,36,0,22).

  • cyan value is 1.50%
  • magenta value is 35.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(1,36,0,22)
C1M36Y0K22 
(1%,36%,0%,22%)
(0.01/0.36/0.00/0.22)	

CMYK percentages

%1.5
%35.5
%0
%21.57

Codes

Color #C581C8 in popluar color models

C581C8
RGB197129200
HSL297°39.23%64.51%
HSB/HSV297°35.50%78.43%
CMYK1.50%35.50%0.00%
21.57%

Color #C581C8 in popluar number systems.

HEXC581C8
Decimal197129200
Binary110001011000000111001000
Octal305201310

Shades and tints

Shades of #C581C8

#C581C8
(197,129,200)
#B476B6
(180,118,182)
#A36BA4
(163,107,164)
#926092
(146,96,146)
#815580
(129,85,128)
#704A6E
(112,74,110)
#5F3F5C
(95,63,92)
#4E344A
(78,52,74)
#3D2938
(61,41,56)
#2C1E26
(44,30,38)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #C581C8

#C581C8
(197,129,200)
#CA8CCD
(202,140,205)
#CF97D2
(207,151,210)
#D4A2D7
(212,162,215)
#D9ADDC
(217,173,220)
#DEB8E1
(222,184,225)
#E3C3E6
(227,195,230)
#E8CEEB
(232,206,235)
#EDD9F0
(237,217,240)
#F2E4F5
(242,228,245)
#F7EFFA
(247,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C581C8 color. Also use rgb(197,129,200) instead hex code.

Text Font Color

.myTextColor { color: #C581C8; }

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

This text font color is #C581C8.


Background Color

.myBgColor { background-color: #C581C8; }

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

This div background color is #C581C8.


Border color

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

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

This div border color is #C581C8.


Opacity

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

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

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

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

This text has shadow with #C581C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C581C8 on black background.


Color preview on white background

This text has color #C581C8 on white background.



Black color preview on #C581C8 background

This text has black color on #C581C8 background.


White color preview on #C581C8 background

This text has white color on #C581C8 background.