#C165AC

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

Shades of Fuchsia #C165AC

Tints of Fuchsia #C165AC

Color information

#C165AC (or 0xC165AC) is unknown color: approx Fuchsia. HEX triplet: C1, 65 and AC. RGB value is (193,101,172). Sum of RGB (Red+Green+Blue) = 193+101+172=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C165AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C165AC is #3E9A53. Grayscale: #888888. Windows color (decimal): -4102740 or 11298241. OLE color: 11298241.

HSL color Cylindrical-coordinate representation of color #C165AC: hue angle of 313.7º degrees, saturation: 0.43, 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 #C165AC is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB193101172-
CMYK00.480.110.24
HSL313.7º42.59%57.65%-
HSV(B)313.7º47.67%75.69%-
XYZ34.0923.6241.79-
YUV136.6147.98168.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.42%
GREEN value IS 101 (39.84% from 255) = 21.67%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=41.42%
G=21.67%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310117200.480.110.24313.742.5957.65
HexC165AC030B1813a2b3a
Octal30114525406013304725372
Binary110000011100101101011000110000101111000100111010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C165AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C165AC; }

 p { color: rgb(193,101,172); }

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

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

 a { background-color: rgb(193,101,172); }

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

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

 span { border-color: rgb(193,101,172); }

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