COLOR #C62683

HEX: #C62683
RGB: (198,38,131)

Color info

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

RGB color model

#C62683 color RGB value is (198,38,131).

  • red value is 198;
  • green value is 38;
  • blue value is 131.
RGB:
(198,38,131)
(78%,15%,51%)

RGB channels and saturation

R 198 of 255 = 78%
G 38 of 255 = 15%
B 131 of 255 = 51%

198
38
131

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

Portions of RGB colors in percentages

R + G + B =
198 + 38 + 131 = 367 (100%)
R 198 of 367 ~ 53.95%
G 38 of 367 ~ 10.35%
B 131 of 367 ~ 35.69%

%53.95
%10.35
%35.69

CMYK color model

#C62683 color CMYK value is (0,81,34,22).

  • cyan value is 0.00%
  • magenta value is 80.81%
  • yellow value is 33.84%
  • key color value is 22.35%
CMYK:
(0,81,34,22)
C0M81Y34K22 
(0%,81%,34%,22%)
(0.00/0.81/0.34/0.22)	

CMYK percentages

%0
%80.81
%33.84
%22.35

Codes

Color #C62683 in popluar color models

C62683
RGB19838131
HSL325°67.80%46.27%
HSB/HSV325°80.81%77.65%
CMYK0.00%80.81%33.84%
22.35%

Color #C62683 in popluar number systems.

HEXC62683
Decimal19838131
Binary1100011010011010000011
Octal30646203

Shades and tints

Shades of #C62683

#C62683
(198,38,131)
#B42378
(180,35,120)
#A2206D
(162,32,109)
#901D62
(144,29,98)
#7E1A57
(126,26,87)
#6C174C
(108,23,76)
#5A1441
(90,20,65)
#481136
(72,17,54)
#360E2B
(54,14,43)
#240B20
(36,11,32)
#120815
(18,8,21)
#000000
(0,0,0)

Tints of #C62683

#C62683
(198,38,131)
#CB398E
(203,57,142)
#D04C99
(208,76,153)
#D55FA4
(213,95,164)
#DA72AF
(218,114,175)
#DF85BA
(223,133,186)
#E498C5
(228,152,197)
#E9ABD0
(233,171,208)
#EEBEDB
(238,190,219)
#F3D1E6
(243,209,230)
#F8E4F1
(248,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C62683 color. Also use rgb(198,38,131) instead hex code.

Text Font Color

.myTextColor { color: #C62683; }

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

This text font color is #C62683.


Background Color

.myBgColor { background-color: #C62683; }

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

This div background color is #C62683.


Border color

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

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

This div border color is #C62683.


Opacity

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

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

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

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

This text has shadow with #C62683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C62683 on black background.


Color preview on white background

This text has color #C62683 on white background.



Black color preview on #C62683 background

This text has black color on #C62683 background.


White color preview on #C62683 background

This text has white color on #C62683 background.