COLOR #CC2A90

HEX: #CC2A90
RGB: (204,42,144)

Color info

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

RGB color model

#CC2A90 color RGB value is (204,42,144).

  • red value is 204;
  • green value is 42;
  • blue value is 144.
RGB:
(204,42,144)
(80%,16%,56%)

RGB channels and saturation

R 204 of 255 = 80%
G 42 of 255 = 16%
B 144 of 255 = 56%

204
42
144

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

Portions of RGB colors in percentages

R + G + B =
204 + 42 + 144 = 390 (100%)
R 204 of 390 ~ 52.31%
G 42 of 390 ~ 10.77%
B 144 of 390 ~ 36.92%

%52.31
%10.77
%36.92

CMYK color model

#CC2A90 color CMYK value is (0,79,29,20).

  • cyan value is 0.00%
  • magenta value is 79.41%
  • yellow value is 29.41%
  • key color value is 20.00%
CMYK:
(0,79,29,20)
C0M79Y29K20 
(0%,79%,29%,20%)
(0.00/0.79/0.29/0.20)	

CMYK percentages

%0
%79.41
%29.41
%20

Codes

Color #CC2A90 in popluar color models

CC2A90
RGB20442144
HSL322°65.85%48.24%
HSB/HSV322°79.41%80.00%
CMYK0.00%79.41%29.41%
20.00%

Color #CC2A90 in popluar number systems.

HEXCC2A90
Decimal20442144
Binary1100110010101010010000
Octal31452220

Shades and tints

Shades of #CC2A90

#CC2A90
(204,42,144)
#BA2783
(186,39,131)
#A82476
(168,36,118)
#962169
(150,33,105)
#841E5C
(132,30,92)
#721B4F
(114,27,79)
#601842
(96,24,66)
#4E1535
(78,21,53)
#3C1228
(60,18,40)
#2A0F1B
(42,15,27)
#180C0E
(24,12,14)
#000000
(0,0,0)

Tints of #CC2A90

#CC2A90
(204,42,144)
#D03D9A
(208,61,154)
#D450A4
(212,80,164)
#D863AE
(216,99,174)
#DC76B8
(220,118,184)
#E089C2
(224,137,194)
#E49CCC
(228,156,204)
#E8AFD6
(232,175,214)
#ECC2E0
(236,194,224)
#F0D5EA
(240,213,234)
#F4E8F4
(244,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC2A90 color. Also use rgb(204,42,144) instead hex code.

Text Font Color

.myTextColor { color: #CC2A90; }

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

This text font color is #CC2A90.


Background Color

.myBgColor { background-color: #CC2A90; }

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

This div background color is #CC2A90.


Border color

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

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

This div border color is #CC2A90.


Opacity

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

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

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

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

This text has shadow with #CC2A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC2A90 on black background.


Color preview on white background

This text has color #CC2A90 on white background.



Black color preview on #CC2A90 background

This text has black color on #CC2A90 background.


White color preview on #CC2A90 background

This text has white color on #CC2A90 background.