COLOR #C33390

HEX: #C33390 RGB: (195,51,144)

Color info

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

RGB color model

#C33390 color RGB value is (195,51,144).

RGB: (195,51,144) (76%, 20%, 56%)

RGB channels and saturation

R 195 of 255 = 76%
G 51 of 255 = 20%
B 144 of 255 = 56%

195
51
144

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

Portions of RGB colors in percentages

R + G + B = 195 + 51 + 144 = 390 (100%)
R 195 of 390 ~ 50%
G 51 of 390 ~ 13.08%
B 144 of 390 ~ 36.92'%

%50
%13.08
%36.92

CMYK color model

#C33390 color CMYK value is (0,74,26,24).

  • cyan value is 0.00%
  • magenta value is 73.85%
  • yellow value is 26.15%
  • key color value is 23.53%

CMYK: (0,74,26,24)
C0M74Y26K24 (0%, 74%, 26%, 24%)
(0.00 / 0.74 / 0.26 / 0.24)

CMYK percentages

%0
%73.85
%26.15
%23.53

Codes

Color #C33390 in popluar color models

C3 33 90
RGB 195 51 144
HSL 321° 58.54% 48.24%
HSB/HSV 321° 73.85% 76.47%
CMYK 0.00% 73.85% 26.15%
23.53%

Color #C33390 in popluar number systems.

HEX C3 33 90
Decimal 195 51 144
Binary 11000011 110011 10010000
Octal 303 63 220

Shades and tints

Shades of #C33390

#C33390
(195,51,144)
#B22F83
(178,47,131)
#A12B76
(161,43,118)
#902769
(144,39,105)
#7F235C
(127,35,92)
#6E1F4F
(110,31,79)
#5D1B42
(93,27,66)
#4C1735
(76,23,53)
#3B1328
(59,19,40)
#2A0F1B
(42,15,27)
#190B0E
(25,11,14)
#000000
(0,0,0)

Tints of #C33390

#C33390
(195,51,144)
#C8459A
(200,69,154)
#CD57A4
(205,87,164)
#D269AE
(210,105,174)
#D77BB8
(215,123,184)
#DC8DC2
(220,141,194)
#E19FCC
(225,159,204)
#E6B1D6
(230,177,214)
#EBC3E0
(235,195,224)
#F0D5EA
(240,213,234)
#F5E7F4
(245,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C33390 color. Also use rgb(195,51,144) instead hex code.

Text Font Color

.myTextColor { color: #C33390; }

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

This text font color is #C33390.

Background Color

.myBgColor { background-color: #C33390; }

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

This div background color is #C33390.

Border color

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

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

This div border color is #C33390.

Opacity

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

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

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

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

This text has shadow with #C33390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C33390.

Preview

Color preview on black background

This text has color #C33390 on black background.


Color preview on white background

This text has color #C33390 on white background.


Black color preview on #C33390 background

This text has black color on #C33390 background.


White color preview on #C33390 background

This text has white color on #C33390 background.


Related colors

Complementary color

Complementary color for #hex is #3CCC6F.


I love getcolorcode.com

Triadic colors

1 #90C333 and #3390C3 with #C33390 are triadic colors.

2 #9033C3 and #33C390 with #C33390 are triadic colors.