#C16CBC

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

Shades of Fuchsia #C16CBC

Tints of Fuchsia #C16CBC

Color information

#C16CBC (or 0xC16CBC) is unknown color: approx Fuchsia. HEX triplet: C1, 6C and BC. RGB value is (193,108,188). Sum of RGB (Red+Green+Blue) = 193+108+188=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 193 - color contains mainly: red. Hex color #C16CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CBC is #3E9343. Grayscale: #8E8E8E. Windows color (decimal): -4100932 or 12348609. OLE color: 12348609.

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

Color convert

RGB193108188-
CMYK00.440.030.24
HSL303.53º40.67%59.02%-
HSV(B)303.53º44.04%75.69%-
XYZ36.4325.6950.62-
YUV142.54153.66164-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.47%
GREEN value IS 108 (42.58% from 255) = 22.09%
BLUE value IS 188 (73.83% from 255) = 38.45%
R=39.47%
G=22.09%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310818800.440.030.24303.5340.6759.02
HexC16CBC02C318130293b
Octal3011542740543304605173
Binary1100000111011001011110001011001111000100110000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16CBC; }

 p { color: rgb(193,108,188); }

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

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

 a { background-color: rgb(193,108,188); }

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

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

 span { border-color: rgb(193,108,188); }

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