COLOR #C975CA

HEX: #C975CA RGB: (201,117,202)

Color info

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

RGB color model

#C975CA color RGB value is (201,117,202).

RGB: (201,117,202) (79%, 46%, 79%)

RGB channels and saturation

R 201 of 255 = 79%
G 117 of 255 = 46%
B 202 of 255 = 79%

201
117
202

R + G + B ~ 68%. #C975CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 117 + 202 = 520 (100%)
R 201 of 520 ~ 38.65%
G 117 of 520 ~ 22.5%
B 202 of 520 ~ 38.85'%

%38.65
%22.5
%38.85

CMYK color model

#C975CA color CMYK value is (0,42,0,21).

  • cyan value is 0.50%
  • magenta value is 42.08%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (0,42,0,21)
C0M42Y0K21 (0%, 42%, 0%, 21%)
(0.00 / 0.42 / 0.00 / 0.21)

CMYK percentages

%0.5
%42.08
%0
%20.78

Codes

Color #C975CA in popluar color models

C9 75 CA
RGB 201 117 202
HSL 299° 44.50% 62.55%
HSB/HSV 299° 42.08% 79.22%
CMYK 0.50% 42.08% 0.00%
20.78%

Color #C975CA in popluar number systems.

HEX C9 75 CA
Decimal 201 117 202
Binary 11001001 1110101 11001010
Octal 311 165 312

Shades and tints

Shades of #C975CA

#C975CA
(201,117,202)
#B76BB8
(183,107,184)
#A561A6
(165,97,166)
#935794
(147,87,148)
#814D82
(129,77,130)
#6F4370
(111,67,112)
#5D395E
(93,57,94)
#4B2F4C
(75,47,76)
#39253A
(57,37,58)
#271B28
(39,27,40)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #C975CA

#C975CA
(201,117,202)
#CD81CE
(205,129,206)
#D18DD2
(209,141,210)
#D599D6
(213,153,214)
#D9A5DA
(217,165,218)
#DDB1DE
(221,177,222)
#E1BDE2
(225,189,226)
#E5C9E6
(229,201,230)
#E9D5EA
(233,213,234)
#EDE1EE
(237,225,238)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C975CA color. Also use rgb(201,117,202) instead hex code.

Text Font Color

.myTextColor { color: #C975CA; }

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

This text font color is #C975CA.

Background Color

.myBgColor { background-color: #C975CA; }

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

This div background color is #C975CA.

Border color

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

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

This div border color is #C975CA.

Opacity

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

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

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

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

This text has shadow with #C975CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C975CA.

Preview

Color preview on black background

This text has color #C975CA on black background.


Color preview on white background

This text has color #C975CA on white background.


Black color preview on #C975CA background

This text has black color on #C975CA background.


White color preview on #C975CA background

This text has white color on #C975CA background.


Related colors

Complementary color

Complementary color for #hex is #368A35.


I love getcolorcode.com

Triadic colors

1 #CAC975 and #75CAC9 with #C975CA are triadic colors.

2 #CA75C9 and #75C9CA with #C975CA are triadic colors.