#C16CB5

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

Shades of Fuchsia #C16CB5

Tints of Fuchsia #C16CB5

Color information

#C16CB5 (or 0xC16CB5) is unknown color: approx Fuchsia. HEX triplet: C1, 6C and B5. RGB value is (193,108,181). Sum of RGB (Red+Green+Blue) = 193+108+181=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C16CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CB5 is #3E934A. Grayscale: #8D8D8D. Windows color (decimal): -4100939 or 11889857. OLE color: 11889857.

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

Color convert

RGB193108181-
CMYK00.440.060.24
HSL308.47º40.67%59.02%-
HSV(B)308.47º44.04%75.69%-
XYZ35.725.446.74-
YUV141.74150.16164.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 108 (42.58% from 255) = 22.41%
BLUE value IS 181 (71.09% from 255) = 37.55%
R=40.04%
G=22.41%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310818100.440.060.24308.4740.6759.02
HexC16CB502C618134293b
Octal3011542650546304645173
Binary11000001110110010110101010110011011000100110100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16CB5; }

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

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

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

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

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

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

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

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