COLOR #C52AEE

HEX: #C52AEE
RGB: (197,42,238)

Color info

#C52AEE contains mainly red and blue colors. Web safe color of #C52AEE is #CC33FF (or #C3F).

RGB color model

#C52AEE color RGB value is (197,42,238).

  • red value is 197;
  • green value is 42;
  • blue value is 238.
RGB:
(197,42,238)
(77%,16%,93%)

RGB channels and saturation

R 197 of 255 = 77%
G 42 of 255 = 16%
B 238 of 255 = 93%

197
42
238

R + G + B ~ 62%. #C52AEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 42 + 238 = 477 (100%)
R 197 of 477 ~ 41.3%
G 42 of 477 ~ 8.81%
B 238 of 477 ~ 49.9%

%41.3
%49.9

CMYK color model

#C52AEE color CMYK value is (17,82,0,7).

  • cyan value is 17.23%
  • magenta value is 82.35%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(17,82,0,7)
C17M82Y0K7 
(17%,82%,0%,7%)
(0.17/0.82/0.00/0.07)	

CMYK percentages

%17.23
%82.35
%0
%6.67

Codes

Color #C52AEE in popluar color models

C52AEE
RGB19742238
HSL287°85.22%54.90%
HSB/HSV287°82.35%93.33%
CMYK17.23%82.35%0.00%
6.67%

Color #C52AEE in popluar number systems.

HEXC52AEE
Decimal19742238
Binary1100010110101011101110
Octal30552356

Shades and tints

Shades of #C52AEE

#C52AEE
(197,42,238)
#B427D9
(180,39,217)
#A324C4
(163,36,196)
#9221AF
(146,33,175)
#811E9A
(129,30,154)
#701B85
(112,27,133)
#5F1870
(95,24,112)
#4E155B
(78,21,91)
#3D1246
(61,18,70)
#2C0F31
(44,15,49)
#1B0C1C
(27,12,28)
#000000
(0,0,0)

Tints of #C52AEE

#C52AEE
(197,42,238)
#CA3DEF
(202,61,239)
#CF50F0
(207,80,240)
#D463F1
(212,99,241)
#D976F2
(217,118,242)
#DE89F3
(222,137,243)
#E39CF4
(227,156,244)
#E8AFF5
(232,175,245)
#EDC2F6
(237,194,246)
#F2D5F7
(242,213,247)
#F7E8F8
(247,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C52AEE color. Also use rgb(197,42,238) instead hex code.

Text Font Color

.myTextColor { color: #C52AEE; }

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

This text font color is #C52AEE.


Background Color

.myBgColor { background-color: #C52AEE; }

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

This div background color is #C52AEE.


Border color

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

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

This div border color is #C52AEE.


Opacity

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

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

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

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

This text has shadow with #C52AEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C52AEE on black background.


Color preview on white background

This text has color #C52AEE on white background.



Black color preview on #C52AEE background

This text has black color on #C52AEE background.


White color preview on #C52AEE background

This text has white color on #C52AEE background.