COLOR #C84A81

HEX: #C84A81
RGB: (200,74,129)

Color info

#C84A81 contains mainly red color. Web safe color of #C84A81 is #CC3399 (or #C39).

RGB color model

#C84A81 color RGB value is (200,74,129).

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

RGB channels and saturation

R 200 of 255 = 78%
G 74 of 255 = 29%
B 129 of 255 = 51%

200
74
129

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

Portions of RGB colors in percentages

R + G + B =
200 + 74 + 129 = 403 (100%)
R 200 of 403 ~ 49.63%
G 74 of 403 ~ 18.36%
B 129 of 403 ~ 32.01%

%49.63
%18.36
%32.01

CMYK color model

#C84A81 color CMYK value is (0,63,36,22).

  • cyan value is 0.00%
  • magenta value is 63.00%
  • yellow value is 35.50%
  • key color value is 21.57%
CMYK:
(0,63,36,22)
C0M63Y36K22 
(0%,63%,36%,22%)
(0.00/0.63/0.36/0.22)	

CMYK percentages

%0
%63
%35.5
%21.57

Codes

Color #C84A81 in popluar color models

C84A81
RGB20074129
HSL334°53.39%53.73%
HSB/HSV334°63.00%78.43%
CMYK0.00%63.00%35.50%
21.57%

Color #C84A81 in popluar number systems.

HEXC84A81
Decimal20074129
Binary11001000100101010000001
Octal310112201

Shades and tints

Shades of #C84A81

#C84A81
(200,74,129)
#B64476
(182,68,118)
#A43E6B
(164,62,107)
#923860
(146,56,96)
#803255
(128,50,85)
#6E2C4A
(110,44,74)
#5C263F
(92,38,63)
#4A2034
(74,32,52)
#381A29
(56,26,41)
#26141E
(38,20,30)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #C84A81

#C84A81
(200,74,129)
#CD5A8C
(205,90,140)
#D26A97
(210,106,151)
#D77AA2
(215,122,162)
#DC8AAD
(220,138,173)
#E19AB8
(225,154,184)
#E6AAC3
(230,170,195)
#EBBACE
(235,186,206)
#F0CAD9
(240,202,217)
#F5DAE4
(245,218,228)
#FAEAEF
(250,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C84A81; }

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

This text font color is #C84A81.


Background Color

.myBgColor { background-color: #C84A81; }

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

This div background color is #C84A81.


Border color

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

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

This div border color is #C84A81.


Opacity

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

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

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

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

This text has shadow with #C84A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C84A81 on black background.


Color preview on white background

This text has color #C84A81 on white background.



Black color preview on #C84A81 background

This text has black color on #C84A81 background.


White color preview on #C84A81 background

This text has white color on #C84A81 background.