COLOR #C483B2

HEX: #C483B2
RGB: (196,131,178)

Color info

#C483B2 contains mainly red and blue colors. Web safe color of #C483B2 is #CC9999 (or #C99).

RGB color model

#C483B2 color RGB value is (196,131,178).

  • red value is 196;
  • green value is 131;
  • blue value is 178.
RGB:
(196,131,178)
(77%,51%,70%)

RGB channels and saturation

R 196 of 255 = 77%
G 131 of 255 = 51%
B 178 of 255 = 70%

196
131
178

R + G + B ~ 66%. #C483B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 131 + 178 = 505 (100%)
R 196 of 505 ~ 38.81%
G 131 of 505 ~ 25.94%
B 178 of 505 ~ 35.25%

%38.81
%25.94
%35.25

CMYK color model

#C483B2 color CMYK value is (0,33,9,23).

  • cyan value is 0.00%
  • magenta value is 33.16%
  • yellow value is 9.18%
  • key color value is 23.14%
CMYK:
(0,33,9,23)
C0M33Y9K23 
(0%,33%,9%,23%)
(0.00/0.33/0.09/0.23)	

CMYK percentages

%0
%33.16
%9.18
%23.14

Codes

Color #C483B2 in popluar color models

C483B2
RGB196131178
HSL317°35.52%64.12%
HSB/HSV317°33.16%76.86%
CMYK0.00%33.16%9.18%
23.14%

Color #C483B2 in popluar number systems.

HEXC483B2
Decimal196131178
Binary110001001000001110110010
Octal304203262

Shades and tints

Shades of #C483B2

#C483B2
(196,131,178)
#B378A2
(179,120,162)
#A26D92
(162,109,146)
#916282
(145,98,130)
#805772
(128,87,114)
#6F4C62
(111,76,98)
#5E4152
(94,65,82)
#4D3642
(77,54,66)
#3C2B32
(60,43,50)
#2B2022
(43,32,34)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #C483B2

#C483B2
(196,131,178)
#C98EB9
(201,142,185)
#CE99C0
(206,153,192)
#D3A4C7
(211,164,199)
#D8AFCE
(216,175,206)
#DDBAD5
(221,186,213)
#E2C5DC
(226,197,220)
#E7D0E3
(231,208,227)
#ECDBEA
(236,219,234)
#F1E6F1
(241,230,241)
#F6F1F8
(246,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C483B2 color. Also use rgb(196,131,178) instead hex code.

Text Font Color

.myTextColor { color: #C483B2; }

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

This text font color is #C483B2.


Background Color

.myBgColor { background-color: #C483B2; }

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

This div background color is #C483B2.


Border color

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

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

This div border color is #C483B2.


Opacity

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

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

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

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

This text has shadow with #C483B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C483B2 on black background.


Color preview on white background

This text has color #C483B2 on white background.



Black color preview on #C483B2 background

This text has black color on #C483B2 background.


White color preview on #C483B2 background

This text has white color on #C483B2 background.