#C971BB

Color #C971BB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C971BB

Tints of Fuchsia #C971BB

Color information

#C971BB (or 0xC971BB) is unknown color: approx 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

RGB201113187-
CMYK00.440.070.21
HSL309.55º44.9%61.57%-
HSV(B)309.55º43.78%78.82%-
XYZ38.9627.8250.33-
YUV147.75150.15165.98-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111318700.440.070.21309.5544.961.57
HexC971BB02C7151362d3e
Octal3111612730547254665576
Binary11001001111000110111011010110011110101100110110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C971BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>