#C16BB1

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

Shades of Fuchsia #C16BB1

Tints of Fuchsia #C16BB1

Color information

#C16BB1 (or 0xC16BB1) is unknown color: approx Fuchsia. HEX triplet: C1, 6B and B1. RGB value is (193,107,177). Sum of RGB (Red+Green+Blue) = 193+107+177=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C16BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16BB1 is #3E944E. Grayscale: #8C8C8C. Windows color (decimal): -4101199 or 11627457. OLE color: 11627457.

HSL color Cylindrical-coordinate representation of color #C16BB1: hue angle of 311.16º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C16BB1 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB193107177-
CMYK00.450.080.24
HSL311.16º40.95%58.82%-
HSV(B)311.16º44.56%75.69%-
XYZ35.1925.0344.57-
YUV140.69148.49165.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.46%
GREEN value IS 107 (42.19% from 255) = 22.43%
BLUE value IS 177 (69.53% from 255) = 37.11%
R=40.46%
G=22.43%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310717700.450.080.24311.1640.9558.82
HexC16BB102D818137293b
Octal30115326105510304675173
Binary110000011101011101100010101101100011000100110111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16BB1; }

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

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

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

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

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

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

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

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