#C16CB7

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

Shades of Fuchsia #C16CB7

Tints of Fuchsia #C16CB7

Color information

#C16CB7 (or 0xC16CB7) is unknown color: approx Fuchsia. HEX triplet: C1, 6C and B7. RGB value is (193,108,183). Sum of RGB (Red+Green+Blue) = 193+108+183=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C16CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CB7 is #3E9348. Grayscale: #8D8D8D. Windows color (decimal): -4100937 or 12020929. OLE color: 12020929.

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

Color convert

RGB193108183-
CMYK00.440.050.24
HSL307.06º40.67%59.02%-
HSV(B)307.06º44.04%75.69%-
XYZ35.925.4847.83-
YUV141.96151.16164.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.88%
GREEN value IS 108 (42.58% from 255) = 22.31%
BLUE value IS 183 (71.88% from 255) = 37.81%
R=39.88%
G=22.31%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310818300.440.050.24307.0640.6759.02
HexC16CB702C518133293b
Octal3011542670545304635173
Binary11000001110110010110111010110010111000100110011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16CB7; }

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

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

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

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

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

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

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

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