COLOR #C6338A

HEX: #C6338A
RGB: (198,51,138)

Color info

#C6338A contains mainly red color. Web safe color of #C6338A is #CC3399 (or #C39).

RGB color model

#C6338A color RGB value is (198,51,138).

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

RGB channels and saturation

R 198 of 255 = 78%
G 51 of 255 = 20%
B 138 of 255 = 54%

198
51
138

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

Portions of RGB colors in percentages

R + G + B =
198 + 51 + 138 = 387 (100%)
R 198 of 387 ~ 51.16%
G 51 of 387 ~ 13.18%
B 138 of 387 ~ 35.66%

%51.16
%13.18
%35.66

CMYK color model

#C6338A color CMYK value is (0,74,30,22).

  • cyan value is 0.00%
  • magenta value is 74.24%
  • yellow value is 30.30%
  • key color value is 22.35%
CMYK:
(0,74,30,22)
C0M74Y30K22 
(0%,74%,30%,22%)
(0.00/0.74/0.30/0.22)	

CMYK percentages

%0
%74.24
%30.3
%22.35

Codes

Color #C6338A in popluar color models

C6338A
RGB19851138
HSL324°59.04%48.82%
HSB/HSV324°74.24%77.65%
CMYK0.00%74.24%30.30%
22.35%

Color #C6338A in popluar number systems.

HEXC6338A
Decimal19851138
Binary1100011011001110001010
Octal30663212

Shades and tints

Shades of #C6338A

#C6338A
(198,51,138)
#B42F7E
(180,47,126)
#A22B72
(162,43,114)
#902766
(144,39,102)
#7E235A
(126,35,90)
#6C1F4E
(108,31,78)
#5A1B42
(90,27,66)
#481736
(72,23,54)
#36132A
(54,19,42)
#240F1E
(36,15,30)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #C6338A

#C6338A
(198,51,138)
#CB4594
(203,69,148)
#D0579E
(208,87,158)
#D569A8
(213,105,168)
#DA7BB2
(218,123,178)
#DF8DBC
(223,141,188)
#E49FC6
(228,159,198)
#E9B1D0
(233,177,208)
#EEC3DA
(238,195,218)
#F3D5E4
(243,213,228)
#F8E7EE
(248,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6338A; }

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

This text font color is #C6338A.


Background Color

.myBgColor { background-color: #C6338A; }

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

This div background color is #C6338A.


Border color

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

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

This div border color is #C6338A.


Opacity

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

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

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

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

This text has shadow with #C6338A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6338A on black background.


Color preview on white background

This text has color #C6338A on white background.



Black color preview on #C6338A background

This text has black color on #C6338A background.


White color preview on #C6338A background

This text has white color on #C6338A background.