#C964B9

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

Shades of Fuchsia #C964B9

Tints of Fuchsia #C964B9

Color information

#C964B9 (or 0xC964B9) is unknown color: approx Fuchsia. HEX triplet: C9, 64 and B9. RGB value is (201,100,185). Sum of RGB (Red+Green+Blue) = 201+100+185=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C964B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964B9 is #369B46. Grayscale: #8B8B8B. Windows color (decimal): -3578695 or 12149961. OLE color: 12149961.

HSL color Cylindrical-coordinate representation of color #C964B9: hue angle of 309.5º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C964B9 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB201100185-
CMYK00.500.080.21
HSL309.5º48.33%59.02%-
HSV(B)309.5º50.25%78.82%-
XYZ37.425.0348.76-
YUV139.89153.46171.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.36%
GREEN value IS 100 (39.45% from 255) = 20.58%
BLUE value IS 185 (72.66% from 255) = 38.07%
R=41.36%
G=20.58%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110018500.500.080.21309.548.3359.02
HexC964B9032815136303b
Octal31114427106210254666073
Binary110010011100100101110010110010100010101100110110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C964B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C964B9; }

 p { color: rgb(201,100,185); }

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

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

 a { background-color: rgb(201,100,185); }

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

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

 span { border-color: rgb(201,100,185); }

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