#C16BBB

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

Shades of Fuchsia #C16BBB

Tints of Fuchsia #C16BBB

Color information

#C16BBB (or 0xC16BBB) is unknown color: approx Fuchsia. HEX triplet: C1, 6B and BB. RGB value is (193,107,187). Sum of RGB (Red+Green+Blue) = 193+107+187=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C16BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BBB is #3E9444. Grayscale: #8D8D8D. Windows color (decimal): -4101189 or 12282817. OLE color: 12282817.

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

Color convert

RGB193107187-
CMYK00.450.030.24
HSL304.19º40.95%58.82%-
HSV(B)304.19º44.56%75.69%-
XYZ36.2225.4450.02-
YUV141.83153.49164.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.63%
GREEN value IS 107 (42.19% from 255) = 21.97%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=39.63%
G=21.97%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310718700.450.030.24304.1940.9558.82
HexC16BBB02D318130293b
Octal3011532730553304605173
Binary1100000111010111011101101011011111000100110000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16BBB; }

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

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

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

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

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

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

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

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