#C16BCA

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

Shades of Fuchsia #C16BCA

Tints of Fuchsia #C16BCA

Color information

#C16BCA (or 0xC16BCA) is unknown color: approx Fuchsia. HEX triplet: C1, 6B and CA. RGB value is (193,107,202). Sum of RGB (Red+Green+Blue) = 193+107+202=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #C16BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BCA is #3E9435. Grayscale: #8F8F8F. Windows color (decimal): -4101174 or 13265857. OLE color: 13265857.

HSL color Cylindrical-coordinate representation of color #C16BCA: hue angle of 294.32º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16BCA is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB193107202-
CMYK0.040.4700.21
HSL294.32º47.26%60.59%-
HSV(B)294.32º47.03%79.22%-
XYZ37.9126.1258.92-
YUV143.54160.99163.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.45%
GREEN value IS 107 (42.19% from 255) = 21.31%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=38.45%
G=21.31%
B=40.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931072020.040.4700.21294.3247.2660.59
HexC16BCA42F0151262f3d
Octal3011533124570254465775
Binary11000001110101111001010100101111010101100100110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16BCA; }

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

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

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

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

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

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

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

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