COLOR #C231B7

HEX: #C231B7
RGB: (194,49,183)

Color info

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

RGB color model

#C231B7 color RGB value is (194,49,183).

  • red value is 194;
  • green value is 49;
  • blue value is 183.
RGB:
(194,49,183)
(76%,19%,72%)

RGB channels and saturation

R 194 of 255 = 76%
G 49 of 255 = 19%
B 183 of 255 = 72%

194
49
183

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

Portions of RGB colors in percentages

R + G + B =
194 + 49 + 183 = 426 (100%)
R 194 of 426 ~ 45.54%
G 49 of 426 ~ 11.5%
B 183 of 426 ~ 42.96%

%45.54
%11.5
%42.96

CMYK color model

#C231B7 color CMYK value is (0,75,6,24).

  • cyan value is 0.00%
  • magenta value is 74.74%
  • yellow value is 5.67%
  • key color value is 23.92%
CMYK:
(0,75,6,24)
C0M75Y6K24 
(0%,75%,6%,24%)
(0.00/0.75/0.06/0.24)	

CMYK percentages

%0
%74.74
%5.67
%23.92

Codes

Color #C231B7 in popluar color models

C231B7
RGB19449183
HSL305°59.67%47.65%
HSB/HSV305°74.74%76.08%
CMYK0.00%74.74%5.67%
23.92%

Color #C231B7 in popluar number systems.

HEXC231B7
Decimal19449183
Binary1100001011000110110111
Octal30261267

Shades and tints

Shades of #C231B7

#C231B7
(194,49,183)
#B12DA7
(177,45,167)
#A02997
(160,41,151)
#8F2587
(143,37,135)
#7E2177
(126,33,119)
#6D1D67
(109,29,103)
#5C1957
(92,25,87)
#4B1547
(75,21,71)
#3A1137
(58,17,55)
#290D27
(41,13,39)
#180917
(24,9,23)
#000000
(0,0,0)

Tints of #C231B7

#C231B7
(194,49,183)
#C743BD
(199,67,189)
#CC55C3
(204,85,195)
#D167C9
(209,103,201)
#D679CF
(214,121,207)
#DB8BD5
(219,139,213)
#E09DDB
(224,157,219)
#E5AFE1
(229,175,225)
#EAC1E7
(234,193,231)
#EFD3ED
(239,211,237)
#F4E5F3
(244,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C231B7 color. Also use rgb(194,49,183) instead hex code.

Text Font Color

.myTextColor { color: #C231B7; }

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

This text font color is #C231B7.


Background Color

.myBgColor { background-color: #C231B7; }

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

This div background color is #C231B7.


Border color

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

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

This div border color is #C231B7.


Opacity

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

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

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

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

This text has shadow with #C231B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C231B7 on black background.


Color preview on white background

This text has color #C231B7 on white background.



Black color preview on #C231B7 background

This text has black color on #C231B7 background.


White color preview on #C231B7 background

This text has white color on #C231B7 background.