#C960BA

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

Shades of Fuchsia #C960BA

Tints of Fuchsia #C960BA

Color information

#C960BA (or 0xC960BA) is unknown color: approx Fuchsia. HEX triplet: C9, 60 and BA. RGB value is (201,96,186). Sum of RGB (Red+Green+Blue) = 201+96+186=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C960BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C960BA is #369F45. Grayscale: #898989. Windows color (decimal): -3579718 or 12214473. OLE color: 12214473.

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

Color convert

RGB20196186-
CMYK00.520.070.21
HSL308.57º49.3%58.24%-
HSV(B)308.57º52.24%78.82%-
XYZ37.1324.3349.19-
YUV137.66155.29173.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.61%
GREEN value IS 96 (37.89% from 255) = 19.88%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=41.61%
G=19.88%
B=38.51%

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
Decimal2019618600.520.070.21308.5749.358.24
HexC960BA034715135313a
Octal3111402720647254656172
Binary11001001110000010111010011010011110101100110101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C960BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C960BA; }

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

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

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

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

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

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

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

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