#C16BB8

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

Shades of Fuchsia #C16BB8

Tints of Fuchsia #C16BB8

Color information

#C16BB8 (or 0xC16BB8) is unknown color: approx Fuchsia. HEX triplet: C1, 6B and B8. RGB value is (193,107,184). Sum of RGB (Red+Green+Blue) = 193+107+184=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C16BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BB8 is #3E9447. Grayscale: #8D8D8D. Windows color (decimal): -4101192 or 12086209. OLE color: 12086209.

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

Color convert

RGB193107184-
CMYK00.450.050.24
HSL306.28º40.95%58.82%-
HSV(B)306.28º44.56%75.69%-
XYZ35.925.3148.34-
YUV141.49151.99164.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.88%
GREEN value IS 107 (42.19% from 255) = 22.11%
BLUE value IS 184 (72.27% from 255) = 38.02%
R=39.88%
G=22.11%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310718400.450.050.24306.2840.9558.82
HexC16BB802D518132293b
Octal3011532700555304625173
Binary11000001110101110111000010110110111000100110010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16BB8; }

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

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

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

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

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

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

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

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