#C965C2

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

Shades of Fuchsia #C965C2

Tints of Fuchsia #C965C2

Color information

#C965C2 (or 0xC965C2) is unknown color: approx Fuchsia. HEX triplet: C9, 65 and C2. RGB value is (201,101,194). Sum of RGB (Red+Green+Blue) = 201+101+194=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C965C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965C2 is #369A3D. Grayscale: #8D8D8D. Windows color (decimal): -3578430 or 12740041. OLE color: 12740041.

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

Color convert

RGB201101194-
CMYK00.500.030.21
HSL304.2º48.08%59.22%-
HSV(B)304.2º49.75%78.82%-
XYZ38.4825.6253.96-
YUV141.5157.63170.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.52%
GREEN value IS 101 (39.84% from 255) = 20.36%
BLUE value IS 194 (76.17% from 255) = 39.11%
R=40.52%
G=20.36%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110119400.500.030.21304.248.0859.22
HexC965C2032315130303b
Octal3111453020623254606073
Binary1100100111001011100001001100101110101100110000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C965C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C965C2; }

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

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

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

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

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

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

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

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