COLOR #C52095

HEX: #C52095
RGB: (197,32,149)

Color info

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

RGB color model

#C52095 color RGB value is (197,32,149).

  • red value is 197;
  • green value is 32;
  • blue value is 149.
RGB:
(197,32,149)
(77%,13%,58%)

RGB channels and saturation

R 197 of 255 = 77%
G 32 of 255 = 13%
B 149 of 255 = 58%

197
32
149

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

Portions of RGB colors in percentages

R + G + B =
197 + 32 + 149 = 378 (100%)
R 197 of 378 ~ 52.12%
G 32 of 378 ~ 8.47%
B 149 of 378 ~ 39.42%

%52.12
%39.42

CMYK color model

#C52095 color CMYK value is (0,84,24,23).

  • cyan value is 0.00%
  • magenta value is 83.76%
  • yellow value is 24.37%
  • key color value is 22.75%
CMYK:
(0,84,24,23)
C0M84Y24K23 
(0%,84%,24%,23%)
(0.00/0.84/0.24/0.23)	

CMYK percentages

%0
%83.76
%24.37
%22.75

Codes

Color #C52095 in popluar color models

C52095
RGB19732149
HSL317°72.05%44.90%
HSB/HSV317°83.76%77.25%
CMYK0.00%83.76%24.37%
22.75%

Color #C52095 in popluar number systems.

HEXC52095
Decimal19732149
Binary1100010110000010010101
Octal30540225

Shades and tints

Shades of #C52095

#C52095
(197,32,149)
#B41E88
(180,30,136)
#A31C7B
(163,28,123)
#921A6E
(146,26,110)
#811861
(129,24,97)
#701654
(112,22,84)
#5F1447
(95,20,71)
#4E123A
(78,18,58)
#3D102D
(61,16,45)
#2C0E20
(44,14,32)
#1B0C13
(27,12,19)
#000000
(0,0,0)

Tints of #C52095

#C52095
(197,32,149)
#CA349E
(202,52,158)
#CF48A7
(207,72,167)
#D45CB0
(212,92,176)
#D970B9
(217,112,185)
#DE84C2
(222,132,194)
#E398CB
(227,152,203)
#E8ACD4
(232,172,212)
#EDC0DD
(237,192,221)
#F2D4E6
(242,212,230)
#F7E8EF
(247,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C52095 color. Also use rgb(197,32,149) instead hex code.

Text Font Color

.myTextColor { color: #C52095; }

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

This text font color is #C52095.


Background Color

.myBgColor { background-color: #C52095; }

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

This div background color is #C52095.


Border color

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

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

This div border color is #C52095.


Opacity

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

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

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

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

This text has shadow with #C52095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C52095 on black background.


Color preview on white background

This text has color #C52095 on white background.



Black color preview on #C52095 background

This text has black color on #C52095 background.


White color preview on #C52095 background

This text has white color on #C52095 background.