COLOR #C33A5D

HEX: #C33A5D
RGB: (195,58,93)

Color info

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

RGB color model

#C33A5D color RGB value is (195,58,93).

  • red value is 195;
  • green value is 58;
  • blue value is 93.
RGB:
(195,58,93)
(76%,23%,36%)

RGB channels and saturation

R 195 of 255 = 76%
G 58 of 255 = 23%
B 93 of 255 = 36%

195
58
93

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

Portions of RGB colors in percentages

R + G + B =
195 + 58 + 93 = 346 (100%)
R 195 of 346 ~ 56.36%
G 58 of 346 ~ 16.76%
B 93 of 346 ~ 26.88%

%56.36
%16.76
%26.88

CMYK color model

#C33A5D color CMYK value is (0,70,52,24).

  • cyan value is 0.00%
  • magenta value is 70.26%
  • yellow value is 52.31%
  • key color value is 23.53%
CMYK:
(0,70,52,24)
C0M70Y52K24 
(0%,70%,52%,24%)
(0.00/0.70/0.52/0.24)	

CMYK percentages

%0
%70.26
%52.31
%23.53

Codes

Color #C33A5D in popluar color models

C33A5D
RGB1955893
HSL345°54.15%49.61%
HSB/HSV345°70.26%76.47%
CMYK0.00%70.26%52.31%
23.53%

Color #C33A5D in popluar number systems.

HEXC33A5D
Decimal1955893
Binary110000111110101011101
Octal30372135

Shades and tints

Shades of #C33A5D

#C33A5D
(195,58,93)
#B23555
(178,53,85)
#A1304D
(161,48,77)
#902B45
(144,43,69)
#7F263D
(127,38,61)
#6E2135
(110,33,53)
#5D1C2D
(93,28,45)
#4C1725
(76,23,37)
#3B121D
(59,18,29)
#2A0D15
(42,13,21)
#19080D
(25,8,13)
#000000
(0,0,0)

Tints of #C33A5D

#C33A5D
(195,58,93)
#C84B6B
(200,75,107)
#CD5C79
(205,92,121)
#D26D87
(210,109,135)
#D77E95
(215,126,149)
#DC8FA3
(220,143,163)
#E1A0B1
(225,160,177)
#E6B1BF
(230,177,191)
#EBC2CD
(235,194,205)
#F0D3DB
(240,211,219)
#F5E4E9
(245,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C33A5D color. Also use rgb(195,58,93) instead hex code.

Text Font Color

.myTextColor { color: #C33A5D; }

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

This text font color is #C33A5D.


Background Color

.myBgColor { background-color: #C33A5D; }

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

This div background color is #C33A5D.


Border color

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

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

This div border color is #C33A5D.


Opacity

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

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

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

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

This text has shadow with #C33A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C33A5D on black background.


Color preview on white background

This text has color #C33A5D on white background.



Black color preview on #C33A5D background

This text has black color on #C33A5D background.


White color preview on #C33A5D background

This text has white color on #C33A5D background.