COLOR #C053E2

HEX: #C053E2
RGB: (192,83,226)

Color info

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

RGB color model

#C053E2 color RGB value is (192,83,226).

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

RGB channels and saturation

R 192 of 255 = 75%
G 83 of 255 = 33%
B 226 of 255 = 89%

192
83
226

R + G + B ~ 66%. #C053E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 83 + 226 = 501 (100%)
R 192 of 501 ~ 38.32%
G 83 of 501 ~ 16.57%
B 226 of 501 ~ 45.11%

%38.32
%16.57
%45.11

CMYK color model

#C053E2 color CMYK value is (15,63,0,11).

  • cyan value is 15.04%
  • magenta value is 63.27%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(15,63,0,11)
C15M63Y0K11 
(15%,63%,0%,11%)
(0.15/0.63/0.00/0.11)	

CMYK percentages

%15.04
%63.27
%0
%11.37

Codes

Color #C053E2 in popluar color models

C053E2
RGB19283226
HSL286°71.14%60.59%
HSB/HSV286°63.27%88.63%
CMYK15.04%63.27%0.00%
11.37%

Color #C053E2 in popluar number systems.

HEXC053E2
Decimal19283226
Binary11000000101001111100010
Octal300123342

Shades and tints

Shades of #C053E2

#C053E2
(192,83,226)
#AF4CCE
(175,76,206)
#9E45BA
(158,69,186)
#8D3EA6
(141,62,166)
#7C3792
(124,55,146)
#6B307E
(107,48,126)
#5A296A
(90,41,106)
#492256
(73,34,86)
#381B42
(56,27,66)
#27142E
(39,20,46)
#160D1A
(22,13,26)
#000000
(0,0,0)

Tints of #C053E2

#C053E2
(192,83,226)
#C562E4
(197,98,228)
#CA71E6
(202,113,230)
#CF80E8
(207,128,232)
#D48FEA
(212,143,234)
#D99EEC
(217,158,236)
#DEADEE
(222,173,238)
#E3BCF0
(227,188,240)
#E8CBF2
(232,203,242)
#EDDAF4
(237,218,244)
#F2E9F6
(242,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C053E2; }

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

This text font color is #C053E2.


Background Color

.myBgColor { background-color: #C053E2; }

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

This div background color is #C053E2.


Border color

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

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

This div border color is #C053E2.


Opacity

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

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

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

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

This text has shadow with #C053E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C053E2 on black background.


Color preview on white background

This text has color #C053E2 on white background.



Black color preview on #C053E2 background

This text has black color on #C053E2 background.


White color preview on #C053E2 background

This text has white color on #C053E2 background.