#C16ACA

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

Shades of Fuchsia #C16ACA

Tints of Fuchsia #C16ACA

Color information

#C16ACA (or 0xC16ACA) is unknown color: approx Fuchsia. HEX triplet: C1, 6A and CA. RGB value is (193,106,202). Sum of RGB (Red+Green+Blue) = 193+106+202=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #C16ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ACA is #3E9535. Grayscale: #8E8E8E. Windows color (decimal): -4101430 or 13265601. OLE color: 13265601.

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

Color convert

RGB193106202-
CMYK0.040.4800.21
HSL294.38º47.52%60.39%-
HSV(B)294.38º47.52%79.22%-
XYZ37.8125.9158.89-
YUV142.96161.32163.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.52%
GREEN value IS 106 (41.80% from 255) = 21.16%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=38.52%
G=21.16%
B=40.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931062020.040.4800.21294.3847.5260.39
HexC16ACA430015126303c
Octal3011523124600254466074
Binary11000001110101011001010100110000010101100100110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16ACA; }

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

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

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

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

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

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

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

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