Html Css Color HEX #C971BB Fuchsia

📋 copy color: '#C971BB'

red 201 ◦ green 113 ◦ blue 187

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

Shades of Fuchsia #C971BB

Tints of Fuchsia #C971BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.33%

R = 40.12%
G = 22.55%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C971BB (or 0xC971BB) is known color: Fuchsia. HEX triplet: C9, 71 and BB. RGB value is (201,113,187). Sum of RGB (Red+Green+Blue) = 201+113+187=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C971BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971BB is #368E44. Grayscale: #939393. Windows color (decimal): -3575365 or 12284361. OLE color: 12284361.

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

Color convert

RGB 201 113 187 -
CMYK 0 0.44 0.07 0.21
HSL 309.55º 0.45% 0.62% -
HSV(B) 309.55º 0.44% 0.79% -
XYZ 38.96 27.82 50.33 -
YUV 147.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 201 113 187 0 0.44 0.07 0.21 309.55 0.45 0.62
Hex C9 71 BB 0 2C 7 15 136 2D 3E
Octal 311 161 273 0 54 7 25 466 55 76
Binary 11001001 1110001 10111011 0 101100 111 10101 100110110 101101 111110

Color Harmonies of #C971BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971BB

Black with #C971BB

Text Example


Text Example

White with #C971BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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