#C16BB5

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

Shades of Fuchsia #C16BB5

Tints of Fuchsia #C16BB5

Color information

#C16BB5 (or 0xC16BB5) is unknown color: approx Fuchsia. HEX triplet: C1, 6B and B5. RGB value is (193,107,181). Sum of RGB (Red+Green+Blue) = 193+107+181=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C16BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BB5 is #3E944A. Grayscale: #8C8C8C. Windows color (decimal): -4101195 or 11889601. OLE color: 11889601.

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

Color convert

RGB193107181-
CMYK00.450.060.24
HSL308.37º40.95%58.82%-
HSV(B)308.37º44.56%75.69%-
XYZ35.5925.1946.7-
YUV141.15150.49164.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 107 (42.19% from 255) = 22.25%
BLUE value IS 181 (71.09% from 255) = 37.63%
R=40.12%
G=22.25%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310718100.450.060.24308.3740.9558.82
HexC16BB502D618134293b
Octal3011532650556304645173
Binary11000001110101110110101010110111011000100110100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16BB5; }

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

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

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

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

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

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

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

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