COLOR #C75DAF

HEX: #C75DAF RGB: (199,93,175)

Color info

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

RGB color model

#C75DAF color RGB value is (199,93,175).

RGB: (199,93,175) (78%, 36%, 69%)

RGB channels and saturation

R 199 of 255 = 78%
G 93 of 255 = 36%
B 175 of 255 = 69%

199
93
175

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

Portions of RGB colors in percentages

R + G + B = 199 + 93 + 175 = 467 (100%)
R 199 of 467 ~ 42.61%
G 93 of 467 ~ 19.91%
B 175 of 467 ~ 37.47'%

%42.61
%19.91
%37.47

CMYK color model

#C75DAF color CMYK value is (0,53,12,22).

  • cyan value is 0.00%
  • magenta value is 53.27%
  • yellow value is 12.06%
  • key color value is 21.96%
CMYK: (0,53,12,22) C0M53Y12K22 (0%,53%,12%,22%) (0.00/0.53/0.12/0.22) 

CMYK percentages

%0
%53.27
%12.06
%21.96

Codes

Color #C75DAF in popluar color models

C7 5D AF
RGB 199 93 175
HSL 314° 48.62% 57.25%
HSB/HSV 314° 53.27% 78.04%
CMYK 0.00% 53.27% 12.06%
21.96%

Color #C75DAF in popluar number systems.

HEX C7 5D AF
Decimal 199 93 175
Binary 11000111 1011101 10101111
Octal 307 135 257

Shades and tints

Shades of #C75DAF

#C75DAF
(199,93,175)
#B555A0
(181,85,160)
#A34D91
(163,77,145)
#914582
(145,69,130)
#7F3D73
(127,61,115)
#6D3564
(109,53,100)
#5B2D55
(91,45,85)
#492546
(73,37,70)
#371D37
(55,29,55)
#251528
(37,21,40)
#130D19
(19,13,25)
#000000
(0,0,0)

Tints of #C75DAF

#C75DAF
(199,93,175)
#CC6BB6
(204,107,182)
#D179BD
(209,121,189)
#D687C4
(214,135,196)
#DB95CB
(219,149,203)
#E0A3D2
(224,163,210)
#E5B1D9
(229,177,217)
#EABFE0
(234,191,224)
#EFCDE7
(239,205,231)
#F4DBEE
(244,219,238)
#F9E9F5
(249,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C75DAF; }

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

This text font color is #C75DAF.

Background Color

.myBgColor { background-color: #C75DAF; }

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

This div background color is #C75DAF.

Border color

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

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

This div border color is #C75DAF.

Opacity

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

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

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

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

This text has shadow with #C75DAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C75DAF.

Preview

Color preview on black background

This text has color #C75DAF on black background.


Color preview on white background

This text has color #C75DAF on white background.


Black color preview on #C75DAF background

This text has black color on #C75DAF background.


White color preview on #C75DAF background

This text has white color on #C75DAF background.


Related colors

Complementary color

Complementary color for #hex is #38A250.


I love getcolorcode.com

Triadic colors

1 #AFC75D and #5DAFC7 with #C75DAF are triadic colors.

2 #AF5DC7 and #5DC7AF with #C75DAF are triadic colors.