COLOR #CC2993

HEX: #CC2993
RGB: (204,41,147)

Color info

#CC2993 contains mainly red and blue colors. Web safe color of #CC2993 is #CC3399 (or #C39).

RGB color model

#CC2993 color RGB value is (204,41,147).

  • red value is 204;
  • green value is 41;
  • blue value is 147.
RGB:
(204,41,147)
(80%,16%,58%)

RGB channels and saturation

R 204 of 255 = 80%
G 41 of 255 = 16%
B 147 of 255 = 58%

204
41
147

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

Portions of RGB colors in percentages

R + G + B =
204 + 41 + 147 = 392 (100%)
R 204 of 392 ~ 52.04%
G 41 of 392 ~ 10.46%
B 147 of 392 ~ 37.5%

%52.04
%10.46
%37.5

CMYK color model

#CC2993 color CMYK value is (0,80,28,20).

  • cyan value is 0.00%
  • magenta value is 79.90%
  • yellow value is 27.94%
  • key color value is 20.00%
CMYK:
(0,80,28,20)
C0M80Y28K20 
(0%,80%,28%,20%)
(0.00/0.80/0.28/0.20)	

CMYK percentages

%0
%79.9
%27.94
%20

Codes

Color #CC2993 in popluar color models

CC2993
RGB20441147
HSL321°66.53%48.04%
HSB/HSV321°79.90%80.00%
CMYK0.00%79.90%27.94%
20.00%

Color #CC2993 in popluar number systems.

HEXCC2993
Decimal20441147
Binary1100110010100110010011
Octal31451223

Shades and tints

Shades of #CC2993

#CC2993
(204,41,147)
#BA2686
(186,38,134)
#A82379
(168,35,121)
#96206C
(150,32,108)
#841D5F
(132,29,95)
#721A52
(114,26,82)
#601745
(96,23,69)
#4E1438
(78,20,56)
#3C112B
(60,17,43)
#2A0E1E
(42,14,30)
#180B11
(24,11,17)
#000000
(0,0,0)

Tints of #CC2993

#CC2993
(204,41,147)
#D03C9C
(208,60,156)
#D44FA5
(212,79,165)
#D862AE
(216,98,174)
#DC75B7
(220,117,183)
#E088C0
(224,136,192)
#E49BC9
(228,155,201)
#E8AED2
(232,174,210)
#ECC1DB
(236,193,219)
#F0D4E4
(240,212,228)
#F4E7ED
(244,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC2993 color. Also use rgb(204,41,147) instead hex code.

Text Font Color

.myTextColor { color: #CC2993; }

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

This text font color is #CC2993.


Background Color

.myBgColor { background-color: #CC2993; }

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

This div background color is #CC2993.


Border color

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

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

This div border color is #CC2993.


Opacity

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

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

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

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

This text has shadow with #CC2993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC2993 on black background.


Color preview on white background

This text has color #CC2993 on white background.



Black color preview on #CC2993 background

This text has black color on #CC2993 background.


White color preview on #CC2993 background

This text has white color on #CC2993 background.