#C964C0

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

Shades of Fuchsia #C964C0

Tints of Fuchsia #C964C0

Color information

#C964C0 (or 0xC964C0) is unknown color: approx Fuchsia. HEX triplet: C9, 64 and C0. RGB value is (201,100,192). Sum of RGB (Red+Green+Blue) = 201+100+192=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C964C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964C0 is #369B3F. Grayscale: #8C8C8C. Windows color (decimal): -3578688 or 12608713. OLE color: 12608713.

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

Color convert

RGB201100192-
CMYK00.500.040.21
HSL305.35º48.33%59.02%-
HSV(B)305.35º50.25%78.82%-
XYZ38.1625.3452.75-
YUV140.69156.96171.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.77%
GREEN value IS 100 (39.45% from 255) = 20.28%
BLUE value IS 192 (75.39% from 255) = 38.95%
R=40.77%
G=20.28%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110019200.500.040.21305.3548.3359.02
HexC964C0032415131303b
Octal3111443000624254616073
Binary11001001110010011000000011001010010101100110001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C964C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C964C0; }

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

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

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

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

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

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

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

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