COLOR #C6244E

HEX: #C6244E
RGB: (198,36,78)

Color info

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

RGB color model

#C6244E color RGB value is (198,36,78).

  • red value is 198;
  • green value is 36;
  • blue value is 78.
RGB:
(198,36,78)
(78%,14%,31%)

RGB channels and saturation

R 198 of 255 = 78%
G 36 of 255 = 14%
B 78 of 255 = 31%

198
36
78

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

Portions of RGB colors in percentages

R + G + B =
198 + 36 + 78 = 312 (100%)
R 198 of 312 ~ 63.46%
G 36 of 312 ~ 11.54%
B 78 of 312 ~ 25%

%63.46
%11.54
%25

CMYK color model

#C6244E color CMYK value is (0,82,61,22).

  • cyan value is 0.00%
  • magenta value is 81.82%
  • yellow value is 60.61%
  • key color value is 22.35%
CMYK:
(0,82,61,22)
C0M82Y61K22 
(0%,82%,61%,22%)
(0.00/0.82/0.61/0.22)	

CMYK percentages

%0
%81.82
%60.61
%22.35

Codes

Color #C6244E in popluar color models

C6244E
RGB1983678
HSL344°69.23%45.88%
HSB/HSV344°81.82%77.65%
CMYK0.00%81.82%60.61%
22.35%

Color #C6244E in popluar number systems.

HEXC6244E
Decimal1983678
Binary110001101001001001110
Octal30644116

Shades and tints

Shades of #C6244E

#C6244E
(198,36,78)
#B42147
(180,33,71)
#A21E40
(162,30,64)
#901B39
(144,27,57)
#7E1832
(126,24,50)
#6C152B
(108,21,43)
#5A1224
(90,18,36)
#480F1D
(72,15,29)
#360C16
(54,12,22)
#24090F
(36,9,15)
#120608
(18,6,8)
#000000
(0,0,0)

Tints of #C6244E

#C6244E
(198,36,78)
#CB375E
(203,55,94)
#D04A6E
(208,74,110)
#D55D7E
(213,93,126)
#DA708E
(218,112,142)
#DF839E
(223,131,158)
#E496AE
(228,150,174)
#E9A9BE
(233,169,190)
#EEBCCE
(238,188,206)
#F3CFDE
(243,207,222)
#F8E2EE
(248,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6244E color. Also use rgb(198,36,78) instead hex code.

Text Font Color

.myTextColor { color: #C6244E; }

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

This text font color is #C6244E.


Background Color

.myBgColor { background-color: #C6244E; }

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

This div background color is #C6244E.


Border color

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

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

This div border color is #C6244E.


Opacity

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

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

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

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

This text has shadow with #C6244E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6244E on black background.


Color preview on white background

This text has color #C6244E on white background.



Black color preview on #C6244E background

This text has black color on #C6244E background.


White color preview on #C6244E background

This text has white color on #C6244E background.