COLOR #C92476

HEX: #C92476
RGB: (201,36,118)

Color info

#C92476 contains mainly red color. Web safe color of #C92476 is #CC3366 (or #C36).

RGB color model

#C92476 color RGB value is (201,36,118).

  • red value is 201;
  • green value is 36;
  • blue value is 118.
RGB:
(201,36,118)
(79%,14%,46%)

RGB channels and saturation

R 201 of 255 = 79%
G 36 of 255 = 14%
B 118 of 255 = 46%

201
36
118

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

Portions of RGB colors in percentages

R + G + B =
201 + 36 + 118 = 355 (100%)
R 201 of 355 ~ 56.62%
G 36 of 355 ~ 10.14%
B 118 of 355 ~ 33.24%

%56.62
%10.14
%33.24

CMYK color model

#C92476 color CMYK value is (0,82,41,21).

  • cyan value is 0.00%
  • magenta value is 82.09%
  • yellow value is 41.29%
  • key color value is 21.18%
CMYK:
(0,82,41,21)
C0M82Y41K21 
(0%,82%,41%,21%)
(0.00/0.82/0.41/0.21)	

CMYK percentages

%0
%82.09
%41.29
%21.18

Codes

Color #C92476 in popluar color models

C92476
RGB20136118
HSL330°69.62%46.47%
HSB/HSV330°82.09%78.82%
CMYK0.00%82.09%41.29%
21.18%

Color #C92476 in popluar number systems.

HEXC92476
Decimal20136118
Binary110010011001001110110
Octal31144166

Shades and tints

Shades of #C92476

#C92476
(201,36,118)
#B7216C
(183,33,108)
#A51E62
(165,30,98)
#931B58
(147,27,88)
#81184E
(129,24,78)
#6F1544
(111,21,68)
#5D123A
(93,18,58)
#4B0F30
(75,15,48)
#390C26
(57,12,38)
#27091C
(39,9,28)
#150612
(21,6,18)
#000000
(0,0,0)

Tints of #C92476

#C92476
(201,36,118)
#CD3782
(205,55,130)
#D14A8E
(209,74,142)
#D55D9A
(213,93,154)
#D970A6
(217,112,166)
#DD83B2
(221,131,178)
#E196BE
(225,150,190)
#E5A9CA
(229,169,202)
#E9BCD6
(233,188,214)
#EDCFE2
(237,207,226)
#F1E2EE
(241,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C92476; }

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

This text font color is #C92476.


Background Color

.myBgColor { background-color: #C92476; }

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

This div background color is #C92476.


Border color

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

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

This div border color is #C92476.


Opacity

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

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

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

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

This text has shadow with #C92476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C92476 on black background.


Color preview on white background

This text has color #C92476 on white background.



Black color preview on #C92476 background

This text has black color on #C92476 background.


White color preview on #C92476 background

This text has white color on #C92476 background.