COLOR #C33259

HEX: #C33259
RGB: (195,50,89)

Color info

#C33259 contains mainly red color. Web safe color of #C33259 is #CC3366 (or #C36).

RGB color model

#C33259 color RGB value is (195,50,89).

  • red value is 195;
  • green value is 50;
  • blue value is 89.
RGB:
(195,50,89)
(76%,20%,35%)

RGB channels and saturation

R 195 of 255 = 76%
G 50 of 255 = 20%
B 89 of 255 = 35%

195
50
89

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

Portions of RGB colors in percentages

R + G + B =
195 + 50 + 89 = 334 (100%)
R 195 of 334 ~ 58.38%
G 50 of 334 ~ 14.97%
B 89 of 334 ~ 26.65%

%58.38
%14.97
%26.65

CMYK color model

#C33259 color CMYK value is (0,74,54,24).

  • cyan value is 0.00%
  • magenta value is 74.36%
  • yellow value is 54.36%
  • key color value is 23.53%
CMYK:
(0,74,54,24)
C0M74Y54K24 
(0%,74%,54%,24%)
(0.00/0.74/0.54/0.24)	

CMYK percentages

%0
%74.36
%54.36
%23.53

Codes

Color #C33259 in popluar color models

C33259
RGB1955089
HSL344°59.18%48.04%
HSB/HSV344°74.36%76.47%
CMYK0.00%74.36%54.36%
23.53%

Color #C33259 in popluar number systems.

HEXC33259
Decimal1955089
Binary110000111100101011001
Octal30362131

Shades and tints

Shades of #C33259

#C33259
(195,50,89)
#B22E51
(178,46,81)
#A12A49
(161,42,73)
#902641
(144,38,65)
#7F2239
(127,34,57)
#6E1E31
(110,30,49)
#5D1A29
(93,26,41)
#4C1621
(76,22,33)
#3B1219
(59,18,25)
#2A0E11
(42,14,17)
#190A09
(25,10,9)
#000000
(0,0,0)

Tints of #C33259

#C33259
(195,50,89)
#C84468
(200,68,104)
#CD5677
(205,86,119)
#D26886
(210,104,134)
#D77A95
(215,122,149)
#DC8CA4
(220,140,164)
#E19EB3
(225,158,179)
#E6B0C2
(230,176,194)
#EBC2D1
(235,194,209)
#F0D4E0
(240,212,224)
#F5E6EF
(245,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C33259 color. Also use rgb(195,50,89) instead hex code.

Text Font Color

.myTextColor { color: #C33259; }

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

This text font color is #C33259.


Background Color

.myBgColor { background-color: #C33259; }

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

This div background color is #C33259.


Border color

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

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

This div border color is #C33259.


Opacity

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

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

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

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

This text has shadow with #C33259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C33259 on black background.


Color preview on white background

This text has color #C33259 on white background.



Black color preview on #C33259 background

This text has black color on #C33259 background.


White color preview on #C33259 background

This text has white color on #C33259 background.