COLOR #C75F96

HEX: #C75F96 RGB: (199,95,150)

Color info

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

RGB color model

#C75F96 color RGB value is (199,95,150).

RGB: (199,95,150) (78%, 37%, 59%)

RGB channels and saturation

R 199 of 255 = 78%
G 95 of 255 = 37%
B 150 of 255 = 59%

199
95
150

R + G + B ~ 58%. #C75F96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 199 + 95 + 150 = 444 (100%)
R 199 of 444 ~ 44.82%
G 95 of 444 ~ 21.4%
B 150 of 444 ~ 33.78'%

%44.82
%21.4
%33.78

CMYK color model

#C75F96 color CMYK value is (0,52,25,22).

  • cyan value is 0.00%
  • magenta value is 52.26%
  • yellow value is 24.62%
  • key color value is 21.96%
CMYK: (0,52,25,22) C0M52Y25K22 (0%,52%,25%,22%) (0.00/0.52/0.25/0.22) 

CMYK percentages

%0
%52.26
%24.62
%21.96

Codes

Color #C75F96 in popluar color models

C7 5F 96
RGB 199 95 150
HSL 328° 48.15% 57.65%
HSB/HSV 328° 52.26% 78.04%
CMYK 0.00% 52.26% 24.62%
21.96%

Color #C75F96 in popluar number systems.

HEX C7 5F 96
Decimal 199 95 150
Binary 11000111 1011111 10010110
Octal 307 137 226

Shades and tints

Shades of #C75F96

#C75F96
(199,95,150)
#B55789
(181,87,137)
#A34F7C
(163,79,124)
#91476F
(145,71,111)
#7F3F62
(127,63,98)
#6D3755
(109,55,85)
#5B2F48
(91,47,72)
#49273B
(73,39,59)
#371F2E
(55,31,46)
#251721
(37,23,33)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #C75F96

#C75F96
(199,95,150)
#CC6D9F
(204,109,159)
#D17BA8
(209,123,168)
#D689B1
(214,137,177)
#DB97BA
(219,151,186)
#E0A5C3
(224,165,195)
#E5B3CC
(229,179,204)
#EAC1D5
(234,193,213)
#EFCFDE
(239,207,222)
#F4DDE7
(244,221,231)
#F9EBF0
(249,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C75F96; }

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

This text font color is #C75F96.

Background Color

.myBgColor { background-color: #C75F96; }

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

This div background color is #C75F96.

Border color

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

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

This div border color is #C75F96.

Opacity

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

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

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

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

This text has shadow with #C75F96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C75F96.

Preview

Color preview on black background

This text has color #C75F96 on black background.


Color preview on white background

This text has color #C75F96 on white background.


Black color preview on #C75F96 background

This text has black color on #C75F96 background.


White color preview on #C75F96 background

This text has white color on #C75F96 background.


Related colors

Complementary color

Complementary color for #hex is #38A069.


I love getcolorcode.com

Triadic colors

1 #96C75F and #5F96C7 with #C75F96 are triadic colors.

2 #965FC7 and #5FC796 with #C75F96 are triadic colors.