COLOR #CC75C0

HEX: #CC75C0 RGB: (204,117,192)

Color info

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

RGB color model

#CC75C0 color RGB value is (204,117,192).

RGB: (204,117,192) (80%, 46%, 75%)

RGB channels and saturation

R 204 of 255 = 80%
G 117 of 255 = 46%
B 192 of 255 = 75%

204
117
192

R + G + B ~ 67%. #CC75C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 117 + 192 = 513 (100%)
R 204 of 513 ~ 39.77%
G 117 of 513 ~ 22.81%
B 192 of 513 ~ 37.43'%

%39.77
%22.81
%37.43

CMYK color model

#CC75C0 color CMYK value is (0,43,6,20).

  • cyan value is 0.00%
  • magenta value is 42.65%
  • yellow value is 5.88%
  • key color value is 20.00%

CMYK: (0,43,6,20)
C0M43Y6K20 (0%, 43%, 6%, 20%)
(0.00 / 0.43 / 0.06 / 0.20)

CMYK percentages

%0
%42.65
%5.88
%20

Codes

Color #CC75C0 in popluar color models

CC 75 C0
RGB 204 117 192
HSL 308° 46.03% 62.94%
HSB/HSV 308° 42.65% 80.00%
CMYK 0.00% 42.65% 5.88%
20.00%

Color #CC75C0 in popluar number systems.

HEX CC 75 C0
Decimal 204 117 192
Binary 11001100 1110101 11000000
Octal 314 165 300

Shades and tints

Shades of #CC75C0

#CC75C0
(204,117,192)
#BA6BAF
(186,107,175)
#A8619E
(168,97,158)
#96578D
(150,87,141)
#844D7C
(132,77,124)
#72436B
(114,67,107)
#60395A
(96,57,90)
#4E2F49
(78,47,73)
#3C2538
(60,37,56)
#2A1B27
(42,27,39)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #CC75C0

#CC75C0
(204,117,192)
#D081C5
(208,129,197)
#D48DCA
(212,141,202)
#D899CF
(216,153,207)
#DCA5D4
(220,165,212)
#E0B1D9
(224,177,217)
#E4BDDE
(228,189,222)
#E8C9E3
(232,201,227)
#ECD5E8
(236,213,232)
#F0E1ED
(240,225,237)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC75C0 color. Also use rgb(204,117,192) instead hex code.

Text Font Color

.myTextColor { color: #CC75C0; }

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

This text font color is #CC75C0.

Background Color

.myBgColor { background-color: #CC75C0; }

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

This div background color is #CC75C0.

Border color

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

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

This div border color is #CC75C0.

Opacity

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

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

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

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

This text has shadow with #CC75C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC75C0.

Preview

Color preview on black background

This text has color #CC75C0 on black background.


Color preview on white background

This text has color #CC75C0 on white background.


Black color preview on #CC75C0 background

This text has black color on #CC75C0 background.


White color preview on #CC75C0 background

This text has white color on #CC75C0 background.


Related colors

Complementary color

Complementary color for #hex is #338A3F.


I love getcolorcode.com

Triadic colors

1 #C0CC75 and #75C0CC with #CC75C0 are triadic colors.

2 #C075CC and #75CCC0 with #CC75C0 are triadic colors.