#C965BF

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

Shades of Fuchsia #C965BF

Tints of Fuchsia #C965BF

Color information

#C965BF (or 0xC965BF) is unknown color: approx Fuchsia. HEX triplet: C9, 65 and BF. RGB value is (201,101,191). Sum of RGB (Red+Green+Blue) = 201+101+191=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C965BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965BF is #369A40. Grayscale: #8C8C8C. Windows color (decimal): -3578433 or 12543433. OLE color: 12543433.

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

Color convert

RGB201101191-
CMYK00.500.050.21
HSL306º48.08%59.22%-
HSV(B)306º49.75%78.82%-
XYZ38.1525.4952.2-
YUV141.16156.13170.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.77%
GREEN value IS 101 (39.84% from 255) = 20.49%
BLUE value IS 191 (75% from 255) = 38.74%
R=40.77%
G=20.49%
B=38.74%

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
Decimal20110119100.500.050.2130648.0859.22
HexC965BF032515132303b
Octal3111452770625254626073
Binary11001001110010110111111011001010110101100110010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C965BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C965BF; }

 p { color: rgb(201,101,191); }

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

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

 a { background-color: rgb(201,101,191); }

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

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

 span { border-color: rgb(201,101,191); }

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