COLOR #CC61AB

HEX: #CC61AB RGB: (204,97,171)

Color info

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

RGB color model

#CC61AB color RGB value is (204,97,171).

RGB: (204,97,171) (80%, 38%, 67%)

RGB channels and saturation

R 204 of 255 = 80%
G 97 of 255 = 38%
B 171 of 255 = 67%

204
97
171

R + G + B ~ 62%. #CC61AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 97 + 171 = 472 (100%)
R 204 of 472 ~ 43.22%
G 97 of 472 ~ 20.55%
B 171 of 472 ~ 36.23'%

%43.22
%20.55
%36.23

CMYK color model

#CC61AB color CMYK value is (0,52,16,20).

  • cyan value is 0.00%
  • magenta value is 52.45%
  • yellow value is 16.18%
  • key color value is 20.00%

CMYK: (0,52,16,20)
C0M52Y16K20 (0%, 52%, 16%, 20%)
(0.00 / 0.52 / 0.16 / 0.20)

CMYK percentages

%0
%52.45
%16.18
%20

Codes

Color #CC61AB in popluar color models

CC 61 AB
RGB 204 97 171
HSL 319° 51.20% 59.02%
HSB/HSV 319° 52.45% 80.00%
CMYK 0.00% 52.45% 16.18%
20.00%

Color #CC61AB in popluar number systems.

HEX CC 61 AB
Decimal 204 97 171
Binary 11001100 1100001 10101011
Octal 314 141 253

Shades and tints

Shades of #CC61AB

#CC61AB
(204,97,171)
#BA599C
(186,89,156)
#A8518D
(168,81,141)
#96497E
(150,73,126)
#84416F
(132,65,111)
#723960
(114,57,96)
#603151
(96,49,81)
#4E2942
(78,41,66)
#3C2133
(60,33,51)
#2A1924
(42,25,36)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #CC61AB

#CC61AB
(204,97,171)
#D06FB2
(208,111,178)
#D47DB9
(212,125,185)
#D88BC0
(216,139,192)
#DC99C7
(220,153,199)
#E0A7CE
(224,167,206)
#E4B5D5
(228,181,213)
#E8C3DC
(232,195,220)
#ECD1E3
(236,209,227)
#F0DFEA
(240,223,234)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC61AB; }

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

This text font color is #CC61AB.

Background Color

.myBgColor { background-color: #CC61AB; }

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

This div background color is #CC61AB.

Border color

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

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

This div border color is #CC61AB.

Opacity

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

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

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

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

This text has shadow with #CC61AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC61AB.

Preview

Color preview on black background

This text has color #CC61AB on black background.


Color preview on white background

This text has color #CC61AB on white background.


Black color preview on #CC61AB background

This text has black color on #CC61AB background.


White color preview on #CC61AB background

This text has white color on #CC61AB background.


Related colors

Complementary color

Complementary color for #hex is #339E54.


I love getcolorcode.com

Triadic colors

1 #ABCC61 and #61ABCC with #CC61AB are triadic colors.

2 #AB61CC and #61CCAB with #CC61AB are triadic colors.