Html Css Color HEX #C971B0 Hopbush

📋 copy color: '#C971B0'

red 201 ◦ green 113 ◦ blue 176

#C971B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #C971B0

Tints of Hopbush #C971B0

RGB

 RED value IS 201 (78.91% from 255) = 41.02%

 GREEN value IS 113 (44.53% from 255) = 23.06%

 BLUE value IS 176 (69.14% from 255) = 35.92%

R = 41.02%
G = 23.06%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C971B0 (or 0xC971B0) is known color: Hopbush. HEX triplet: C9, 71 and B0. RGB value is (201,113,176). Sum of RGB (Red+Green+Blue) = 201+113+176=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C971B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C971B0 is #368E4F. Grayscale: #929292. Windows color (decimal): -3575376 or 11563465. OLE color: 11563465.

HSL color Cylindrical-coordinate representation of color #C971B0: hue angle of 317.05º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C971B0 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 113 176 -
CMYK 0 0.44 0.12 0.21
HSL 317.05º 0.45% 0.62% -
HSV(B) 317.05º 0.44% 0.79% -
XYZ 37.83 27.36 44.36 -
YUV 146.49 144.65 166.88 -
System Red Green Blue C M Y K H S L
Decimal 201 113 176 0 0.44 0.12 0.21 317.05 0.45 0.62
Hex C9 71 B0 0 2C C 15 13D 2D 3E
Octal 311 161 260 0 54 14 25 475 55 76
Binary 11001001 1110001 10110000 0 101100 1100 10101 100111101 101101 111110

Color Harmonies of #C971B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971B0

Black with #C971B0

Text Example


Text Example

White with #C971B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971B0; }

 p { color: rgb(201,113,176); }

 H1.HeaderClassName
 {
   color: #C971B0;
 }
 .AnyTagClassName
 {
   color: #C971B0;
 }
</style>

background-color css

<style>
 a { background-color: #C971B0; }

 a { background-color: rgb(201,113,176); }

 div.DivClassName
 {
   background-color: #C971B0;
 }
 .BgClassName
 {
   background-color: #C971B0;
 }
</style>

border-color css

<style>
 span { border-color: #C971B0; }

 span { border-color: rgb(201,113,176); }

 td.TdClassName
 {
   border-color: #C971B0;
 }
 .TagClassName
 {
   border-color: #C971B0;
 }
</style>