Html Css Color HEX #C971B1 Fuchsia

📋 copy color: '#C971B1'

red 201 ◦ green 113 ◦ blue 177

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

Shades of Fuchsia #C971B1

Tints of Fuchsia #C971B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.05%

R = 40.94%
G = 23.01%
B = 36.05%

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

#C971B1 (or 0xC971B1) is known color: Fuchsia. HEX triplet: C9, 71 and B1. RGB value is (201,113,177). Sum of RGB (Red+Green+Blue) = 201+113+177=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C971B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C971B1 is #368E4E. Grayscale: #929292. Windows color (decimal): -3575375 or 11629001. OLE color: 11629001.

HSL color Cylindrical-coordinate representation of color #C971B1: hue angle of 316.36º 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 #C971B1 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 113 177 -
CMYK 0 0.44 0.12 0.21
HSL 316.36º 0.45% 0.62% -
HSV(B) 316.36º 0.44% 0.79% -
XYZ 37.93 27.4 44.89 -
YUV 146.61 145.15 166.8 -
System Red Green Blue C M Y K H S L
Decimal 201 113 177 0 0.44 0.12 0.21 316.36 0.45 0.62
Hex C9 71 B1 0 2C C 15 13C 2D 3E
Octal 311 161 261 0 54 14 25 474 55 76
Binary 11001001 1110001 10110001 0 101100 1100 10101 100111100 101101 111110

Color Harmonies of #C971B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971B1

Black with #C971B1

Text Example


Text Example

White with #C971B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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