COLOR #CC37D1

HEX: #CC37D1 RGB: (204,55,209)

Color info

#CC37D1 contains mainly red and blue colors. Web safe color of #CC37D1 is #CC33CC (or #C3C).

RGB color model

#CC37D1 color RGB value is (204,55,209).

RGB: (204,55,209) (80%, 22%, 82%)

RGB channels and saturation

R 204 of 255 = 80%
G 55 of 255 = 22%
B 209 of 255 = 82%

204
55
209

R + G + B ~ 61%. #CC37D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 55 + 209 = 468 (100%)
R 204 of 468 ~ 43.59%
G 55 of 468 ~ 11.75%
B 209 of 468 ~ 44.66'%

%43.59
%11.75
%44.66

CMYK color model

#CC37D1 color CMYK value is (2,74,0,18).

  • cyan value is 2.39%
  • magenta value is 73.68%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (2,74,0,18)
C2M74Y0K18 (2%, 74%, 0%, 18%)
(0.02 / 0.74 / 0.00 / 0.18)

CMYK percentages

%2.39
%73.68
%0
%18.04

Codes

Color #CC37D1 in popluar color models

CC 37 D1
RGB 204 55 209
HSL 298° 62.60% 51.76%
HSB/HSV 298° 73.68% 81.96%
CMYK 2.39% 73.68% 0.00%
18.04%

Color #CC37D1 in popluar number systems.

HEX CC 37 D1
Decimal 204 55 209
Binary 11001100 110111 11010001
Octal 314 67 321

Shades and tints

Shades of #CC37D1

#CC37D1
(204,55,209)
#BA32BE
(186,50,190)
#A82DAB
(168,45,171)
#962898
(150,40,152)
#842385
(132,35,133)
#721E72
(114,30,114)
#60195F
(96,25,95)
#4E144C
(78,20,76)
#3C0F39
(60,15,57)
#2A0A26
(42,10,38)
#180513
(24,5,19)
#000000
(0,0,0)

Tints of #CC37D1

#CC37D1
(204,55,209)
#D049D5
(208,73,213)
#D45BD9
(212,91,217)
#D86DDD
(216,109,221)
#DC7FE1
(220,127,225)
#E091E5
(224,145,229)
#E4A3E9
(228,163,233)
#E8B5ED
(232,181,237)
#ECC7F1
(236,199,241)
#F0D9F5
(240,217,245)
#F4EBF9
(244,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC37D1 color. Also use rgb(204,55,209) instead hex code.

Text Font Color

.myTextColor { color: #CC37D1; }

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

This text font color is #CC37D1.

Background Color

.myBgColor { background-color: #CC37D1; }

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

This div background color is #CC37D1.

Border color

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

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

This div border color is #CC37D1.

Opacity

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

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

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

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

This text has shadow with #CC37D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC37D1.

Preview

Color preview on black background

This text has color #CC37D1 on black background.


Color preview on white background

This text has color #CC37D1 on white background.


Black color preview on #CC37D1 background

This text has black color on #CC37D1 background.


White color preview on #CC37D1 background

This text has white color on #CC37D1 background.


Related colors

Complementary color

Complementary color for #hex is #33C82E.


I love getcolorcode.com

Triadic colors

1 #D1CC37 and #37D1CC with #CC37D1 are triadic colors.

2 #D137CC and #37CCD1 with #CC37D1 are triadic colors.