#C966C4

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

Shades of Fuchsia #C966C4

Tints of Fuchsia #C966C4

Color information

#C966C4 (or 0xC966C4) is unknown color: approx Fuchsia. HEX triplet: C9, 66 and C4. RGB value is (201,102,196). Sum of RGB (Red+Green+Blue) = 201+102+196=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C966C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966C4 is #36993B. Grayscale: #8E8E8E. Windows color (decimal): -3578172 or 12871369. OLE color: 12871369.

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

Color convert

RGB201102196-
CMYK00.490.020.21
HSL303.03º47.83%59.41%-
HSV(B)303.03º49.25%78.82%-
XYZ38.825.9155.18-
YUV142.32158.3169.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.28%
GREEN value IS 102 (40.23% from 255) = 20.44%
BLUE value IS 196 (76.95% from 255) = 39.28%
R=40.28%
G=20.44%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110219600.490.020.21303.0347.8359.41
HexC966C403121512f303b
Octal3111463040612254576073
Binary1100100111001101100010001100011010101100101111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C966C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C966C4; }

 p { color: rgb(201,102,196); }

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

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

 a { background-color: rgb(201,102,196); }

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

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

 span { border-color: rgb(201,102,196); }

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