COLOR #C70876

HEX: #C70876
RGB: (199,8,118)

Color info

#C70876 contains mainly red color. Web safe color of #C70876 is #CC0066 (or #C06).

RGB color model

#C70876 color RGB value is (199,8,118).

  • red value is 199;
  • green value is 8;
  • blue value is 118.
RGB:
(199,8,118)
(78%,3%,46%)

RGB channels and saturation

R 199 of 255 = 78%
G 8 of 255 = 3%
B 118 of 255 = 46%

199
8
118

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

Portions of RGB colors in percentages

R + G + B =
199 + 8 + 118 = 325 (100%)
R 199 of 325 ~ 61.23%
G 8 of 325 ~ 2.46%
B 118 of 325 ~ 36.31%

%61.23
%36.31

CMYK color model

#C70876 color CMYK value is (0,96,41,22).

  • cyan value is 0.00%
  • magenta value is 95.98%
  • yellow value is 40.70%
  • key color value is 21.96%
CMYK:
(0,96,41,22)
C0M96Y41K22 
(0%,96%,41%,22%)
(0.00/0.96/0.41/0.22)	

CMYK percentages

%0
%95.98
%40.7
%21.96

Codes

Color #C70876 in popluar color models

C70876
RGB1998118
HSL325°92.27%40.59%
HSB/HSV325°95.98%78.04%
CMYK0.00%95.98%40.70%
21.96%

Color #C70876 in popluar number systems.

HEXC70876
Decimal1998118
Binary1100011110001110110
Octal30710166

Shades and tints

Shades of #C70876

#C70876
(199,8,118)
#B5086C
(181,8,108)
#A30862
(163,8,98)
#910858
(145,8,88)
#7F084E
(127,8,78)
#6D0844
(109,8,68)
#5B083A
(91,8,58)
#490830
(73,8,48)
#370826
(55,8,38)
#25081C
(37,8,28)
#130812
(19,8,18)
#000000
(0,0,0)

Tints of #C70876

#C70876
(199,8,118)
#CC1E82
(204,30,130)
#D1348E
(209,52,142)
#D64A9A
(214,74,154)
#DB60A6
(219,96,166)
#E076B2
(224,118,178)
#E58CBE
(229,140,190)
#EAA2CA
(234,162,202)
#EFB8D6
(239,184,214)
#F4CEE2
(244,206,226)
#F9E4EE
(249,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C70876 color. Also use rgb(199,8,118) instead hex code.

Text Font Color

.myTextColor { color: #C70876; }

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

This text font color is #C70876.


Background Color

.myBgColor { background-color: #C70876; }

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

This div background color is #C70876.


Border color

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

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

This div border color is #C70876.


Opacity

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

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

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

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

This text has shadow with #C70876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C70876 on black background.


Color preview on white background

This text has color #C70876 on white background.



Black color preview on #C70876 background

This text has black color on #C70876 background.


White color preview on #C70876 background

This text has white color on #C70876 background.