COLOR #C80044

HEX: #C80044
RGB: (200,0,68)

Color info

#C80044 contains mainly red color. Web safe color of #C80044 is #CC0033 (or #C03).

RGB color model

#C80044 color RGB value is (200,0,68).

  • red value is 200;
  • green value is 0;
  • blue value is 68.
RGB:
(200,0,68)
(78%,0%,27%)

RGB channels and saturation

R 200 of 255 = 78%
G 0 of 255 = 0%
B 68 of 255 = 27%

200
0
68

R + G + B ~ 35%. #C80044 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
200 + 0 + 68 = 268 (100%)
R 200 of 268 ~ 74.63%
G 0 of 268 ~ 0%
B 68 of 268 ~ 25.37%

%74.63
%25.37

CMYK color model

#C80044 color CMYK value is (0,100,66,22).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 66.00%
  • key color value is 21.57%
CMYK:
(0,100,66,22)
C0M100Y66K22 
(0%,100%,66%,22%)
(0.00/1.00/0.66/0.22)	

CMYK percentages

%0
%100
%66
%21.57

Codes

Color #C80044 in popluar color models

C80044
RGB200068
HSL340°100.00%39.22%
HSB/HSV340°100.00%78.43%
CMYK0.00%100.00%66.00%
21.57%

Color #C80044 in popluar number systems.

HEXC80044
Decimal200068
Binary1100100001000100
Octal3100104

Shades and tints

Shades of #C80044

#C80044
(200,0,68)
#B6003E
(182,0,62)
#A40038
(164,0,56)
#920032
(146,0,50)
#80002C
(128,0,44)
#6E0026
(110,0,38)
#5C0020
(92,0,32)
#4A001A
(74,0,26)
#380014
(56,0,20)
#26000E
(38,0,14)
#140008
(20,0,8)
#000000
(0,0,0)

Tints of #C80044

#C80044
(200,0,68)
#CD1755
(205,23,85)
#D22E66
(210,46,102)
#D74577
(215,69,119)
#DC5C88
(220,92,136)
#E17399
(225,115,153)
#E68AAA
(230,138,170)
#EBA1BB
(235,161,187)
#F0B8CC
(240,184,204)
#F5CFDD
(245,207,221)
#FAE6EE
(250,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C80044 color. Also use rgb(200,0,68) instead hex code.

Text Font Color

.myTextColor { color: #C80044; }

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

This text font color is #C80044.


Background Color

.myBgColor { background-color: #C80044; }

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

This div background color is #C80044.


Border color

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

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

This div border color is #C80044.


Opacity

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

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

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

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

This text has shadow with #C80044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C80044 on black background.


Color preview on white background

This text has color #C80044 on white background.



Black color preview on #C80044 background

This text has black color on #C80044 background.


White color preview on #C80044 background

This text has white color on #C80044 background.