COLOR #C63395

HEX: #C63395
RGB: (198,51,149)

Color info

#C63395 contains mainly red and blue colors. Web safe color of #C63395 is #CC3399 (or #C39).

RGB color model

#C63395 color RGB value is (198,51,149).

  • red value is 198;
  • green value is 51;
  • blue value is 149.
RGB:
(198,51,149)
(78%,20%,58%)

RGB channels and saturation

R 198 of 255 = 78%
G 51 of 255 = 20%
B 149 of 255 = 58%

198
51
149

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

Portions of RGB colors in percentages

R + G + B =
198 + 51 + 149 = 398 (100%)
R 198 of 398 ~ 49.75%
G 51 of 398 ~ 12.81%
B 149 of 398 ~ 37.44%

%49.75
%12.81
%37.44

CMYK color model

#C63395 color CMYK value is (0,74,25,22).

  • cyan value is 0.00%
  • magenta value is 74.24%
  • yellow value is 24.75%
  • key color value is 22.35%
CMYK:
(0,74,25,22)
C0M74Y25K22 
(0%,74%,25%,22%)
(0.00/0.74/0.25/0.22)	

CMYK percentages

%0
%74.24
%24.75
%22.35

Codes

Color #C63395 in popluar color models

C63395
RGB19851149
HSL320°59.04%48.82%
HSB/HSV320°74.24%77.65%
CMYK0.00%74.24%24.75%
22.35%

Color #C63395 in popluar number systems.

HEXC63395
Decimal19851149
Binary1100011011001110010101
Octal30663225

Shades and tints

Shades of #C63395

#C63395
(198,51,149)
#B42F88
(180,47,136)
#A22B7B
(162,43,123)
#90276E
(144,39,110)
#7E2361
(126,35,97)
#6C1F54
(108,31,84)
#5A1B47
(90,27,71)
#48173A
(72,23,58)
#36132D
(54,19,45)
#240F20
(36,15,32)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #C63395

#C63395
(198,51,149)
#CB459E
(203,69,158)
#D057A7
(208,87,167)
#D569B0
(213,105,176)
#DA7BB9
(218,123,185)
#DF8DC2
(223,141,194)
#E49FCB
(228,159,203)
#E9B1D4
(233,177,212)
#EEC3DD
(238,195,221)
#F3D5E6
(243,213,230)
#F8E7EF
(248,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C63395 color. Also use rgb(198,51,149) instead hex code.

Text Font Color

.myTextColor { color: #C63395; }

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

This text font color is #C63395.


Background Color

.myBgColor { background-color: #C63395; }

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

This div background color is #C63395.


Border color

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

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

This div border color is #C63395.


Opacity

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

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

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

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

This text has shadow with #C63395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C63395 on black background.


Color preview on white background

This text has color #C63395 on white background.



Black color preview on #C63395 background

This text has black color on #C63395 background.


White color preview on #C63395 background

This text has white color on #C63395 background.