COLOR #C72598

HEX: #C72598
RGB: (199,37,152)

Color info

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

RGB color model

#C72598 color RGB value is (199,37,152).

  • red value is 199;
  • green value is 37;
  • blue value is 152.
RGB:
(199,37,152)
(78%,15%,60%)

RGB channels and saturation

R 199 of 255 = 78%
G 37 of 255 = 15%
B 152 of 255 = 60%

199
37
152

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

Portions of RGB colors in percentages

R + G + B =
199 + 37 + 152 = 388 (100%)
R 199 of 388 ~ 51.29%
G 37 of 388 ~ 9.54%
B 152 of 388 ~ 39.18%

%51.29
%9.54
%39.18

CMYK color model

#C72598 color CMYK value is (0,81,24,22).

  • cyan value is 0.00%
  • magenta value is 81.41%
  • yellow value is 23.62%
  • key color value is 21.96%
CMYK:
(0,81,24,22)
C0M81Y24K22 
(0%,81%,24%,22%)
(0.00/0.81/0.24/0.22)	

CMYK percentages

%0
%81.41
%23.62
%21.96

Codes

Color #C72598 in popluar color models

C72598
RGB19937152
HSL317°68.64%46.27%
HSB/HSV317°81.41%78.04%
CMYK0.00%81.41%23.62%
21.96%

Color #C72598 in popluar number systems.

HEXC72598
Decimal19937152
Binary1100011110010110011000
Octal30745230

Shades and tints

Shades of #C72598

#C72598
(199,37,152)
#B5228B
(181,34,139)
#A31F7E
(163,31,126)
#911C71
(145,28,113)
#7F1964
(127,25,100)
#6D1657
(109,22,87)
#5B134A
(91,19,74)
#49103D
(73,16,61)
#370D30
(55,13,48)
#250A23
(37,10,35)
#130716
(19,7,22)
#000000
(0,0,0)

Tints of #C72598

#C72598
(199,37,152)
#CC38A1
(204,56,161)
#D14BAA
(209,75,170)
#D65EB3
(214,94,179)
#DB71BC
(219,113,188)
#E084C5
(224,132,197)
#E597CE
(229,151,206)
#EAAAD7
(234,170,215)
#EFBDE0
(239,189,224)
#F4D0E9
(244,208,233)
#F9E3F2
(249,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C72598 color. Also use rgb(199,37,152) instead hex code.

Text Font Color

.myTextColor { color: #C72598; }

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

This text font color is #C72598.


Background Color

.myBgColor { background-color: #C72598; }

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

This div background color is #C72598.


Border color

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

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

This div border color is #C72598.


Opacity

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

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

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

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

This text has shadow with #C72598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C72598 on black background.


Color preview on white background

This text has color #C72598 on white background.



Black color preview on #C72598 background

This text has black color on #C72598 background.


White color preview on #C72598 background

This text has white color on #C72598 background.