COLOR #C92599

HEX: #C92599 RGB: (201,37,153)

Color info

#C92599 contains mainly red and blue colors. Web safe color of #C92599 is #CC3399 (or #C39).

RGB color model

#C92599 color RGB value is (201,37,153).

RGB: (201,37,153) (79%, 15%, 60%)

RGB channels and saturation

R 201 of 255 = 79%
G 37 of 255 = 15%
B 153 of 255 = 60%

201
37
153

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

Portions of RGB colors in percentages

R + G + B = 201 + 37 + 153 = 391 (100%)
R 201 of 391 ~ 51.41%
G 37 of 391 ~ 9.46%
B 153 of 391 ~ 39.13'%

%51.41
%39.13

CMYK color model

#C92599 color CMYK value is (0,82,24,21).

  • cyan value is 0.00%
  • magenta value is 81.59%
  • yellow value is 23.88%
  • key color value is 21.18%

CMYK: (0,82,24,21)
C0M82Y24K21 (0%, 82%, 24%, 21%)
(0.00 / 0.82 / 0.24 / 0.21)

CMYK percentages

%0
%81.59
%23.88
%21.18

Codes

Color #C92599 in popluar color models

C9 25 99
RGB 201 37 153
HSL 318° 68.91% 46.67%
HSB/HSV 318° 81.59% 78.82%
CMYK 0.00% 81.59% 23.88%
21.18%

Color #C92599 in popluar number systems.

HEX C9 25 99
Decimal 201 37 153
Binary 11001001 100101 10011001
Octal 311 45 231

Shades and tints

Shades of #C92599

#C92599
(201,37,153)
#B7228C
(183,34,140)
#A51F7F
(165,31,127)
#931C72
(147,28,114)
#811965
(129,25,101)
#6F1658
(111,22,88)
#5D134B
(93,19,75)
#4B103E
(75,16,62)
#390D31
(57,13,49)
#270A24
(39,10,36)
#150717
(21,7,23)
#000000
(0,0,0)

Tints of #C92599

#C92599
(201,37,153)
#CD38A2
(205,56,162)
#D14BAB
(209,75,171)
#D55EB4
(213,94,180)
#D971BD
(217,113,189)
#DD84C6
(221,132,198)
#E197CF
(225,151,207)
#E5AAD8
(229,170,216)
#E9BDE1
(233,189,225)
#EDD0EA
(237,208,234)
#F1E3F3
(241,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C92599 color. Also use rgb(201,37,153) instead hex code.

Text Font Color

.myTextColor { color: #C92599; }

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

This text font color is #C92599.

Background Color

.myBgColor { background-color: #C92599; }

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

This div background color is #C92599.

Border color

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

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

This div border color is #C92599.

Opacity

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

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

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

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

This text has shadow with #C92599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C92599.

Preview

Color preview on black background

This text has color #C92599 on black background.


Color preview on white background

This text has color #C92599 on white background.


Black color preview on #C92599 background

This text has black color on #C92599 background.


White color preview on #C92599 background

This text has white color on #C92599 background.


Related colors

Complementary color

Complementary color for #hex is #36DA66.


I love getcolorcode.com

Triadic colors

1 #99C925 and #2599C9 with #C92599 are triadic colors.

2 #9925C9 and #25C999 with #C92599 are triadic colors.