COLOR #C373B8

HEX: #C373B8 RGB: (195,115,184)

Color info

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

RGB color model

#C373B8 color RGB value is (195,115,184).

RGB: (195,115,184) (76%, 45%, 72%)

RGB channels and saturation

R 195 of 255 = 76%
G 115 of 255 = 45%
B 184 of 255 = 72%

195
115
184

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

Portions of RGB colors in percentages

R + G + B = 195 + 115 + 184 = 494 (100%)
R 195 of 494 ~ 39.47%
G 115 of 494 ~ 23.28%
B 184 of 494 ~ 37.25'%

%39.47
%23.28
%37.25

CMYK color model

#C373B8 color CMYK value is (0,41,6,24).

  • cyan value is 0.00%
  • magenta value is 41.03%
  • yellow value is 5.64%
  • key color value is 23.53%

CMYK: (0,41,6,24)
C0M41Y6K24 (0%, 41%, 6%, 24%)
(0.00 / 0.41 / 0.06 / 0.24)

CMYK percentages

%0
%41.03
%5.64
%23.53

Codes

Color #C373B8 in popluar color models

C3 73 B8
RGB 195 115 184
HSL 308° 40.00% 60.78%
HSB/HSV 308° 41.03% 76.47%
CMYK 0.00% 41.03% 5.64%
23.53%

Color #C373B8 in popluar number systems.

HEX C3 73 B8
Decimal 195 115 184
Binary 11000011 1110011 10111000
Octal 303 163 270

Shades and tints

Shades of #C373B8

#C373B8
(195,115,184)
#B269A8
(178,105,168)
#A15F98
(161,95,152)
#905588
(144,85,136)
#7F4B78
(127,75,120)
#6E4168
(110,65,104)
#5D3758
(93,55,88)
#4C2D48
(76,45,72)
#3B2338
(59,35,56)
#2A1928
(42,25,40)
#190F18
(25,15,24)
#000000
(0,0,0)

Tints of #C373B8

#C373B8
(195,115,184)
#C87FBE
(200,127,190)
#CD8BC4
(205,139,196)
#D297CA
(210,151,202)
#D7A3D0
(215,163,208)
#DCAFD6
(220,175,214)
#E1BBDC
(225,187,220)
#E6C7E2
(230,199,226)
#EBD3E8
(235,211,232)
#F0DFEE
(240,223,238)
#F5EBF4
(245,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C373B8 color. Also use rgb(195,115,184) instead hex code.

Text Font Color

.myTextColor { color: #C373B8; }

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

This text font color is #C373B8.

Background Color

.myBgColor { background-color: #C373B8; }

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

This div background color is #C373B8.

Border color

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

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

This div border color is #C373B8.

Opacity

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

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

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

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

This text has shadow with #C373B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C373B8.

Preview

Color preview on black background

This text has color #C373B8 on black background.


Color preview on white background

This text has color #C373B8 on white background.


Black color preview on #C373B8 background

This text has black color on #C373B8 background.


White color preview on #C373B8 background

This text has white color on #C373B8 background.


Related colors

Complementary color

Complementary color for #hex is #3C8C47.


I love getcolorcode.com

Triadic colors

1 #B8C373 and #73B8C3 with #C373B8 are triadic colors.

2 #B873C3 and #73C3B8 with #C373B8 are triadic colors.