COLOR #C533E4

HEX: #C533E4
RGB: (197,51,228)

Color info

#C533E4 contains mainly red and blue colors. Web safe color of #C533E4 is #CC33CC (or #C3C).

RGB color model

#C533E4 color RGB value is (197,51,228).

  • red value is 197;
  • green value is 51;
  • blue value is 228.
RGB:
(197,51,228)
(77%,20%,89%)

RGB channels and saturation

R 197 of 255 = 77%
G 51 of 255 = 20%
B 228 of 255 = 89%

197
51
228

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

Portions of RGB colors in percentages

R + G + B =
197 + 51 + 228 = 476 (100%)
R 197 of 476 ~ 41.39%
G 51 of 476 ~ 10.71%
B 228 of 476 ~ 47.9%

%41.39
%10.71
%47.9

CMYK color model

#C533E4 color CMYK value is (14,78,0,11).

  • cyan value is 13.60%
  • magenta value is 77.63%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(14,78,0,11)
C14M78Y0K11 
(14%,78%,0%,11%)
(0.14/0.78/0.00/0.11)	

CMYK percentages

%13.6
%77.63
%0
%10.59

Codes

Color #C533E4 in popluar color models

C533E4
RGB19751228
HSL289°76.62%54.71%
HSB/HSV289°77.63%89.41%
CMYK13.60%77.63%0.00%
10.59%

Color #C533E4 in popluar number systems.

HEXC533E4
Decimal19751228
Binary1100010111001111100100
Octal30563344

Shades and tints

Shades of #C533E4

#C533E4
(197,51,228)
#B42FD0
(180,47,208)
#A32BBC
(163,43,188)
#9227A8
(146,39,168)
#812394
(129,35,148)
#701F80
(112,31,128)
#5F1B6C
(95,27,108)
#4E1758
(78,23,88)
#3D1344
(61,19,68)
#2C0F30
(44,15,48)
#1B0B1C
(27,11,28)
#000000
(0,0,0)

Tints of #C533E4

#C533E4
(197,51,228)
#CA45E6
(202,69,230)
#CF57E8
(207,87,232)
#D469EA
(212,105,234)
#D97BEC
(217,123,236)
#DE8DEE
(222,141,238)
#E39FF0
(227,159,240)
#E8B1F2
(232,177,242)
#EDC3F4
(237,195,244)
#F2D5F6
(242,213,246)
#F7E7F8
(247,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C533E4 color. Also use rgb(197,51,228) instead hex code.

Text Font Color

.myTextColor { color: #C533E4; }

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

This text font color is #C533E4.


Background Color

.myBgColor { background-color: #C533E4; }

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

This div background color is #C533E4.


Border color

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

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

This div border color is #C533E4.


Opacity

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

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

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

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

This text has shadow with #C533E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C533E4 on black background.


Color preview on white background

This text has color #C533E4 on white background.



Black color preview on #C533E4 background

This text has black color on #C533E4 background.


White color preview on #C533E4 background

This text has white color on #C533E4 background.