COLOR #C983C9

HEX: #C983C9
RGB: (201,131,201)

Color info

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

RGB color model

#C983C9 color RGB value is (201,131,201).

  • red value is 201;
  • green value is 131;
  • blue value is 201.
RGB:
(201,131,201)
(79%,51%,79%)

RGB channels and saturation

R 201 of 255 = 79%
G 131 of 255 = 51%
B 201 of 255 = 79%

201
131
201

R + G + B ~ 70%. #C983C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 131 + 201 = 533 (100%)
R 201 of 533 ~ 37.71%
G 131 of 533 ~ 24.58%
B 201 of 533 ~ 37.71%

%37.71
%24.58
%37.71

CMYK color model

#C983C9 color CMYK value is (0,35,0,21).

  • cyan value is 0.00%
  • magenta value is 34.83%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(0,35,0,21)
C0M35Y0K21 
(0%,35%,0%,21%)
(0.00/0.35/0.00/0.21)	

CMYK percentages

%0
%34.83
%0
%21.18

Codes

Color #C983C9 in popluar color models

C983C9
RGB201131201
HSL300°39.33%65.10%
HSB/HSV300°34.83%78.82%
CMYK0.00%34.83%0.00%
21.18%

Color #C983C9 in popluar number systems.

HEXC983C9
Decimal201131201
Binary110010011000001111001001
Octal311203311

Shades and tints

Shades of #C983C9

#C983C9
(201,131,201)
#B778B7
(183,120,183)
#A56DA5
(165,109,165)
#936293
(147,98,147)
#815781
(129,87,129)
#6F4C6F
(111,76,111)
#5D415D
(93,65,93)
#4B364B
(75,54,75)
#392B39
(57,43,57)
#272027
(39,32,39)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #C983C9

#C983C9
(201,131,201)
#CD8ECD
(205,142,205)
#D199D1
(209,153,209)
#D5A4D5
(213,164,213)
#D9AFD9
(217,175,217)
#DDBADD
(221,186,221)
#E1C5E1
(225,197,225)
#E5D0E5
(229,208,229)
#E9DBE9
(233,219,233)
#EDE6ED
(237,230,237)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C983C9 color. Also use rgb(201,131,201) instead hex code.

Text Font Color

.myTextColor { color: #C983C9; }

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

This text font color is #C983C9.


Background Color

.myBgColor { background-color: #C983C9; }

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

This div background color is #C983C9.


Border color

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

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

This div border color is #C983C9.


Opacity

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

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

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

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

This text has shadow with #C983C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C983C9 on black background.


Color preview on white background

This text has color #C983C9 on white background.



Black color preview on #C983C9 background

This text has black color on #C983C9 background.


White color preview on #C983C9 background

This text has white color on #C983C9 background.