COLOR #CC619E

HEX: #CC619E
RGB: (204,97,158)

Color info

#CC619E contains mainly red and blue colors. Web safe color of #CC619E is #CC6699 (or #C69).

RGB color model

#CC619E color RGB value is (204,97,158).

  • red value is 204;
  • green value is 97;
  • blue value is 158.
RGB:
(204,97,158)
(80%,38%,62%)

RGB channels and saturation

R 204 of 255 = 80%
G 97 of 255 = 38%
B 158 of 255 = 62%

204
97
158

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

Portions of RGB colors in percentages

R + G + B =
204 + 97 + 158 = 459 (100%)
R 204 of 459 ~ 44.44%
G 97 of 459 ~ 21.13%
B 158 of 459 ~ 34.42%

%44.44
%21.13
%34.42

CMYK color model

#CC619E color CMYK value is (0,52,23,20).

  • cyan value is 0.00%
  • magenta value is 52.45%
  • yellow value is 22.55%
  • key color value is 20.00%
CMYK:
(0,52,23,20)
C0M52Y23K20 
(0%,52%,23%,20%)
(0.00/0.52/0.23/0.20)	

CMYK percentages

%0
%52.45
%22.55
%20

Codes

Color #CC619E in popluar color models

CC619E
RGB20497158
HSL326°51.20%59.02%
HSB/HSV326°52.45%80.00%
CMYK0.00%52.45%22.55%
20.00%

Color #CC619E in popluar number systems.

HEXCC619E
Decimal20497158
Binary11001100110000110011110
Octal314141236

Shades and tints

Shades of #CC619E

#CC619E
(204,97,158)
#BA5990
(186,89,144)
#A85182
(168,81,130)
#964974
(150,73,116)
#844166
(132,65,102)
#723958
(114,57,88)
#60314A
(96,49,74)
#4E293C
(78,41,60)
#3C212E
(60,33,46)
#2A1920
(42,25,32)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #CC619E

#CC619E
(204,97,158)
#D06FA6
(208,111,166)
#D47DAE
(212,125,174)
#D88BB6
(216,139,182)
#DC99BE
(220,153,190)
#E0A7C6
(224,167,198)
#E4B5CE
(228,181,206)
#E8C3D6
(232,195,214)
#ECD1DE
(236,209,222)
#F0DFE6
(240,223,230)
#F4EDEE
(244,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC619E color. Also use rgb(204,97,158) instead hex code.

Text Font Color

.myTextColor { color: #CC619E; }

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

This text font color is #CC619E.


Background Color

.myBgColor { background-color: #CC619E; }

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

This div background color is #CC619E.


Border color

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

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

This div border color is #CC619E.


Opacity

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

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

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

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

This text has shadow with #CC619E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC619E on black background.


Color preview on white background

This text has color #CC619E on white background.



Black color preview on #CC619E background

This text has black color on #CC619E background.


White color preview on #CC619E background

This text has white color on #CC619E background.