COLOR #C051D2

HEX: #C051D2
RGB: (192,81,210)

Color info

#C051D2 contains mainly red and blue colors. Web safe color of #C051D2 is #CC66CC (or #C6C).

RGB color model

#C051D2 color RGB value is (192,81,210).

  • red value is 192;
  • green value is 81;
  • blue value is 210.
RGB:
(192,81,210)
(75%,32%,82%)

RGB channels and saturation

R 192 of 255 = 75%
G 81 of 255 = 32%
B 210 of 255 = 82%

192
81
210

R + G + B ~ 63%. #C051D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 81 + 210 = 483 (100%)
R 192 of 483 ~ 39.75%
G 81 of 483 ~ 16.77%
B 210 of 483 ~ 43.48%

%39.75
%16.77
%43.48

CMYK color model

#C051D2 color CMYK value is (9,61,0,18).

  • cyan value is 8.57%
  • magenta value is 61.43%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(9,61,0,18)
C9M61Y0K18 
(9%,61%,0%,18%)
(0.09/0.61/0.00/0.18)	

CMYK percentages

%8.57
%61.43
%0
%17.65

Codes

Color #C051D2 in popluar color models

C051D2
RGB19281210
HSL292°58.90%57.06%
HSB/HSV292°61.43%82.35%
CMYK8.57%61.43%0.00%
17.65%

Color #C051D2 in popluar number systems.

HEXC051D2
Decimal19281210
Binary11000000101000111010010
Octal300121322

Shades and tints

Shades of #C051D2

#C051D2
(192,81,210)
#AF4ABF
(175,74,191)
#9E43AC
(158,67,172)
#8D3C99
(141,60,153)
#7C3586
(124,53,134)
#6B2E73
(107,46,115)
#5A2760
(90,39,96)
#49204D
(73,32,77)
#38193A
(56,25,58)
#271227
(39,18,39)
#160B14
(22,11,20)
#000000
(0,0,0)

Tints of #C051D2

#C051D2
(192,81,210)
#C560D6
(197,96,214)
#CA6FDA
(202,111,218)
#CF7EDE
(207,126,222)
#D48DE2
(212,141,226)
#D99CE6
(217,156,230)
#DEABEA
(222,171,234)
#E3BAEE
(227,186,238)
#E8C9F2
(232,201,242)
#EDD8F6
(237,216,246)
#F2E7FA
(242,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C051D2 color. Also use rgb(192,81,210) instead hex code.

Text Font Color

.myTextColor { color: #C051D2; }

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

This text font color is #C051D2.


Background Color

.myBgColor { background-color: #C051D2; }

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

This div background color is #C051D2.


Border color

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

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

This div border color is #C051D2.


Opacity

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

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

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

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

This text has shadow with #C051D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C051D2 on black background.


Color preview on white background

This text has color #C051D2 on white background.



Black color preview on #C051D2 background

This text has black color on #C051D2 background.


White color preview on #C051D2 background

This text has white color on #C051D2 background.