#C964BE

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

Shades of Fuchsia #C964BE

Tints of Fuchsia #C964BE

Color information

#C964BE (or 0xC964BE) is unknown color: approx Fuchsia. HEX triplet: C9, 64 and BE. RGB value is (201,100,190). Sum of RGB (Red+Green+Blue) = 201+100+190=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C964BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964BE is #369B41. Grayscale: #8C8C8C. Windows color (decimal): -3578690 or 12477641. OLE color: 12477641.

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

Color convert

RGB201100190-
CMYK00.500.050.21
HSL306.53º48.33%59.02%-
HSV(B)306.53º50.25%78.82%-
XYZ37.9425.2551.59-
YUV140.46155.96171.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.94%
GREEN value IS 100 (39.45% from 255) = 20.37%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=40.94%
G=20.37%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110019000.500.050.21306.5348.3359.02
HexC964BE032515133303b
Octal3111442760625254636073
Binary11001001110010010111110011001010110101100110011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C964BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C964BE; }

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

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

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

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

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

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

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

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