COLOR #C963BF

HEX: #C963BF
RGB: (201,99,191)

Color info

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

RGB color model

#C963BF color RGB value is (201,99,191).

  • red value is 201;
  • green value is 99;
  • blue value is 191.
RGB:
(201,99,191)
(79%,39%,75%)

RGB channels and saturation

R 201 of 255 = 79%
G 99 of 255 = 39%
B 191 of 255 = 75%

201
99
191

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

Portions of RGB colors in percentages

R + G + B =
201 + 99 + 191 = 491 (100%)
R 201 of 491 ~ 40.94%
G 99 of 491 ~ 20.16%
B 191 of 491 ~ 38.9%

%40.94
%20.16
%38.9

CMYK color model

#C963BF color CMYK value is (0,51,5,21).

  • cyan value is 0.00%
  • magenta value is 50.75%
  • yellow value is 4.98%
  • key color value is 21.18%
CMYK:
(0,51,5,21)
C0M51Y5K21 
(0%,51%,5%,21%)
(0.00/0.51/0.05/0.21)	

CMYK percentages

%0
%50.75
%4.98
%21.18

Codes

Color #C963BF in popluar color models

C963BF
RGB20199191
HSL306°48.57%58.82%
HSB/HSV306°50.75%78.82%
CMYK0.00%50.75%4.98%
21.18%

Color #C963BF in popluar number systems.

HEXC963BF
Decimal20199191
Binary11001001110001110111111
Octal311143277

Shades and tints

Shades of #C963BF

#C963BF
(201,99,191)
#B75AAE
(183,90,174)
#A5519D
(165,81,157)
#93488C
(147,72,140)
#813F7B
(129,63,123)
#6F366A
(111,54,106)
#5D2D59
(93,45,89)
#4B2448
(75,36,72)
#391B37
(57,27,55)
#271226
(39,18,38)
#150915
(21,9,21)
#000000
(0,0,0)

Tints of #C963BF

#C963BF
(201,99,191)
#CD71C4
(205,113,196)
#D17FC9
(209,127,201)
#D58DCE
(213,141,206)
#D99BD3
(217,155,211)
#DDA9D8
(221,169,216)
#E1B7DD
(225,183,221)
#E5C5E2
(229,197,226)
#E9D3E7
(233,211,231)
#EDE1EC
(237,225,236)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C963BF; }

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

This text font color is #C963BF.


Background Color

.myBgColor { background-color: #C963BF; }

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

This div background color is #C963BF.


Border color

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

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

This div border color is #C963BF.


Opacity

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

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

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

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

This text has shadow with #C963BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C963BF on black background.


Color preview on white background

This text has color #C963BF on white background.



Black color preview on #C963BF background

This text has black color on #C963BF background.


White color preview on #C963BF background

This text has white color on #C963BF background.