COLOR #C05198

HEX: #C05198
RGB: (192,81,152)

Color info

#C05198 contains mainly red and blue colors. Web safe color of #C05198 is #CC6699 (or #C69).

RGB color model

#C05198 color RGB value is (192,81,152).

  • red value is 192;
  • green value is 81;
  • blue value is 152.
RGB:
(192,81,152)
(75%,32%,60%)

RGB channels and saturation

R 192 of 255 = 75%
G 81 of 255 = 32%
B 152 of 255 = 60%

192
81
152

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

Portions of RGB colors in percentages

R + G + B =
192 + 81 + 152 = 425 (100%)
R 192 of 425 ~ 45.18%
G 81 of 425 ~ 19.06%
B 152 of 425 ~ 35.76%

%45.18
%19.06
%35.76

CMYK color model

#C05198 color CMYK value is (0,58,21,25).

  • cyan value is 0.00%
  • magenta value is 57.81%
  • yellow value is 20.83%
  • key color value is 24.71%
CMYK:
(0,58,21,25)
C0M58Y21K25 
(0%,58%,21%,25%)
(0.00/0.58/0.21/0.25)	

CMYK percentages

%0
%57.81
%20.83
%24.71

Codes

Color #C05198 in popluar color models

C05198
RGB19281152
HSL322°46.84%53.53%
HSB/HSV322°57.81%75.29%
CMYK0.00%57.81%20.83%
24.71%

Color #C05198 in popluar number systems.

HEXC05198
Decimal19281152
Binary11000000101000110011000
Octal300121230

Shades and tints

Shades of #C05198

#C05198
(192,81,152)
#AF4A8B
(175,74,139)
#9E437E
(158,67,126)
#8D3C71
(141,60,113)
#7C3564
(124,53,100)
#6B2E57
(107,46,87)
#5A274A
(90,39,74)
#49203D
(73,32,61)
#381930
(56,25,48)
#271223
(39,18,35)
#160B16
(22,11,22)
#000000
(0,0,0)

Tints of #C05198

#C05198
(192,81,152)
#C560A1
(197,96,161)
#CA6FAA
(202,111,170)
#CF7EB3
(207,126,179)
#D48DBC
(212,141,188)
#D99CC5
(217,156,197)
#DEABCE
(222,171,206)
#E3BAD7
(227,186,215)
#E8C9E0
(232,201,224)
#EDD8E9
(237,216,233)
#F2E7F2
(242,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C05198 color. Also use rgb(192,81,152) instead hex code.

Text Font Color

.myTextColor { color: #C05198; }

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

This text font color is #C05198.


Background Color

.myBgColor { background-color: #C05198; }

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

This div background color is #C05198.


Border color

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

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

This div border color is #C05198.


Opacity

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

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

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

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

This text has shadow with #C05198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C05198 on black background.


Color preview on white background

This text has color #C05198 on white background.



Black color preview on #C05198 background

This text has black color on #C05198 background.


White color preview on #C05198 background

This text has white color on #C05198 background.