COLOR #C75BB3

HEX: #C75BB3
RGB: (199,91,179)

Color info

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

RGB color model

#C75BB3 color RGB value is (199,91,179).

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

RGB channels and saturation

R 199 of 255 = 78%
G 91 of 255 = 36%
B 179 of 255 = 70%

199
91
179

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

Portions of RGB colors in percentages

R + G + B =
199 + 91 + 179 = 469 (100%)
R 199 of 469 ~ 42.43%
G 91 of 469 ~ 19.4%
B 179 of 469 ~ 38.17%

%42.43
%19.4
%38.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.27%
  • yellow value is 10.05%
  • key color value is 21.96%
CMYK:
(0,54,10,22)
C0M54Y10K22 
(0%,54%,10%,22%)
(0.00/0.54/0.10/0.22)	

CMYK percentages

%0
%54.27
%10.05
%21.96

Codes

Color #C75BB3 in popluar color models

C75BB3
RGB19991179
HSL311°49.09%56.86%
HSB/HSV311°54.27%78.04%
CMYK0.00%54.27%10.05%
21.96%

Color #C75BB3 in popluar number systems.

HEXC75BB3
Decimal19991179
Binary11000111101101110110011
Octal307133263

Shades and tints

Shades of #C75BB3

#C75BB3
(199,91,179)
#B553A3
(181,83,163)
#A34B93
(163,75,147)
#914383
(145,67,131)
#7F3B73
(127,59,115)
#6D3363
(109,51,99)
#5B2B53
(91,43,83)
#492343
(73,35,67)
#371B33
(55,27,51)
#251323
(37,19,35)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #C75BB3

#C75BB3
(199,91,179)
#CC69B9
(204,105,185)
#D177BF
(209,119,191)
#D685C5
(214,133,197)
#DB93CB
(219,147,203)
#E0A1D1
(224,161,209)
#E5AFD7
(229,175,215)
#EABDDD
(234,189,221)
#EFCBE3
(239,203,227)
#F4D9E9
(244,217,233)
#F9E7EF
(249,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C75BB3; }

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

This text font color is #C75BB3.


Background Color

.myBgColor { background-color: #C75BB3; }

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

This div background color is #C75BB3.


Border color

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

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

This div border color is #C75BB3.


Opacity

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

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

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

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

This text has shadow with #C75BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C75BB3 on black background.


Color preview on white background

This text has color #C75BB3 on white background.



Black color preview on #C75BB3 background

This text has black color on #C75BB3 background.


White color preview on #C75BB3 background

This text has white color on #C75BB3 background.