Html Css Color HEX #C971B2 Fuchsia

📋 copy color: '#C971B2'

red 201 ◦ green 113 ◦ blue 178

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

Shades of Fuchsia #C971B2

Tints of Fuchsia #C971B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.18%

R = 40.85%
G = 22.97%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C971B2 (or 0xC971B2) is known color: Fuchsia. HEX triplet: C9, 71 and B2. RGB value is (201,113,178). Sum of RGB (Red+Green+Blue) = 201+113+178=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C971B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C971B2 is #368E4D. Grayscale: #929292. Windows color (decimal): -3575374 or 11694537. OLE color: 11694537.

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

Color convert

RGB 201 113 178 -
CMYK 0 0.44 0.11 0.21
HSL 315.68º 0.45% 0.62% -
HSV(B) 315.68º 0.44% 0.79% -
XYZ 38.03 27.44 45.41 -
YUV 146.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 201 113 178 0 0.44 0.11 0.21 315.68 0.45 0.62
Hex C9 71 B2 0 2C B 15 13C 2D 3E
Octal 311 161 262 0 54 13 25 474 55 76
Binary 11001001 1110001 10110010 0 101100 1011 10101 100111100 101101 111110

Color Harmonies of #C971B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971B2

Black with #C971B2

Text Example


Text Example

White with #C971B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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