#C165BB

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

Shades of Fuchsia #C165BB

Tints of Fuchsia #C165BB

Color information

#C165BB (or 0xC165BB) is unknown color: approx Fuchsia. HEX triplet: C1, 65 and BB. RGB value is (193,101,187). Sum of RGB (Red+Green+Blue) = 193+101+187=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C165BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C165BB is #3E9A44. Grayscale: #8A8A8A. Windows color (decimal): -4102725 or 12281281. OLE color: 12281281.

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

Color convert

RGB193101187-
CMYK00.480.030.24
HSL303.91º42.59%57.65%-
HSV(B)303.91º47.67%75.69%-
XYZ35.6224.2349.81-
YUV138.31155.48167.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 101 (39.84% from 255) = 21.00%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=40.12%
G=21.00%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310118700.480.030.24303.9142.5957.65
HexC165BB0303181302b3a
Octal3011452730603304605372
Binary1100000111001011011101101100001111000100110000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C165BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C165BB; }

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

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

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

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

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

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

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

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