COLOR #CA1290

HEX: #CA1290
RGB: (202,18,144)

Color info

#CA1290 contains mainly red and blue colors. Web safe color of #CA1290 is #CC0099 (or #C09).

RGB color model

#CA1290 color RGB value is (202,18,144).

  • red value is 202;
  • green value is 18;
  • blue value is 144.
RGB:
(202,18,144)
(79%,7%,56%)

RGB channels and saturation

R 202 of 255 = 79%
G 18 of 255 = 7%
B 144 of 255 = 56%

202
18
144

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

Portions of RGB colors in percentages

R + G + B =
202 + 18 + 144 = 364 (100%)
R 202 of 364 ~ 55.49%
G 18 of 364 ~ 4.95%
B 144 of 364 ~ 39.56%

%55.49
%39.56

CMYK color model

#CA1290 color CMYK value is (0,91,29,21).

  • cyan value is 0.00%
  • magenta value is 91.09%
  • yellow value is 28.71%
  • key color value is 20.78%
CMYK:
(0,91,29,21)
C0M91Y29K21 
(0%,91%,29%,21%)
(0.00/0.91/0.29/0.21)	

CMYK percentages

%0
%91.09
%28.71
%20.78

Codes

Color #CA1290 in popluar color models

CA1290
RGB20218144
HSL319°83.64%43.14%
HSB/HSV319°91.09%79.22%
CMYK0.00%91.09%28.71%
20.78%

Color #CA1290 in popluar number systems.

HEXCA1290
Decimal20218144
Binary110010101001010010000
Octal31222220

Shades and tints

Shades of #CA1290

#CA1290
(202,18,144)
#B81183
(184,17,131)
#A61076
(166,16,118)
#940F69
(148,15,105)
#820E5C
(130,14,92)
#700D4F
(112,13,79)
#5E0C42
(94,12,66)
#4C0B35
(76,11,53)
#3A0A28
(58,10,40)
#28091B
(40,9,27)
#16080E
(22,8,14)
#000000
(0,0,0)

Tints of #CA1290

#CA1290
(202,18,144)
#CE279A
(206,39,154)
#D23CA4
(210,60,164)
#D651AE
(214,81,174)
#DA66B8
(218,102,184)
#DE7BC2
(222,123,194)
#E290CC
(226,144,204)
#E6A5D6
(230,165,214)
#EABAE0
(234,186,224)
#EECFEA
(238,207,234)
#F2E4F4
(242,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA1290 color. Also use rgb(202,18,144) instead hex code.

Text Font Color

.myTextColor { color: #CA1290; }

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

This text font color is #CA1290.


Background Color

.myBgColor { background-color: #CA1290; }

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

This div background color is #CA1290.


Border color

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

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

This div border color is #CA1290.


Opacity

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

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

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

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

This text has shadow with #CA1290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA1290 on black background.


Color preview on white background

This text has color #CA1290 on white background.



Black color preview on #CA1290 background

This text has black color on #CA1290 background.


White color preview on #CA1290 background

This text has white color on #CA1290 background.