COLOR #C75CC7

HEX: #C75CC7
RGB: (199,92,199)

Color info

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

RGB color model

#C75CC7 color RGB value is (199,92,199).

  • red value is 199;
  • green value is 92;
  • blue value is 199.
RGB:
(199,92,199)
(78%,36%,78%)

RGB channels and saturation

R 199 of 255 = 78%
G 92 of 255 = 36%
B 199 of 255 = 78%

199
92
199

R + G + B ~ 64%. #C75CC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 92 + 199 = 490 (100%)
R 199 of 490 ~ 40.61%
G 92 of 490 ~ 18.78%
B 199 of 490 ~ 40.61%

%40.61
%18.78
%40.61

CMYK color model

#C75CC7 color CMYK value is (0,54,0,22).

  • cyan value is 0.00%
  • magenta value is 53.77%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(0,54,0,22)
C0M54Y0K22 
(0%,54%,0%,22%)
(0.00/0.54/0.00/0.22)	

CMYK percentages

%0
%53.77
%0
%21.96

Codes

Color #C75CC7 in popluar color models

C75CC7
RGB19992199
HSL300°48.86%57.06%
HSB/HSV300°53.77%78.04%
CMYK0.00%53.77%0.00%
21.96%

Color #C75CC7 in popluar number systems.

HEXC75CC7
Decimal19992199
Binary11000111101110011000111
Octal307134307

Shades and tints

Shades of #C75CC7

#C75CC7
(199,92,199)
#B554B5
(181,84,181)
#A34CA3
(163,76,163)
#914491
(145,68,145)
#7F3C7F
(127,60,127)
#6D346D
(109,52,109)
#5B2C5B
(91,44,91)
#492449
(73,36,73)
#371C37
(55,28,55)
#251425
(37,20,37)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #C75CC7

#C75CC7
(199,92,199)
#CC6ACC
(204,106,204)
#D178D1
(209,120,209)
#D686D6
(214,134,214)
#DB94DB
(219,148,219)
#E0A2E0
(224,162,224)
#E5B0E5
(229,176,229)
#EABEEA
(234,190,234)
#EFCCEF
(239,204,239)
#F4DAF4
(244,218,244)
#F9E8F9
(249,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C75CC7 color. Also use rgb(199,92,199) instead hex code.

Text Font Color

.myTextColor { color: #C75CC7; }

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

This text font color is #C75CC7.


Background Color

.myBgColor { background-color: #C75CC7; }

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

This div background color is #C75CC7.


Border color

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

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

This div border color is #C75CC7.


Opacity

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

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

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

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

This text has shadow with #C75CC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C75CC7 on black background.


Color preview on white background

This text has color #C75CC7 on white background.



Black color preview on #C75CC7 background

This text has black color on #C75CC7 background.


White color preview on #C75CC7 background

This text has white color on #C75CC7 background.