COLOR #CB61B0

HEX: #CB61B0 RGB: (203,97,176)

Color info

#CB61B0 contains mainly red and blue colors. Web safe color of #CB61B0 is #CC6699 (or #C69).

RGB color model

#CB61B0 color RGB value is (203,97,176).

RGB: (203,97,176) (80%, 38%, 69%)

RGB channels and saturation

R 203 of 255 = 80%
G 97 of 255 = 38%
B 176 of 255 = 69%

203
97
176

R + G + B ~ 62%. #CB61B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 97 + 176 = 476 (100%)
R 203 of 476 ~ 42.65%
G 97 of 476 ~ 20.38%
B 176 of 476 ~ 36.97'%

%42.65
%20.38
%36.97

CMYK color model

#CB61B0 color CMYK value is (0,52,13,20).

  • cyan value is 0.00%
  • magenta value is 52.22%
  • yellow value is 13.30%
  • key color value is 20.39%

CMYK: (0,52,13,20)
C0M52Y13K20 (0%, 52%, 13%, 20%)
(0.00 / 0.52 / 0.13 / 0.20)

CMYK percentages

%0
%52.22
%13.3
%20.39

Codes

Color #CB61B0 in popluar color models

CB 61 B0
RGB 203 97 176
HSL 315° 50.48% 58.82%
HSB/HSV 315° 52.22% 79.61%
CMYK 0.00% 52.22% 13.30%
20.39%

Color #CB61B0 in popluar number systems.

HEX CB 61 B0
Decimal 203 97 176
Binary 11001011 1100001 10110000
Octal 313 141 260

Shades and tints

Shades of #CB61B0

#CB61B0
(203,97,176)
#B959A0
(185,89,160)
#A75190
(167,81,144)
#954980
(149,73,128)
#834170
(131,65,112)
#713960
(113,57,96)
#5F3150
(95,49,80)
#4D2940
(77,41,64)
#3B2130
(59,33,48)
#291920
(41,25,32)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #CB61B0

#CB61B0
(203,97,176)
#CF6FB7
(207,111,183)
#D37DBE
(211,125,190)
#D78BC5
(215,139,197)
#DB99CC
(219,153,204)
#DFA7D3
(223,167,211)
#E3B5DA
(227,181,218)
#E7C3E1
(231,195,225)
#EBD1E8
(235,209,232)
#EFDFEF
(239,223,239)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB61B0 color. Also use rgb(203,97,176) instead hex code.

Text Font Color

.myTextColor { color: #CB61B0; }

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

This text font color is #CB61B0.

Background Color

.myBgColor { background-color: #CB61B0; }

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

This div background color is #CB61B0.

Border color

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

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

This div border color is #CB61B0.

Opacity

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

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

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

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

This text has shadow with #CB61B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB61B0.

Preview

Color preview on black background

This text has color #CB61B0 on black background.


Color preview on white background

This text has color #CB61B0 on white background.


Black color preview on #CB61B0 background

This text has black color on #CB61B0 background.


White color preview on #CB61B0 background

This text has white color on #CB61B0 background.


Related colors

Complementary color

Complementary color for #hex is #349E4F.


I love getcolorcode.com

Triadic colors

1 #B0CB61 and #61B0CB with #CB61B0 are triadic colors.

2 #B061CB and #61CBB0 with #CB61B0 are triadic colors.