COLOR #C348B4

HEX: #C348B4
RGB: (195,72,180)

Color info

#C348B4 contains mainly red and blue colors. Web safe color of #C348B4 is #CC33CC (or #C3C).

RGB color model

#C348B4 color RGB value is (195,72,180).

  • red value is 195;
  • green value is 72;
  • blue value is 180.
RGB:
(195,72,180)
(76%,28%,71%)

RGB channels and saturation

R 195 of 255 = 76%
G 72 of 255 = 28%
B 180 of 255 = 71%

195
72
180

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

Portions of RGB colors in percentages

R + G + B =
195 + 72 + 180 = 447 (100%)
R 195 of 447 ~ 43.62%
G 72 of 447 ~ 16.11%
B 180 of 447 ~ 40.27%

%43.62
%16.11
%40.27

CMYK color model

#C348B4 color CMYK value is (0,63,8,24).

  • cyan value is 0.00%
  • magenta value is 63.08%
  • yellow value is 7.69%
  • key color value is 23.53%
CMYK:
(0,63,8,24)
C0M63Y8K24 
(0%,63%,8%,24%)
(0.00/0.63/0.08/0.24)	

CMYK percentages

%0
%63.08
%7.69
%23.53

Codes

Color #C348B4 in popluar color models

C348B4
RGB19572180
HSL307°50.62%52.35%
HSB/HSV307°63.08%76.47%
CMYK0.00%63.08%7.69%
23.53%

Color #C348B4 in popluar number systems.

HEXC348B4
Decimal19572180
Binary11000011100100010110100
Octal303110264

Shades and tints

Shades of #C348B4

#C348B4
(195,72,180)
#B242A4
(178,66,164)
#A13C94
(161,60,148)
#903684
(144,54,132)
#7F3074
(127,48,116)
#6E2A64
(110,42,100)
#5D2454
(93,36,84)
#4C1E44
(76,30,68)
#3B1834
(59,24,52)
#2A1224
(42,18,36)
#190C14
(25,12,20)
#000000
(0,0,0)

Tints of #C348B4

#C348B4
(195,72,180)
#C858BA
(200,88,186)
#CD68C0
(205,104,192)
#D278C6
(210,120,198)
#D788CC
(215,136,204)
#DC98D2
(220,152,210)
#E1A8D8
(225,168,216)
#E6B8DE
(230,184,222)
#EBC8E4
(235,200,228)
#F0D8EA
(240,216,234)
#F5E8F0
(245,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C348B4 color. Also use rgb(195,72,180) instead hex code.

Text Font Color

.myTextColor { color: #C348B4; }

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

This text font color is #C348B4.


Background Color

.myBgColor { background-color: #C348B4; }

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

This div background color is #C348B4.


Border color

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

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

This div border color is #C348B4.


Opacity

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

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

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

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

This text has shadow with #C348B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C348B4 on black background.


Color preview on white background

This text has color #C348B4 on white background.



Black color preview on #C348B4 background

This text has black color on #C348B4 background.


White color preview on #C348B4 background

This text has white color on #C348B4 background.