COLOR #C759CC

HEX: #C759CC
RGB: (199,89,204)

Color info

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

RGB color model

#C759CC color RGB value is (199,89,204).

  • red value is 199;
  • green value is 89;
  • blue value is 204.
RGB:
(199,89,204)
(78%,35%,80%)

RGB channels and saturation

R 199 of 255 = 78%
G 89 of 255 = 35%
B 204 of 255 = 80%

199
89
204

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

Portions of RGB colors in percentages

R + G + B =
199 + 89 + 204 = 492 (100%)
R 199 of 492 ~ 40.45%
G 89 of 492 ~ 18.09%
B 204 of 492 ~ 41.46%

%40.45
%18.09
%41.46

CMYK color model

#C759CC color CMYK value is (2,56,0,20).

  • cyan value is 2.45%
  • magenta value is 56.37%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(2,56,0,20)
C2M56Y0K20 
(2%,56%,0%,20%)
(0.02/0.56/0.00/0.20)	

CMYK percentages

%2.45
%56.37
%0
%20

Codes

Color #C759CC in popluar color models

C759CC
RGB19989204
HSL297°53.00%57.45%
HSB/HSV297°56.37%80.00%
CMYK2.45%56.37%0.00%
20.00%

Color #C759CC in popluar number systems.

HEXC759CC
Decimal19989204
Binary11000111101100111001100
Octal307131314

Shades and tints

Shades of #C759CC

#C759CC
(199,89,204)
#B551BA
(181,81,186)
#A349A8
(163,73,168)
#914196
(145,65,150)
#7F3984
(127,57,132)
#6D3172
(109,49,114)
#5B2960
(91,41,96)
#49214E
(73,33,78)
#37193C
(55,25,60)
#25112A
(37,17,42)
#130918
(19,9,24)
#000000
(0,0,0)

Tints of #C759CC

#C759CC
(199,89,204)
#CC68D0
(204,104,208)
#D177D4
(209,119,212)
#D686D8
(214,134,216)
#DB95DC
(219,149,220)
#E0A4E0
(224,164,224)
#E5B3E4
(229,179,228)
#EAC2E8
(234,194,232)
#EFD1EC
(239,209,236)
#F4E0F0
(244,224,240)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C759CC; }

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

This text font color is #C759CC.


Background Color

.myBgColor { background-color: #C759CC; }

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

This div background color is #C759CC.


Border color

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

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

This div border color is #C759CC.


Opacity

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

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

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

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

This text has shadow with #C759CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C759CC on black background.


Color preview on white background

This text has color #C759CC on white background.



Black color preview on #C759CC background

This text has black color on #C759CC background.


White color preview on #C759CC background

This text has white color on #C759CC background.