COLOR #CC2D54

HEX: #CC2D54
RGB: (204,45,84)

Color info

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

RGB color model

#CC2D54 color RGB value is (204,45,84).

  • red value is 204;
  • green value is 45;
  • blue value is 84.
RGB:
(204,45,84)
(80%,18%,33%)

RGB channels and saturation

R 204 of 255 = 80%
G 45 of 255 = 18%
B 84 of 255 = 33%

204
45
84

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

Portions of RGB colors in percentages

R + G + B =
204 + 45 + 84 = 333 (100%)
R 204 of 333 ~ 61.26%
G 45 of 333 ~ 13.51%
B 84 of 333 ~ 25.23%

%61.26
%13.51
%25.23

CMYK color model

#CC2D54 color CMYK value is (0,78,59,20).

  • cyan value is 0.00%
  • magenta value is 77.94%
  • yellow value is 58.82%
  • key color value is 20.00%
CMYK:
(0,78,59,20)
C0M78Y59K20 
(0%,78%,59%,20%)
(0.00/0.78/0.59/0.20)	

CMYK percentages

%0
%77.94
%58.82
%20

Codes

Color #CC2D54 in popluar color models

CC2D54
RGB2044584
HSL345°63.86%48.82%
HSB/HSV345°77.94%80.00%
CMYK0.00%77.94%58.82%
20.00%

Color #CC2D54 in popluar number systems.

HEXCC2D54
Decimal2044584
Binary110011001011011010100
Octal31455124

Shades and tints

Shades of #CC2D54

#CC2D54
(204,45,84)
#BA294D
(186,41,77)
#A82546
(168,37,70)
#96213F
(150,33,63)
#841D38
(132,29,56)
#721931
(114,25,49)
#60152A
(96,21,42)
#4E1123
(78,17,35)
#3C0D1C
(60,13,28)
#2A0915
(42,9,21)
#18050E
(24,5,14)
#000000
(0,0,0)

Tints of #CC2D54

#CC2D54
(204,45,84)
#D04063
(208,64,99)
#D45372
(212,83,114)
#D86681
(216,102,129)
#DC7990
(220,121,144)
#E08C9F
(224,140,159)
#E49FAE
(228,159,174)
#E8B2BD
(232,178,189)
#ECC5CC
(236,197,204)
#F0D8DB
(240,216,219)
#F4EBEA
(244,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC2D54 color. Also use rgb(204,45,84) instead hex code.

Text Font Color

.myTextColor { color: #CC2D54; }

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

This text font color is #CC2D54.


Background Color

.myBgColor { background-color: #CC2D54; }

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

This div background color is #CC2D54.


Border color

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

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

This div border color is #CC2D54.


Opacity

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

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

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

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

This text has shadow with #CC2D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC2D54 on black background.


Color preview on white background

This text has color #CC2D54 on white background.



Black color preview on #CC2D54 background

This text has black color on #CC2D54 background.


White color preview on #CC2D54 background

This text has white color on #CC2D54 background.