COLOR #C754AE

HEX: #C754AE
RGB: (199,84,174)

Color info

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

RGB color model

#C754AE color RGB value is (199,84,174).

  • red value is 199;
  • green value is 84;
  • blue value is 174.
RGB:
(199,84,174)
(78%,33%,68%)

RGB channels and saturation

R 199 of 255 = 78%
G 84 of 255 = 33%
B 174 of 255 = 68%

199
84
174

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

Portions of RGB colors in percentages

R + G + B =
199 + 84 + 174 = 457 (100%)
R 199 of 457 ~ 43.54%
G 84 of 457 ~ 18.38%
B 174 of 457 ~ 38.07%

%43.54
%18.38
%38.07

CMYK color model

#C754AE color CMYK value is (0,58,13,22).

  • cyan value is 0.00%
  • magenta value is 57.79%
  • yellow value is 12.56%
  • key color value is 21.96%
CMYK:
(0,58,13,22)
C0M58Y13K22 
(0%,58%,13%,22%)
(0.00/0.58/0.13/0.22)	

CMYK percentages

%0
%57.79
%12.56
%21.96

Codes

Color #C754AE in popluar color models

C754AE
RGB19984174
HSL313°50.66%55.49%
HSB/HSV313°57.79%78.04%
CMYK0.00%57.79%12.56%
21.96%

Color #C754AE in popluar number systems.

HEXC754AE
Decimal19984174
Binary11000111101010010101110
Octal307124256

Shades and tints

Shades of #C754AE

#C754AE
(199,84,174)
#B54D9F
(181,77,159)
#A34690
(163,70,144)
#913F81
(145,63,129)
#7F3872
(127,56,114)
#6D3163
(109,49,99)
#5B2A54
(91,42,84)
#492345
(73,35,69)
#371C36
(55,28,54)
#251527
(37,21,39)
#130E18
(19,14,24)
#000000
(0,0,0)

Tints of #C754AE

#C754AE
(199,84,174)
#CC63B5
(204,99,181)
#D172BC
(209,114,188)
#D681C3
(214,129,195)
#DB90CA
(219,144,202)
#E09FD1
(224,159,209)
#E5AED8
(229,174,216)
#EABDDF
(234,189,223)
#EFCCE6
(239,204,230)
#F4DBED
(244,219,237)
#F9EAF4
(249,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C754AE; }

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

This text font color is #C754AE.


Background Color

.myBgColor { background-color: #C754AE; }

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

This div background color is #C754AE.


Border color

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

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

This div border color is #C754AE.


Opacity

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

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

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

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

This text has shadow with #C754AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C754AE on black background.


Color preview on white background

This text has color #C754AE on white background.



Black color preview on #C754AE background

This text has black color on #C754AE background.


White color preview on #C754AE background

This text has white color on #C754AE background.