COLOR #CC5ABE

HEX: #CC5ABE
RGB: (204,90,190)

Color info

#CC5ABE contains mainly red and blue colors. Web safe color of #CC5ABE is #CC66CC (or #C6C).

RGB color model

#CC5ABE color RGB value is (204,90,190).

  • red value is 204;
  • green value is 90;
  • blue value is 190.
RGB:
(204,90,190)
(80%,35%,75%)

RGB channels and saturation

R 204 of 255 = 80%
G 90 of 255 = 35%
B 190 of 255 = 75%

204
90
190

R + G + B ~ 63%. #CC5ABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 90 + 190 = 484 (100%)
R 204 of 484 ~ 42.15%
G 90 of 484 ~ 18.6%
B 190 of 484 ~ 39.26%

%42.15
%18.6
%39.26

CMYK color model

#CC5ABE color CMYK value is (0,56,7,20).

  • cyan value is 0.00%
  • magenta value is 55.88%
  • yellow value is 6.86%
  • key color value is 20.00%
CMYK:
(0,56,7,20)
C0M56Y7K20 
(0%,56%,7%,20%)
(0.00/0.56/0.07/0.20)	

CMYK percentages

%0
%55.88
%6.86
%20

Codes

Color #CC5ABE in popluar color models

CC5ABE
RGB20490190
HSL307°52.78%57.65%
HSB/HSV307°55.88%80.00%
CMYK0.00%55.88%6.86%
20.00%

Color #CC5ABE in popluar number systems.

HEXCC5ABE
Decimal20490190
Binary11001100101101010111110
Octal314132276

Shades and tints

Shades of #CC5ABE

#CC5ABE
(204,90,190)
#BA52AD
(186,82,173)
#A84A9C
(168,74,156)
#96428B
(150,66,139)
#843A7A
(132,58,122)
#723269
(114,50,105)
#602A58
(96,42,88)
#4E2247
(78,34,71)
#3C1A36
(60,26,54)
#2A1225
(42,18,37)
#180A14
(24,10,20)
#000000
(0,0,0)

Tints of #CC5ABE

#CC5ABE
(204,90,190)
#D069C3
(208,105,195)
#D478C8
(212,120,200)
#D887CD
(216,135,205)
#DC96D2
(220,150,210)
#E0A5D7
(224,165,215)
#E4B4DC
(228,180,220)
#E8C3E1
(232,195,225)
#ECD2E6
(236,210,230)
#F0E1EB
(240,225,235)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC5ABE color. Also use rgb(204,90,190) instead hex code.

Text Font Color

.myTextColor { color: #CC5ABE; }

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

This text font color is #CC5ABE.


Background Color

.myBgColor { background-color: #CC5ABE; }

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

This div background color is #CC5ABE.


Border color

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

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

This div border color is #CC5ABE.


Opacity

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

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

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

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

This text has shadow with #CC5ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC5ABE on black background.


Color preview on white background

This text has color #CC5ABE on white background.



Black color preview on #CC5ABE background

This text has black color on #CC5ABE background.


White color preview on #CC5ABE background

This text has white color on #CC5ABE background.