#C165AF

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

Shades of Fuchsia #C165AF

Tints of Fuchsia #C165AF

Color information

#C165AF (or 0xC165AF) is unknown color: approx Fuchsia. HEX triplet: C1, 65 and AF. RGB value is (193,101,175). Sum of RGB (Red+Green+Blue) = 193+101+175=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C165AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C165AF is #3E9A50. Grayscale: #888888. Windows color (decimal): -4102737 or 11494849. OLE color: 11494849.

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

Color convert

RGB193101175-
CMYK00.480.090.24
HSL311.74º42.59%57.65%-
HSV(B)311.74º47.67%75.69%-
XYZ34.3823.7443.33-
YUV136.94149.48167.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.15%
GREEN value IS 101 (39.84% from 255) = 21.54%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=41.15%
G=21.54%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310117500.480.090.24311.7442.5957.65
HexC165AF0309181382b3a
Octal30114525706011304705372
Binary110000011100101101011110110000100111000100111000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C165AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C165AF; }

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

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

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

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

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

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

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

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