#c960bb

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

Shades of Fuchsia #C960BB

Tints of Fuchsia #C960BB

Color information

#C960BB (or 0xC960BB) is unknown color: approx Fuchsia. HEX triplet: C9, 60 and BB. RGB value is (201,96,187). Sum of RGB (Red+Green+Blue) = 201+96+187=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C960BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C960BB is #369F44. Grayscale: #898989. Windows color (decimal): -3579717 or 12280009. OLE color: 12280009.

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

Color convert

RGB20196187-
CMYK00.520.070.21
HSL308º49.3%58.24%-
HSV(B)308º52.24%78.82%-
XYZ37.2424.3749.76-
YUV137.77155.79173.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.53%
GREEN value IS 96 (37.89% from 255) = 19.83%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=41.53%
G=19.83%
B=38.64%

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
Decimal2019618700.520.070.2130849.358.24
HexC960BB034715134313a
Octal3111402730647254646172
Binary11001001110000010111011011010011110101100110100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c960bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c960bb; }

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

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

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

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

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

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

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

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