COLOR #C83BA6

HEX: #C83BA6
RGB: (200,59,166)

Color info

#C83BA6 contains mainly red and blue colors. Web safe color of #C83BA6 is #CC3399 (or #C39).

RGB color model

#C83BA6 color RGB value is (200,59,166).

  • red value is 200;
  • green value is 59;
  • blue value is 166.
RGB:
(200,59,166)
(78%,23%,65%)

RGB channels and saturation

R 200 of 255 = 78%
G 59 of 255 = 23%
B 166 of 255 = 65%

200
59
166

R + G + B ~ 55%. #C83BA6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
200 + 59 + 166 = 425 (100%)
R 200 of 425 ~ 47.06%
G 59 of 425 ~ 13.88%
B 166 of 425 ~ 39.06%

%47.06
%13.88
%39.06

CMYK color model

#C83BA6 color CMYK value is (0,71,17,22).

  • cyan value is 0.00%
  • magenta value is 70.50%
  • yellow value is 17.00%
  • key color value is 21.57%
CMYK:
(0,71,17,22)
C0M71Y17K22 
(0%,71%,17%,22%)
(0.00/0.71/0.17/0.22)	

CMYK percentages

%0
%70.5
%17
%21.57

Codes

Color #C83BA6 in popluar color models

C83BA6
RGB20059166
HSL314°56.18%50.78%
HSB/HSV314°70.50%78.43%
CMYK0.00%70.50%17.00%
21.57%

Color #C83BA6 in popluar number systems.

HEXC83BA6
Decimal20059166
Binary1100100011101110100110
Octal31073246

Shades and tints

Shades of #C83BA6

#C83BA6
(200,59,166)
#B63697
(182,54,151)
#A43188
(164,49,136)
#922C79
(146,44,121)
#80276A
(128,39,106)
#6E225B
(110,34,91)
#5C1D4C
(92,29,76)
#4A183D
(74,24,61)
#38132E
(56,19,46)
#260E1F
(38,14,31)
#140910
(20,9,16)
#000000
(0,0,0)

Tints of #C83BA6

#C83BA6
(200,59,166)
#CD4CAE
(205,76,174)
#D25DB6
(210,93,182)
#D76EBE
(215,110,190)
#DC7FC6
(220,127,198)
#E190CE
(225,144,206)
#E6A1D6
(230,161,214)
#EBB2DE
(235,178,222)
#F0C3E6
(240,195,230)
#F5D4EE
(245,212,238)
#FAE5F6
(250,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C83BA6 color. Also use rgb(200,59,166) instead hex code.

Text Font Color

.myTextColor { color: #C83BA6; }

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

This text font color is #C83BA6.


Background Color

.myBgColor { background-color: #C83BA6; }

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

This div background color is #C83BA6.


Border color

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

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

This div border color is #C83BA6.


Opacity

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

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

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

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

This text has shadow with #C83BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C83BA6 on black background.


Color preview on white background

This text has color #C83BA6 on white background.



Black color preview on #C83BA6 background

This text has black color on #C83BA6 background.


White color preview on #C83BA6 background

This text has white color on #C83BA6 background.