COLOR #C83087

HEX: #C83087
RGB: (200,48,135)

Color info

#C83087 contains mainly red color. Web safe color of #C83087 is #CC3399 (or #C39).

RGB color model

#C83087 color RGB value is (200,48,135).

  • red value is 200;
  • green value is 48;
  • blue value is 135.
RGB:
(200,48,135)
(78%,19%,53%)

RGB channels and saturation

R 200 of 255 = 78%
G 48 of 255 = 19%
B 135 of 255 = 53%

200
48
135

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

Portions of RGB colors in percentages

R + G + B =
200 + 48 + 135 = 383 (100%)
R 200 of 383 ~ 52.22%
G 48 of 383 ~ 12.53%
B 135 of 383 ~ 35.25%

%52.22
%12.53
%35.25

CMYK color model

#C83087 color CMYK value is (0,76,33,22).

  • cyan value is 0.00%
  • magenta value is 76.00%
  • yellow value is 32.50%
  • key color value is 21.57%
CMYK:
(0,76,33,22)
C0M76Y33K22 
(0%,76%,33%,22%)
(0.00/0.76/0.33/0.22)	

CMYK percentages

%0
%76
%32.5
%21.57

Codes

Color #C83087 in popluar color models

C83087
RGB20048135
HSL326°61.29%48.63%
HSB/HSV326°76.00%78.43%
CMYK0.00%76.00%32.50%
21.57%

Color #C83087 in popluar number systems.

HEXC83087
Decimal20048135
Binary1100100011000010000111
Octal31060207

Shades and tints

Shades of #C83087

#C83087
(200,48,135)
#B62C7B
(182,44,123)
#A4286F
(164,40,111)
#922463
(146,36,99)
#802057
(128,32,87)
#6E1C4B
(110,28,75)
#5C183F
(92,24,63)
#4A1433
(74,20,51)
#381027
(56,16,39)
#260C1B
(38,12,27)
#14080F
(20,8,15)
#000000
(0,0,0)

Tints of #C83087

#C83087
(200,48,135)
#CD4291
(205,66,145)
#D2549B
(210,84,155)
#D766A5
(215,102,165)
#DC78AF
(220,120,175)
#E18AB9
(225,138,185)
#E69CC3
(230,156,195)
#EBAECD
(235,174,205)
#F0C0D7
(240,192,215)
#F5D2E1
(245,210,225)
#FAE4EB
(250,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C83087 color. Also use rgb(200,48,135) instead hex code.

Text Font Color

.myTextColor { color: #C83087; }

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

This text font color is #C83087.


Background Color

.myBgColor { background-color: #C83087; }

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

This div background color is #C83087.


Border color

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

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

This div border color is #C83087.


Opacity

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

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

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

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

This text has shadow with #C83087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C83087 on black background.


Color preview on white background

This text has color #C83087 on white background.



Black color preview on #C83087 background

This text has black color on #C83087 background.


White color preview on #C83087 background

This text has white color on #C83087 background.