#C165B1

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

Shades of Fuchsia #C165B1

Tints of Fuchsia #C165B1

Color information

#C165B1 (or 0xC165B1) is unknown color: approx Fuchsia. HEX triplet: C1, 65 and B1. RGB value is (193,101,177). Sum of RGB (Red+Green+Blue) = 193+101+177=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C165B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C165B1 is #3E9A4E. Grayscale: #888888. Windows color (decimal): -4102735 or 11625921. OLE color: 11625921.

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

Color convert

RGB193101177-
CMYK00.480.080.24
HSL310.43º42.59%57.65%-
HSV(B)310.43º47.67%75.69%-
XYZ34.5823.8244.37-
YUV137.17150.48167.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.98%
GREEN value IS 101 (39.84% from 255) = 21.44%
BLUE value IS 177 (69.53% from 255) = 37.58%
R=40.98%
G=21.44%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310117700.480.080.24310.4342.5957.65
HexC165B10308181362b3a
Octal30114526106010304665372
Binary110000011100101101100010110000100011000100110110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C165B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C165B1; }

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

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

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

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

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

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

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

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