#C16CB4

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

Shades of Fuchsia #C16CB4

Tints of Fuchsia #C16CB4

Color information

#C16CB4 (or 0xC16CB4) is unknown color: approx Fuchsia. HEX triplet: C1, 6C and B4. RGB value is (193,108,180). Sum of RGB (Red+Green+Blue) = 193+108+180=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C16CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CB4 is #3E934B. Grayscale: #8D8D8D. Windows color (decimal): -4100940 or 11824321. OLE color: 11824321.

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

Color convert

RGB193108180-
CMYK00.440.070.24
HSL309.18º40.67%59.02%-
HSV(B)309.18º44.04%75.69%-
XYZ35.5925.3646.2-
YUV141.62149.66164.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 108 (42.58% from 255) = 22.45%
BLUE value IS 180 (70.70% from 255) = 37.42%
R=40.12%
G=22.45%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310818000.440.070.24309.1840.6759.02
HexC16CB402C718135293b
Octal3011542640547304655173
Binary11000001110110010110100010110011111000100110101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16CB4; }

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

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

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

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

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

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

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

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