#C366AC

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

Shades of Fuchsia #C366AC

Tints of Fuchsia #C366AC

Color information

#C366AC (or 0xC366AC) is unknown color: approx Fuchsia. HEX triplet: C3, 66 and AC. RGB value is (195,102,172). Sum of RGB (Red+Green+Blue) = 195+102+172=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C366AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C366AC is #3C9953. Grayscale: #898989. Windows color (decimal): -3971412 or 11298499. OLE color: 11298499.

HSL color Cylindrical-coordinate representation of color #C366AC: hue angle of 314.84º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C366AC is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB195102172-
CMYK00.480.120.24
HSL314.84º43.66%58.24%-
HSV(B)314.84º47.69%76.47%-
XYZ34.724.0841.85-
YUV137.79147.31168.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 102 (40.23% from 255) = 21.75%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=41.58%
G=21.75%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510217200.480.120.24314.8443.6658.24
HexC366AC030C1813b2c3a
Octal30314625406014304735472
Binary110000111100110101011000110000110011000100111011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C366AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C366AC; }

 p { color: rgb(195,102,172); }

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

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

 a { background-color: rgb(195,102,172); }

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

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

 span { border-color: rgb(195,102,172); }

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