COLOR #C652C9

HEX: #C652C9
RGB: (198,82,201)

Color info

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

RGB color model

#C652C9 color RGB value is (198,82,201).

  • red value is 198;
  • green value is 82;
  • blue value is 201.
RGB:
(198,82,201)
(78%,32%,79%)

RGB channels and saturation

R 198 of 255 = 78%
G 82 of 255 = 32%
B 201 of 255 = 79%

198
82
201

R + G + B ~ 63%. #C652C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 82 + 201 = 481 (100%)
R 198 of 481 ~ 41.16%
G 82 of 481 ~ 17.05%
B 201 of 481 ~ 41.79%

%41.16
%17.05
%41.79

CMYK color model

#C652C9 color CMYK value is (1,59,0,21).

  • cyan value is 1.49%
  • magenta value is 59.20%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(1,59,0,21)
C1M59Y0K21 
(1%,59%,0%,21%)
(0.01/0.59/0.00/0.21)	

CMYK percentages

%1.49
%59.2
%0
%21.18

Codes

Color #C652C9 in popluar color models

C652C9
RGB19882201
HSL298°52.42%55.49%
HSB/HSV298°59.20%78.82%
CMYK1.49%59.20%0.00%
21.18%

Color #C652C9 in popluar number systems.

HEXC652C9
Decimal19882201
Binary11000110101001011001001
Octal306122311

Shades and tints

Shades of #C652C9

#C652C9
(198,82,201)
#B44BB7
(180,75,183)
#A244A5
(162,68,165)
#903D93
(144,61,147)
#7E3681
(126,54,129)
#6C2F6F
(108,47,111)
#5A285D
(90,40,93)
#48214B
(72,33,75)
#361A39
(54,26,57)
#241327
(36,19,39)
#120C15
(18,12,21)
#000000
(0,0,0)

Tints of #C652C9

#C652C9
(198,82,201)
#CB61CD
(203,97,205)
#D070D1
(208,112,209)
#D57FD5
(213,127,213)
#DA8ED9
(218,142,217)
#DF9DDD
(223,157,221)
#E4ACE1
(228,172,225)
#E9BBE5
(233,187,229)
#EECAE9
(238,202,233)
#F3D9ED
(243,217,237)
#F8E8F1
(248,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C652C9 color. Also use rgb(198,82,201) instead hex code.

Text Font Color

.myTextColor { color: #C652C9; }

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

This text font color is #C652C9.


Background Color

.myBgColor { background-color: #C652C9; }

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

This div background color is #C652C9.


Border color

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

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

This div border color is #C652C9.


Opacity

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

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

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

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

This text has shadow with #C652C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C652C9 on black background.


Color preview on white background

This text has color #C652C9 on white background.



Black color preview on #C652C9 background

This text has black color on #C652C9 background.


White color preview on #C652C9 background

This text has white color on #C652C9 background.