Html Css Color HEX #C971B9 Fuchsia

📋 copy color: '#C971B9'

red 201 ◦ green 113 ◦ blue 185

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

Shades of Fuchsia #C971B9

Tints of Fuchsia #C971B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.07%

R = 40.28%
G = 22.65%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C971B9 (or 0xC971B9) is known color: Fuchsia. HEX triplet: C9, 71 and B9. RGB value is (201,113,185). Sum of RGB (Red+Green+Blue) = 201+113+185=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C971B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971B9 is #368E46. Grayscale: #939393. Windows color (decimal): -3575367 or 12153289. OLE color: 12153289.

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

Color convert

RGB 201 113 185 -
CMYK 0 0.44 0.08 0.21
HSL 310.91º 0.45% 0.62% -
HSV(B) 310.91º 0.44% 0.79% -
XYZ 38.75 27.73 49.21 -
YUV 147.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 201 113 185 0 0.44 0.08 0.21 310.91 0.45 0.62
Hex C9 71 B9 0 2C 8 15 137 2D 3E
Octal 311 161 271 0 54 10 25 467 55 76
Binary 11001001 1110001 10111001 0 101100 1000 10101 100110111 101101 111110

Color Harmonies of #C971B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971B9

Black with #C971B9

Text Example


Text Example

White with #C971B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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