#C961BB

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

Shades of Fuchsia #C961BB

Tints of Fuchsia #C961BB

Color information

#C961BB (or 0xC961BB) is unknown color: approx Fuchsia. HEX triplet: C9, 61 and BB. RGB value is (201,97,187). Sum of RGB (Red+Green+Blue) = 201+97+187=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C961BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C961BB is #369E44. Grayscale: #8A8A8A. Windows color (decimal): -3579461 or 12280265. OLE color: 12280265.

HSL color Cylindrical-coordinate representation of color #C961BB: hue angle of 308.08º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C961BB is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB20197187-
CMYK00.520.070.21
HSL308.08º49.06%58.43%-
HSV(B)308.08º51.74%78.82%-
XYZ37.3324.5549.79-
YUV138.36155.46172.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.44%
GREEN value IS 97 (38.28% from 255) = 20%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=41.44%
G=20%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019718700.520.070.21308.0849.0658.43
HexC961BB034715134313a
Octal3111412730647254646172
Binary11001001110000110111011011010011110101100110100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C961BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C961BB; }

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

 H1.HeaderClassName
 {
   color: #C961BB;
 }
 .AnyTagClassName
 {
   color: #C961BB;
 }
</style>
background-color css

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

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

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

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

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

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