COLOR #C053BA

HEX: #C053BA
RGB: (192,83,186)

Color info

#C053BA contains mainly red and blue colors. Web safe color of #C053BA is #CC66CC (or #C6C).

RGB color model

#C053BA color RGB value is (192,83,186).

  • red value is 192;
  • green value is 83;
  • blue value is 186.
RGB:
(192,83,186)
(75%,33%,73%)

RGB channels and saturation

R 192 of 255 = 75%
G 83 of 255 = 33%
B 186 of 255 = 73%

192
83
186

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

Portions of RGB colors in percentages

R + G + B =
192 + 83 + 186 = 461 (100%)
R 192 of 461 ~ 41.65%
G 83 of 461 ~ 18%
B 186 of 461 ~ 40.35%

%41.65
%18
%40.35

CMYK color model

#C053BA color CMYK value is (0,57,3,25).

  • cyan value is 0.00%
  • magenta value is 56.77%
  • yellow value is 3.13%
  • key color value is 24.71%
CMYK:
(0,57,3,25)
C0M57Y3K25 
(0%,57%,3%,25%)
(0.00/0.57/0.03/0.25)	

CMYK percentages

%0
%56.77
%3.13
%24.71

Codes

Color #C053BA in popluar color models

C053BA
RGB19283186
HSL303°46.38%53.92%
HSB/HSV303°56.77%75.29%
CMYK0.00%56.77%3.13%
24.71%

Color #C053BA in popluar number systems.

HEXC053BA
Decimal19283186
Binary11000000101001110111010
Octal300123272

Shades and tints

Shades of #C053BA

#C053BA
(192,83,186)
#AF4CAA
(175,76,170)
#9E459A
(158,69,154)
#8D3E8A
(141,62,138)
#7C377A
(124,55,122)
#6B306A
(107,48,106)
#5A295A
(90,41,90)
#49224A
(73,34,74)
#381B3A
(56,27,58)
#27142A
(39,20,42)
#160D1A
(22,13,26)
#000000
(0,0,0)

Tints of #C053BA

#C053BA
(192,83,186)
#C562C0
(197,98,192)
#CA71C6
(202,113,198)
#CF80CC
(207,128,204)
#D48FD2
(212,143,210)
#D99ED8
(217,158,216)
#DEADDE
(222,173,222)
#E3BCE4
(227,188,228)
#E8CBEA
(232,203,234)
#EDDAF0
(237,218,240)
#F2E9F6
(242,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C053BA color. Also use rgb(192,83,186) instead hex code.

Text Font Color

.myTextColor { color: #C053BA; }

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

This text font color is #C053BA.


Background Color

.myBgColor { background-color: #C053BA; }

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

This div background color is #C053BA.


Border color

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

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

This div border color is #C053BA.


Opacity

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

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

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

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

This text has shadow with #C053BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C053BA on black background.


Color preview on white background

This text has color #C053BA on white background.



Black color preview on #C053BA background

This text has black color on #C053BA background.


White color preview on #C053BA background

This text has white color on #C053BA background.