COLOR #CC21A0

HEX: #CC21A0
RGB: (204,33,160)

Color info

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

RGB color model

#CC21A0 color RGB value is (204,33,160).

  • red value is 204;
  • green value is 33;
  • blue value is 160.
RGB:
(204,33,160)
(80%,13%,63%)

RGB channels and saturation

R 204 of 255 = 80%
G 33 of 255 = 13%
B 160 of 255 = 63%

204
33
160

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

Portions of RGB colors in percentages

R + G + B =
204 + 33 + 160 = 397 (100%)
R 204 of 397 ~ 51.39%
G 33 of 397 ~ 8.31%
B 160 of 397 ~ 40.3%

%51.39
%40.3

CMYK color model

#CC21A0 color CMYK value is (0,84,22,20).

  • cyan value is 0.00%
  • magenta value is 83.82%
  • yellow value is 21.57%
  • key color value is 20.00%
CMYK:
(0,84,22,20)
C0M84Y22K20 
(0%,84%,22%,20%)
(0.00/0.84/0.22/0.20)	

CMYK percentages

%0
%83.82
%21.57
%20

Codes

Color #CC21A0 in popluar color models

CC21A0
RGB20433160
HSL315°72.15%46.47%
HSB/HSV315°83.82%80.00%
CMYK0.00%83.82%21.57%
20.00%

Color #CC21A0 in popluar number systems.

HEXCC21A0
Decimal20433160
Binary1100110010000110100000
Octal31441240

Shades and tints

Shades of #CC21A0

#CC21A0
(204,33,160)
#BA1E92
(186,30,146)
#A81B84
(168,27,132)
#961876
(150,24,118)
#841568
(132,21,104)
#72125A
(114,18,90)
#600F4C
(96,15,76)
#4E0C3E
(78,12,62)
#3C0930
(60,9,48)
#2A0622
(42,6,34)
#180314
(24,3,20)
#000000
(0,0,0)

Tints of #CC21A0

#CC21A0
(204,33,160)
#D035A8
(208,53,168)
#D449B0
(212,73,176)
#D85DB8
(216,93,184)
#DC71C0
(220,113,192)
#E085C8
(224,133,200)
#E499D0
(228,153,208)
#E8ADD8
(232,173,216)
#ECC1E0
(236,193,224)
#F0D5E8
(240,213,232)
#F4E9F0
(244,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC21A0 color. Also use rgb(204,33,160) instead hex code.

Text Font Color

.myTextColor { color: #CC21A0; }

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

This text font color is #CC21A0.


Background Color

.myBgColor { background-color: #CC21A0; }

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

This div background color is #CC21A0.


Border color

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

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

This div border color is #CC21A0.


Opacity

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

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

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

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

This text has shadow with #CC21A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC21A0 on black background.


Color preview on white background

This text has color #CC21A0 on white background.



Black color preview on #CC21A0 background

This text has black color on #CC21A0 background.


White color preview on #CC21A0 background

This text has white color on #CC21A0 background.