COLOR #C44288

HEX: #C44288
RGB: (196,66,136)

Color info

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

RGB color model

#C44288 color RGB value is (196,66,136).

  • red value is 196;
  • green value is 66;
  • blue value is 136.
RGB:
(196,66,136)
(77%,26%,53%)

RGB channels and saturation

R 196 of 255 = 77%
G 66 of 255 = 26%
B 136 of 255 = 53%

196
66
136

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

Portions of RGB colors in percentages

R + G + B =
196 + 66 + 136 = 398 (100%)
R 196 of 398 ~ 49.25%
G 66 of 398 ~ 16.58%
B 136 of 398 ~ 34.17%

%49.25
%16.58
%34.17

CMYK color model

#C44288 color CMYK value is (0,66,31,23).

  • cyan value is 0.00%
  • magenta value is 66.33%
  • yellow value is 30.61%
  • key color value is 23.14%
CMYK:
(0,66,31,23)
C0M66Y31K23 
(0%,66%,31%,23%)
(0.00/0.66/0.31/0.23)	

CMYK percentages

%0
%66.33
%30.61
%23.14

Codes

Color #C44288 in popluar color models

C44288
RGB19666136
HSL328°52.42%51.37%
HSB/HSV328°66.33%76.86%
CMYK0.00%66.33%30.61%
23.14%

Color #C44288 in popluar number systems.

HEXC44288
Decimal19666136
Binary11000100100001010001000
Octal304102210

Shades and tints

Shades of #C44288

#C44288
(196,66,136)
#B33C7C
(179,60,124)
#A23670
(162,54,112)
#913064
(145,48,100)
#802A58
(128,42,88)
#6F244C
(111,36,76)
#5E1E40
(94,30,64)
#4D1834
(77,24,52)
#3C1228
(60,18,40)
#2B0C1C
(43,12,28)
#1A0610
(26,6,16)
#000000
(0,0,0)

Tints of #C44288

#C44288
(196,66,136)
#C95392
(201,83,146)
#CE649C
(206,100,156)
#D375A6
(211,117,166)
#D886B0
(216,134,176)
#DD97BA
(221,151,186)
#E2A8C4
(226,168,196)
#E7B9CE
(231,185,206)
#ECCAD8
(236,202,216)
#F1DBE2
(241,219,226)
#F6ECEC
(246,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C44288 color. Also use rgb(196,66,136) instead hex code.

Text Font Color

.myTextColor { color: #C44288; }

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

This text font color is #C44288.


Background Color

.myBgColor { background-color: #C44288; }

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

This div background color is #C44288.


Border color

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

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

This div border color is #C44288.


Opacity

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

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

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

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

This text has shadow with #C44288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C44288 on black background.


Color preview on white background

This text has color #C44288 on white background.



Black color preview on #C44288 background

This text has black color on #C44288 background.


White color preview on #C44288 background

This text has white color on #C44288 background.