COLOR #C35E9B

HEX: #C35E9B RGB: (195,94,155)

Color info

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

RGB color model

#C35E9B color RGB value is (195,94,155).

RGB: (195,94,155) (76%, 37%, 61%)

RGB channels and saturation

R 195 of 255 = 76%
G 94 of 255 = 37%
B 155 of 255 = 61%

195
94
155

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

Portions of RGB colors in percentages

R + G + B = 195 + 94 + 155 = 444 (100%)
R 195 of 444 ~ 43.92%
G 94 of 444 ~ 21.17%
B 155 of 444 ~ 34.91'%

%43.92
%21.17
%34.91

CMYK color model

#C35E9B color CMYK value is (0,52,21,24).

  • cyan value is 0.00%
  • magenta value is 51.79%
  • yellow value is 20.51%
  • key color value is 23.53%

CMYK: (0,52,21,24)
C0M52Y21K24 (0%, 52%, 21%, 24%)
(0.00 / 0.52 / 0.21 / 0.24)

CMYK percentages

%0
%51.79
%20.51
%23.53

Codes

Color #C35E9B in popluar color models

C3 5E 9B
RGB 195 94 155
HSL 324° 45.70% 56.67%
HSB/HSV 324° 51.79% 76.47%
CMYK 0.00% 51.79% 20.51%
23.53%

Color #C35E9B in popluar number systems.

HEX C3 5E 9B
Decimal 195 94 155
Binary 11000011 1011110 10011011
Octal 303 136 233

Shades and tints

Shades of #C35E9B

#C35E9B
(195,94,155)
#B2568D
(178,86,141)
#A14E7F
(161,78,127)
#904671
(144,70,113)
#7F3E63
(127,62,99)
#6E3655
(110,54,85)
#5D2E47
(93,46,71)
#4C2639
(76,38,57)
#3B1E2B
(59,30,43)
#2A161D
(42,22,29)
#190E0F
(25,14,15)
#000000
(0,0,0)

Tints of #C35E9B

#C35E9B
(195,94,155)
#C86CA4
(200,108,164)
#CD7AAD
(205,122,173)
#D288B6
(210,136,182)
#D796BF
(215,150,191)
#DCA4C8
(220,164,200)
#E1B2D1
(225,178,209)
#E6C0DA
(230,192,218)
#EBCEE3
(235,206,227)
#F0DCEC
(240,220,236)
#F5EAF5
(245,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C35E9B color. Also use rgb(195,94,155) instead hex code.

Text Font Color

.myTextColor { color: #C35E9B; }

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

This text font color is #C35E9B.

Background Color

.myBgColor { background-color: #C35E9B; }

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

This div background color is #C35E9B.

Border color

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

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

This div border color is #C35E9B.

Opacity

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

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

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

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

This text has shadow with #C35E9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C35E9B.

Preview

Color preview on black background

This text has color #C35E9B on black background.


Color preview on white background

This text has color #C35E9B on white background.


Black color preview on #C35E9B background

This text has black color on #C35E9B background.


White color preview on #C35E9B background

This text has white color on #C35E9B background.


Related colors

Complementary color

Complementary color for #hex is #3CA164.


I love getcolorcode.com

Triadic colors

1 #9BC35E and #5E9BC3 with #C35E9B are triadic colors.

2 #9B5EC3 and #5EC39B with #C35E9B are triadic colors.